/* Inner Page Styles */

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

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

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

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

.white-249a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.white-249a .summary-clean-79b1 {
    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;
}

.white-249a .summary-clean-79b1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.white-249a .summary-clean-79b1:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.white-249a .summary-clean-79b1:hover::before {
    left: 100%;
}

.white-249a .summary-clean-79b1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.motion-24a1 {
    color: var(--casino-gold-light);
}

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

.motion-24a1 a:hover {
    color: var(--casino-gold-light);
}

.motion-24a1.fn-active-488a {
    color: var(--casino-gold-light);
}

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

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

.footer-action-5641 {
    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);
}

.footer-action-5641 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);
}

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

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

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

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

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

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

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

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

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

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

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

.table-35d8 {
    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%;
}

.table-35d8 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 */
.gallery-white-b82c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-white-b82c li {
    margin-bottom: var(--md-spacing-xs);
}

.gallery-white-b82c 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);
}

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

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

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

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

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

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

.caption_055c .frame-hard-4738 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.caption_055c .frame-hard-4738:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.huge_e8f9 .frame-hard-4738 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.huge_e8f9 .frame-hard-4738:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-a7f9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .section-a7f9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .section-a7f9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .white-249a {
        justify-content: center;
    }
    
    .thick-b95f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu_5687 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tag-over-be68 {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer-action-5641 {
        padding: var(--md-spacing-md);
    }
    
    .hovered-3317 {
        padding: var(--md-spacing-md) 0;
    }
    
    .table-35d8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .huge_e8f9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .fixed-9ebe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .footer-action-5641 {
        padding: var(--md-spacing-sm);
    }
    
    .thumbnail_brown_18c9 {
        padding: var(--md-spacing-md);
    }
    
    .table-35d8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.thumbnail_brown_18c9,
.table-35d8,
.huge_e8f9 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.texture-small-3454::-webkit-scrollbar {
    width: 8px;
}

.texture-small-3454::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.module_pressed_2324 {
    font-size: 1.5rem;
}

.detail_stone_627d strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.up-8802 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.aside_bf4c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.wrapper_wide_4e58.carousel_bright_ed12 .preview_tall_3367 {
    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); }
}

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

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

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

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

.button-blue-b171 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;
}

.button-blue-b171 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);
}

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

.lower-54a4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.icon-c85f.grid_stale_a97e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.icon-c85f.info_smooth_f133::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon-c85f.static_8491::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.icon-c85f.content-orange-f0c7::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.summary-south-2f8a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.highlight_0655 {
    font-size: 1.2rem;
}

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

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

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

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

