/* Inner Page Styles */

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

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

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

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

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

.background-a5cc .footer-top-3517 {
    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;
}

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

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

.background-a5cc .footer-top-3517:hover::before {
    left: 100%;
}

.background-a5cc .footer-top-3517:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.center_862e {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

.surface-2e62 {
    color: var(--casino-gold-light);
}

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

.surface-2e62 a:hover {
    color: var(--casino-gold-light);
}

.surface-2e62.fn-active-2b51 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-right-f807 {
    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%;
}

.shadow-right-f807 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 */
.over-a403 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.gallery_b440 .input_tiny_fd3f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.short-689b {
    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);
}

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

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

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

.short-689b .input_tiny_fd3f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.short-689b .input_tiny_fd3f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .down-2976 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .down-2976 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .down-2976 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .background-a5cc {
        justify-content: center;
    }
    
    .center_862e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hot_5fe5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .info-0c9c {
        padding: var(--md-spacing-md) 0;
    }
    
    .up_ee0e {
        padding: var(--md-spacing-md);
    }
    
    .status-81a5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow-right-f807 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .short-689b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .small-c734 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .up_ee0e {
        padding: var(--md-spacing-sm);
    }
    
    .gradient-active-c36b {
        padding: var(--md-spacing-md);
    }
    
    .shadow-right-f807 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gradient-active-c36b,
.shadow-right-f807,
.short-689b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.action_4b12 {
    font-size: 1.5rem;
}

.caption-da15 strong {
    color: #00ff88;
}

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

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

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

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

.dark-2f0a {
    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;
}

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

.dark-2f0a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.dark-2f0a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.middle-4a03 {
    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;
}

.middle-4a03 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.paragraph_tiny_7787.gradient-blue-e8cf .video-692b {
    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); }
}

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

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

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

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

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

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

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

.stale-ea04 {
    font-size: 1.2rem;
}

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

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

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

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

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

.background_5d7d.status_basic_f477::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.background_5d7d.iron-e266::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.background_5d7d.sort-bright-edcf::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.background_5d7d.row_complex_063e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.plasma-3d60 {
    font-size: 1.2rem;
}

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

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

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

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

