/* Inner Page Styles */

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

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

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

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

.bottom-886e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.bottom-886e .dropdown_cold_cbb1 {
    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;
}

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

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

.bottom-886e .dropdown_cold_cbb1:hover::before {
    left: 100%;
}

.bottom-886e .dropdown_cold_cbb1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.header-pressed-2e35 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.input-light-7d97 {
    color: var(--casino-gold-light);
}

.input-light-7d97 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.input-light-7d97 a:hover {
    color: var(--casino-gold-light);
}

.input-light-7d97.fn-active-4731 {
    color: var(--casino-gold-light);
}

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

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

.title-action-a0d8 {
    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);
}

.title-action-a0d8 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);
}

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

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

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

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

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

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

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

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

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

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

.dim-7df9 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

.label_3ced .soft-43f9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.label_3ced .soft-43f9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.nav-115f {
    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);
}

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

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

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

.nav-115f .soft-43f9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.nav-115f .soft-43f9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article_mini_6379 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .article_mini_6379 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .article_mini_6379 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .bottom-886e {
        justify-content: center;
    }
    
    .active_dc7c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paragraph_f758 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .preview_7922 {
        padding: var(--md-spacing-md) 0;
    }
    
    .title-action-a0d8 {
        padding: var(--md-spacing-md);
    }
    
    .hot-c093 {
        padding: var(--md-spacing-md) 0;
    }
    
    .narrow_d6b1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .nav-115f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pressed-02d5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .title-action-a0d8 {
        padding: var(--md-spacing-sm);
    }
    
    .nav_light_904f {
        padding: var(--md-spacing-md);
    }
    
    .narrow_d6b1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.nav_light_904f,
.narrow_d6b1,
.nav-115f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.form_focused_9568 {
    font-size: 1.5rem;
}

.fixed_52dc strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.fast-3d22 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mask_dc42 strong {
    color: #00ff88;
}

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

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

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

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

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

.mask-fixed-667c::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;
}

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

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

.small_9d8e.texture_1cd5 .top_b7cf {
    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); }
}

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

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

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

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

.next-e775 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;
}

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

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

.tabs_gold_8427 {
    font-size: 1.2rem;
}

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

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

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

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

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

.fresh_58e8.preview_e77e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.fresh_58e8.menu_up_afb1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fresh_58e8.paper_afbd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.fresh_58e8.wood-eda8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dirty_1f24 {
    font-size: 1.2rem;
}

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

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

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

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

.sort_5229.aside_center_37d6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort_5229.fn-active-4731 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.slow-704d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.orange-72c2 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.stone-06e2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dirty-4f9d {
    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;
}

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