.motion-2de5.orange-7483 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.motion-2de5.fn-active-488a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.container-fresh-f7d3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.texture-under-4081 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.south-6146 { border-top: 3px solid #00ccff; }
.pro-9bdf { border-top: 3px solid #00ff88; }
.notification-caaf { border-top: 3px solid #d4af37; }
.input-light-1b6a { border-top: 3px solid #ff6b6b; }
.highlight_mini_ccea { border-top: 3px solid #8b5cf6; }

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

.list-fast-918c {
    overflow-x: auto;
}

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

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

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

.nav-hot-9b40 td {
    color: #ccc;
}

.nav-hot-9b40 .notification-2cb6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.nav-hot-9b40 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

.wrapper-rough-75d7 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .detail-silver-7d4e {
        grid-template-columns: 1fr;
    }
}

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

.heading_fada {
    font-size: 2rem;
}

.alert-top-26eb strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.alert-top-26eb p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

.avatar-617c {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.medium-f2bc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.tabs-5c1d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.gradient-stone-566b .shadow_53ad {
    margin-bottom: 10px;
}

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

.gradient-stone-566b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.modal-17f1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mini_508a a {
    color: #ff6b6b;
}

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

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

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

.highlight-dirty-f53f {
    text-align: center;
}

.highlight-dirty-f53f .backdrop-4c31 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.highlight-dirty-f53f .section-084c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.list-hovered-8633 {
    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;
}

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

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

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

.detail-bronze-ef2a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .button-orange-c8c2 {
        flex-direction: column;
    }
    .gradient_gold_efeb {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.slider_prev_afa1 .black-be41 {
    color: #666;
    margin: 0 8px;
}

.slider_prev_afa1 .title_dynamic_3492 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.message-out-e06f strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.disabled-huge-3c96 {
    font-size: 2rem;
}

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

.feature_ac83 strong {
    color: #d4af37;
}

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

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

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

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

.preview-basic-eae0 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.pink-e9fb strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.short_316a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.nav-tiny-3189 h3,
.logo_paper_e5b5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.logo-gold-83fd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.overlay_021b strong {
    color: #d4af37;
}

.tiny_fc4d {
    color: #aaa;
}

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

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

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

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

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

.icon-wood-ba38 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-slow-61f9 {
    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;
}

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

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

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

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

.image-2b3b strong {
    color: #d4af37;
}

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

.slider-down-6629 {
    color: #888;
    font-size: 0.9rem;
}

.slider-down-6629 strong {
    color: #00ff88;
}

.slider-down-6629 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.info-134c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.description-1e9b {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.paragraph-brown-3520 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-last-7acc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outline-last-7acc li {
    margin-bottom: 5px;
}

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

.outline-last-7acc a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.pink-0db8 {
    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;
}

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

.container-021f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .layout-ea72 {
        flex-direction: column;
    }
    
    .texture-bottom-6172 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .mini-e4e2 {
        padding: 30px 15px;
    }
    
    .mini-e4e2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .widget_bright_caa5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gallery-6fbb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .sidebar_purple_30ec {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar_purple_30ec .notice-current-1213 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .block-c2dc {
        font-size: 1.3rem;
    }
    
    .box_active_1813 {
        font-size: 0.7rem;
    }
    
    .footer-rough-03b1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-rough-03b1 .frame-hard-4738 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fluid-acbe {
        display: none;
    }
    
    .card_69b8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .status-pink-3fe4 {
        padding: 20px 10px;
    }
    
    .picture_cee8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination-be44,
    .card-pro-3003 {
        padding: 15px;
    }
    
    .description-1e9b {
        flex-direction: column;
        gap: 5px;
    }
    
    .down-7e6a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .grid-left-2a3a {
        padding: 30px 10px;
    }
    
    .steel_94cf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-38dd {
        padding: 20px 15px;
    }
    
    .list-left-b318 {
        font-size: 2rem;
    }
    
    .avatar-38dd h3 {
        font-size: 1.1rem;
    }
    
    .avatar-38dd p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .solid-9edc {
        padding: 20px 5px;
    }
    
    .solid-9edc h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tag-0665 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .nav-hot-9b40 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .nav-hot-9b40 th,
    .nav-hot-9b40 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .avatar-ce8e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .module-e78a {
        padding: 20px 10px;
    }
    
    .pink_eef2 h2 {
        font-size: 1.3rem;
    }
    
    .outline-578e {
        font-size: 0.9rem;
    }
    
    .right_e57c h3 {
        font-size: 1.1rem;
    }
    
    .right_e57c p {
        font-size: 0.9rem;
    }
    
    .item-fb6c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .module-purple-d34c {
        grid-template-columns: 1fr;
    }
    
    .image-2b3b {
        font-size: 0.85rem;
    }
    
    .pro-dbbe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown-slow-61f9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dropdown-slow-61f9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .aside-simple-30bd {
        padding: 30px 10px;
    }
    
    .search-plasma-b65c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text_f6bd {
        padding: 15px 10px;
    }
    
    .text_f6bd h4 {
        font-size: 0.9rem;
    }
    
    .text_f6bd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tabs-yellow-7c6d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .search-plasma-b65c {
        grid-template-columns: 1fr;
    }
    
    .text_f6bd p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dropdown-db0f {
        padding: 30px 10px;
    }
    
    .gradient_da6e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .south_0530 {
        padding: 15px;
    }
    
    .widget_f1aa {
        font-size: 0.9rem;
    }
    
    .summary-dbd7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .summary-dbd7 .short-f4dd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .shadow-orange-871a {
        padding: 30px 10px;
    }
    
    .shadow-orange-871a h2 {
        font-size: 1.2rem;
    }
    
    .pattern_2e6e {
        gap: 10px;
    }
    
    .outline_red_7e15 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .outline_red_7e15 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .west_2239 {
        padding: 30px 10px;
    }
    
    .west_2239 h2 {
        font-size: 1.2rem;
    }
    
    .link-hot-bcea {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge_8488 {
        padding: 15px 10px;
    }
    
    .huge_8488 h4 {
        font-size: 0.85rem;
    }
    
    .huge_8488 p {
        font-size: 0.75rem;
    }
    
    .preview-e08f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shadow_hovered_985c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gold_d685 {
        padding: 20px 10px;
    }
    
    .button-4311 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .summary_b130,
    .focused_e495,
    .mini_508a {
        width: 100%;
    }
    
    .summary_b130 h3 {
        font-size: 1.1rem;
    }
    
    .summary_b130 p {
        font-size: 0.8rem;
    }
    
    .notice_ef46 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .solid_a1dc {
        padding: 30px 15px;
    }
    
    .solid_a1dc h2 {
        font-size: 1.3rem;
    }
    
    .solid_a1dc p {
        font-size: 0.85rem;
    }
    
    .status_3119 {
        flex-direction: column;
        gap: 10px;
    }
    
    .status_3119 .frame-hard-4738 {
        width: 100%;
    }
    
    .message-e77a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .brown-144c {
        padding: 30px 10px;
    }
    
    .brown-144c h3 {
        font-size: 1.2rem;
    }
    
    .north-c238 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge_e8f9 {
        padding: 15px 10px;
    }
    
    .huge_e8f9 h4 {
        font-size: 0.85rem;
    }
    
    .huge_e8f9 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gallery_dirty_fae1 {
        padding: 30px 15px;
    }
    
    .old_e890 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .filter_8504 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .last_61a4 h4 {
        font-size: 0.9rem;
    }
    
    .last_61a4 a {
        font-size: 0.8rem;
    }
    
    .copper_a813 {
        font-size: 0.8rem;
    }
    
    .progress-9bc8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .large_4911 {
        padding: 8px 10px;
    }
    
    .panel-bfd8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .card-left-67ff {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .panel-bfd8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .card-left-67ff {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 58ef */
.widget-item-q1 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