.layout_selected_e7b3.iron-7efd { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout_selected_e7b3.fn-active-2b51 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.easy-244c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.notice-small-ecff {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.link-dynamic-b13a {
    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;
}

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

.link-dynamic-b13a.hero_simple_3748 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.frame-advanced-82f8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.accent-81f5 { border-top: 3px solid #00ccff; }
.container-up-0c76 { border-top: 3px solid #00ff88; }
.disabled_tiny_d492 { border-top: 3px solid #d4af37; }
.warm_fcff { border-top: 3px solid #ff6b6b; }
.text-ae0c { border-top: 3px solid #8b5cf6; }

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

.west_d612 {
    overflow-x: auto;
}

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

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

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

.photo-basic-d8ff td {
    color: #ccc;
}

.photo-basic-d8ff .sort_fast_72a1 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.photo-basic-d8ff tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over_09d0 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-simple-663b {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.main_narrow_fb6c {
    font-size: 1.5rem;
}

.light-0bfa {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .title-rough-85c0 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.image-a331 .hero-white-5a51 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.large-0f59 .bright-1432 {
    margin-bottom: 10px;
}

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

.large-0f59 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

.lower_5962 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.panel-static-ede9 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.upper-0b2b {
    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;
}

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

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

.notification-6a6b span {
    color: #666;
    font-size: 0.8rem;
}

.notification-6a6b a {
    color: #ff6b6b;
}

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

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

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

.element-under-3f4b {
    text-align: center;
}

.element-under-3f4b .message_complex_d6da {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.element-under-3f4b .in-b356 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.overlay-complex-fd5b {
    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;
}

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

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

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

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

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

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

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

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

.pressed-3e2e {
    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;
}

.pressed-3e2e.hero_simple_3748 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .box-narrow-6982 {
        flex-direction: column;
    }
    .accordion-f76f {
        transform: rotate(90deg);
    }
}

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

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

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

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

.secondary-4cc9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gas-4c8e .article-27af {
    color: #666;
    margin: 0 8px;
}

.gas-4c8e .brown_f5c5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.pattern-middle-896b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.active-8e6d {
    font-size: 2rem;
}

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

.label_776d strong {
    color: #d4af37;
}

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

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

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

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

.logo-huge-fed9 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.gradient-fast-2403 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tag_65a3 strong {
    color: #00ff88;
}

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

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

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

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

.primary-fresh-3ca5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.element-56a3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.table_black_90a8 strong {
    color: #d4af37;
}

.input-b030 {
    color: #aaa;
}

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

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

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

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

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

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

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

.slow-7b46:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.detail-fast-e866 {
    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;
}

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

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

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

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

.input-f1a9 strong {
    color: #d4af37;
}

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

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

.short_6a60 strong {
    color: #00ff88;
}

.short_6a60 span {
    color: #d4af37;
}

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

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

.list-stale-c10d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.content-0a76 {
    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;
}

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

.banner-soft-1525 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-b0aa li {
    margin-bottom: 5px;
}

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

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

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

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

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

.column_full_7784 strong {
    color: #00ff88;
}

.list-liquid-1f83 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .left-cd59 {
        padding: 30px 15px;
    }
    
    .left-cd59 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .component-3030 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .rough_b55a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media-17cb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-17cb .full-b8b9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .title_cold_7ad8 {
        font-size: 1.3rem;
    }
    
    .notification-2b26 {
        font-size: 0.7rem;
    }
    
    .picture_7a91 {
        flex-direction: column;
        gap: 10px;
    }
    
    .picture_7a91 .input_tiny_fd3f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .next-b697 {
        display: none;
    }
    
    .section-small-fc2b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .aside-south-ef5c {
        padding: 20px 10px;
    }
    
    .list-stale-c10d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-hard-dd35,
    .detail_d349 {
        padding: 15px;
    }
    
    .active_pink_398b {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled_f682 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .column_1c0a {
        padding: 30px 10px;
    }
    
    .banner_bronze_9e07 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_db78 {
        padding: 20px 15px;
    }
    
    .pattern-action-1c01 {
        font-size: 2rem;
    }
    
    .liquid_db78 h3 {
        font-size: 1.1rem;
    }
    
    .liquid_db78 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .cold-51f8 {
        padding: 20px 5px;
    }
    
    .cold-51f8 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .fast_638e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .photo-basic-d8ff {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .photo-basic-d8ff th,
    .photo-basic-d8ff td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .popup-bc8e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .component_thick_f06c {
        padding: 20px 10px;
    }
    
    .progress_10c2 h2 {
        font-size: 1.3rem;
    }
    
    .detail-c99b {
        font-size: 0.9rem;
    }
    
    .slow-7b46 h3 {
        font-size: 1.1rem;
    }
    
    .slow-7b46 p {
        font-size: 0.9rem;
    }
    
    .outline_large_3364 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .out-c888 {
        grid-template-columns: 1fr;
    }
    
    .input-f1a9 {
        font-size: 0.85rem;
    }
    
    .backdrop_edf0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail-fast-e866 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .detail-fast-e866 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .active_6b8d {
        padding: 30px 10px;
    }
    
    .header_wide_b238 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-fluid-509a {
        padding: 15px 10px;
    }
    
    .column-fluid-509a h4 {
        font-size: 0.9rem;
    }
    
    .column-fluid-509a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wide-042d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .header_wide_b238 {
        grid-template-columns: 1fr;
    }
    
    .column-fluid-509a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .black-c4b4 {
        padding: 30px 10px;
    }
    
    .icon_2950 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header_paper_7a49 {
        padding: 15px;
    }
    
    .cool-ed07 {
        font-size: 0.9rem;
    }
    
    .status_soft_7ca2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status_soft_7ca2 .inner-331c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .alert-red-c28d {
        padding: 30px 10px;
    }
    
    .alert-red-c28d h2 {
        font-size: 1.2rem;
    }
    
    .silver-a506 {
        gap: 10px;
    }
    
    .pattern_narrow_c008 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pattern_narrow_c008 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .paragraph-b299 {
        padding: 30px 10px;
    }
    
    .paragraph-b299 h2 {
        font-size: 1.2rem;
    }
    
    .menu_f097 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus_current_2442 {
        padding: 15px 10px;
    }
    
    .focus_current_2442 h4 {
        font-size: 0.85rem;
    }
    
    .focus_current_2442 p {
        font-size: 0.75rem;
    }
    
    .overlay_large_a6ab {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .widget_steel_2009 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .down_4dcf {
        padding: 20px 10px;
    }
    
    .description-ce70 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .progress_a4d8,
    .box_iron_6020,
    .notification-6a6b {
        width: 100%;
    }
    
    .progress_a4d8 h3 {
        font-size: 1.1rem;
    }
    
    .progress_a4d8 p {
        font-size: 0.8rem;
    }
    
    .upper-0b2b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background-21cc {
        padding: 30px 15px;
    }
    
    .background-21cc h2 {
        font-size: 1.3rem;
    }
    
    .background-21cc p {
        font-size: 0.85rem;
    }
    
    .inner-6d15 {
        flex-direction: column;
        gap: 10px;
    }
    
    .inner-6d15 .input_tiny_fd3f {
        width: 100%;
    }
    
    .popup-3d9c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .summary_f25b {
        padding: 30px 10px;
    }
    
    .summary_f25b h3 {
        font-size: 1.2rem;
    }
    
    .grid-42c4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short-689b {
        padding: 15px 10px;
    }
    
    .short-689b h4 {
        font-size: 0.85rem;
    }
    
    .short-689b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .widget-steel-f7c7 {
        padding: 30px 15px;
    }
    
    .inner_0773 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .paragraph_848e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .over_c385 h4 {
        font-size: 0.9rem;
    }
    
    .over_c385 a {
        font-size: 0.8rem;
    }
    
    .notice-8d2f {
        font-size: 0.8rem;
    }
    
    .description-2e54 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .title_3213 {
        padding: 8px 10px;
    }
    
    .status-lite-09e7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .breadcrumb-ed59 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .status-lite-09e7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .breadcrumb-ed59 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cc48 */
.promo-block-n5 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