.dirty-4f9d.search_short_2d98 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.form-gold-de3a { border-top: 3px solid #00ccff; }
.list-left-1048 { border-top: 3px solid #00ff88; }
.title-glass-ebac { border-top: 3px solid #d4af37; }
.detail-left-c01e { border-top: 3px solid #ff6b6b; }
.section-action-be78 { border-top: 3px solid #8b5cf6; }

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

.notification-fca0 {
    overflow-x: auto;
}

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

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

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

.steel-fe17 td {
    color: #ccc;
}

.steel-fe17 .nav-pink-cce9 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.tag-6ed9 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.tabs-84a6 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.carousel_bea7 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.shade-lower-e542 {
    background: #0a0a0a;
    padding: 60px 0;
}

.avatar-fresh-556f {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .avatar-fresh-556f::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.media_1518 {
    font-size: 1.5rem;
}

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

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

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

.widget-south-10a9 {
    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;
}

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

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

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

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

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

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

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

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

.stale-ff44 .slider_first_ca2b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.picture-silver-401f {
    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;
}

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

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

.description-short-3b0e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.progress-hovered-4d56 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.progress-hovered-4d56 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.slider-0563 a {
    color: #ff6b6b;
}

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

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

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

.input-easy-da5c {
    text-align: center;
}

.input-easy-da5c .rough_2644 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.input-easy-da5c .summary-2a97 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.row-glass-abde {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.input-pro-0a8a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.action-960e {
    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;
}

.action-960e.search_short_2d98 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .mini-17e5 {
        flex-direction: column;
    }
    .button_stale_36e8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.steel_c417 .basic_8f83 {
    color: #666;
    margin: 0 8px;
}

.steel_c417 .form_e15c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.carousel-dirty-7b28 strong {
    color: #d4af37;
    margin-right: 8px;
}

.old-370d {
    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;
}

.section-a50a {
    font-size: 2rem;
}

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

.widget_fixed_98bd strong {
    color: #d4af37;
}

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

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

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

.layout-next-d61c h3,
.pattern-3c2c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.pink-3a48 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.right-0b4b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

/* FAQ & Status Combined */
.secondary-1f60 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

.module-soft-4d2a {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.module-soft-4d2a strong {
    color: #d4af37;
}

.progress_a8f1 {
    color: #aaa;
}

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

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

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

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

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

.layout-hovered-29ea {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.in-1cfc {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.in-1cfc 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;
}

.in-1cfc li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.avatar-white-1d67 strong {
    color: #d4af37;
}

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

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

.badge_0ee0 strong {
    color: #00ff88;
}

.badge_0ee0 span {
    color: #d4af37;
}

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

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

.purple-f73a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.thumbnail-3bea {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.gas-87b7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.paragraph-paper-de7e {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.paragraph-paper-de7e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_paper_3cf6 strong {
    color: #00ff88;
}

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

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

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

.menu-82f3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.bronze_737e {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .menu-82f3 {
        flex-direction: column;
    }
    
    .module_solid_77c8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface-bright-317c {
        padding: 30px 15px;
    }
    
    .surface-bright-317c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .motion-0de3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu_fluid_a293 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .lower_7824 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lower_7824 .nav_7905 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .paragraph-up-e9e7 {
        font-size: 1.3rem;
    }
    
    .description_silver_2e65 {
        font-size: 0.7rem;
    }
    
    .text_center_d498 {
        flex-direction: column;
        gap: 10px;
    }
    
    .text_center_d498 .soft-43f9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .picture_cold_f26a {
        display: none;
    }
    
    .mask_dim_94b1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .avatar-hovered-8153 {
        padding: 20px 10px;
    }
    
    .purple-f73a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list_paper_553e,
    .video_active_05bd {
        padding: 15px;
    }
    
    .thumbnail-3bea {
        flex-direction: column;
        gap: 5px;
    }
    
    .card_cf33 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .steel-5523 {
        padding: 30px 10px;
    }
    
    .west-cf6d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination_c4f8 {
        padding: 20px 15px;
    }
    
    .hidden_c861 {
        font-size: 2rem;
    }
    
    .pagination_c4f8 h3 {
        font-size: 1.1rem;
    }
    
    .pagination_c4f8 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .iron_e74a {
        padding: 20px 10px;
    }
    
    .menu-cba7 h2 {
        font-size: 1.3rem;
    }
    
    .notice_de75 {
        font-size: 0.9rem;
    }
    
    .message_large_927a h3 {
        font-size: 1.1rem;
    }
    
    .message_large_927a p {
        font-size: 0.9rem;
    }
    
    .in-1cfc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .advanced-1ae9 {
        grid-template-columns: 1fr;
    }
    
    .avatar-white-1d67 {
        font-size: 0.85rem;
    }
    
    .list-up-d6ce {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper-black-7e28 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .wrapper-black-7e28 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .silver-e333 {
        padding: 30px 10px;
    }
    
    .shade-right-a69a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside-b2c6 {
        padding: 15px 10px;
    }
    
    .aside-b2c6 h4 {
        font-size: 0.9rem;
    }
    
    .aside-b2c6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .sort-8b05 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade-right-a69a {
        grid-template-columns: 1fr;
    }
    
    .aside-b2c6 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pagination-7b55 {
        padding: 30px 10px;
    }
    
    .banner-west-cf38 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider_green_5950 {
        padding: 15px;
    }
    
    .narrow-8453 {
        font-size: 0.9rem;
    }
    
    .bottom_e143 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bottom_e143 .detail_dark_63e8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .complex_6273 {
        padding: 30px 10px;
    }
    
    .complex_6273 h2 {
        font-size: 1.2rem;
    }
    
    .pro_5a06 {
        gap: 10px;
    }
    
    .widget-blue-d1ea summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .widget-blue-d1ea p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .current_2a9c {
        padding: 30px 10px;
    }
    
    .current_2a9c h2 {
        font-size: 1.2rem;
    }
    
    .info_white_3234 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-selected-3b75 {
        padding: 15px 10px;
    }
    
    .active-selected-3b75 h4 {
        font-size: 0.85rem;
    }
    
    .active-selected-3b75 p {
        font-size: 0.75rem;
    }
    
    .dropdown-motion-210e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .popup-b6fd {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accent-5d09 {
        padding: 20px 10px;
    }
    
    .paper_2174 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .progress-hovered-4d56,
    .solid_6a12,
    .slider-0563 {
        width: 100%;
    }
    
    .progress-hovered-4d56 h3 {
        font-size: 1.1rem;
    }
    
    .progress-hovered-4d56 p {
        font-size: 0.8rem;
    }
    
    .gradient_fd1c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .card-f489 {
        padding: 30px 15px;
    }
    
    .card-f489 h2 {
        font-size: 1.3rem;
    }
    
    .card-f489 p {
        font-size: 0.85rem;
    }
    
    .main_dirty_35e3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .main_dirty_35e3 .soft-43f9 {
        width: 100%;
    }
    
    .hard-c651 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .background-54a9 {
        padding: 30px 10px;
    }
    
    .background-54a9 h3 {
        font-size: 1.2rem;
    }
    
    .title-copper-2fb2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-115f {
        padding: 15px 10px;
    }
    
    .nav-115f h4 {
        font-size: 0.85rem;
    }
    
    .nav-115f p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .title-copper-2fb2 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .main_green_0ca6 {
        padding: 30px 15px;
    }
    
    .liquid-daa9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .medium-b6bb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hidden-selected-67d0 h4 {
        font-size: 0.9rem;
    }
    
    .hidden-selected-67d0 a {
        font-size: 0.8rem;
    }
    
    .motion-44c1 {
        font-size: 0.8rem;
    }
    
    .hover_bebb p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .element_rough_5112 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active-center-7fa2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f271 */
.widget-item-r5 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
