/* Inner Page Styles */

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

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

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

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

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

.medium-c328 .hover_2dda {
    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;
}

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

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

.medium-c328 .hover_2dda:hover::before {
    left: 100%;
}

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

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

.accent-lite-bb29 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.tiny-4b94 {
    color: var(--casino-gold-light);
}

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

.tiny-4b94 a:hover {
    color: var(--casino-gold-light);
}

.tiny-4b94.fn-active-7492 {
    color: var(--casino-gold-light);
}

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

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

.warm-17c5 {
    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);
}

.warm-17c5 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);
}

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

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

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

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

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

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

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

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

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

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

.tall-7b79 {
    padding: var(--md-spacing-md) 0;
}

.frame-lite-f2a1 {
    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%;
}

.frame-lite-f2a1 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 */
.label_ee2b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.accordion_in_2392 .active_bc02:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.aside-5602 .active_bc02 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.aside-5602 .active_bc02:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .image-ff50 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .image-ff50 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .image-ff50 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .medium-c328 {
        justify-content: center;
    }
    
    .accent-lite-bb29 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .status_253d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .aside-short-a5c6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .warm-17c5 {
        padding: var(--md-spacing-md);
    }
    
    .small-e834 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-lite-f2a1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .aside-5602 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .steel_b802 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .warm-17c5 {
        padding: var(--md-spacing-sm);
    }
    
    .modal_paper_9825 {
        padding: var(--md-spacing-md);
    }
    
    .frame-lite-f2a1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.modal_paper_9825,
.frame-lite-f2a1,
.aside-5602 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hidden-active-b885 {
    font-size: 1.5rem;
}

.old_f60b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .accordion-1133 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .up-3d1b {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container_dark_be80 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .breadcrumb-rough-70ff {
        grid-template-columns: 1fr;
    }
}

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

.list-left-755d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

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

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

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

.avatar-blue-02bf {
    text-align: center;
    margin-bottom: 30px;
}

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

.element-dim-d242.paragraph-e187 .pagination-advanced-16f6 {
    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); }
}

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

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

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

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

.title-e197 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;
}

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

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

.detail_7f2e {
    font-size: 1.2rem;
}

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

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

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

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

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

.info_static_dada.widget-7e62::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.info_static_dada.detail-new-234f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info_static_dada.orange_0e3f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.info_static_dada.short-82bd::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.huge-3e4b {
    font-size: 1.2rem;
}

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

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

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

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

.iron-01b0.grid_1a27 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.iron-01b0.fn-active-7492 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.form-active-fe36 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.detail-light-bdd4 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.modal-6b27 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb_purple_fa12 { border-top: 3px solid #00ccff; }
.element_7f3d { border-top: 3px solid #00ff88; }
.primary_thick_2e7b { border-top: 3px solid #d4af37; }
.tooltip-f283 { border-top: 3px solid #ff6b6b; }
.text-76ac { border-top: 3px solid #8b5cf6; }

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

.outline_e09c {
    overflow-x: auto;
}

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

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

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

.modal-ad13 td {
    color: #ccc;
}

.modal-ad13 .logo_dim_e728 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.paragraph-up-0c16 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.prev-8d90 p {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-iron-9d00 {
    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;
}

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

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

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

.secondary_first_ab6f {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.photo-basic-5b09 {
    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;
}

.photo-basic-5b09::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);
}

.tabs-out-ea3f {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

.photo-basic-5b09 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.gallery-purple-50eb {
    font-size: 1.5rem;
}

.notification-1bc2 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.info-8ebb {
    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;
}

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

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

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

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

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

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

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

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

.dynamic-fbf2 .thick-54b6 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.accordion-inner-247b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.overlay-south-53a2 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 */
.tall-3d8c {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

.wrapper-56c4 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.link-complex-04e7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.image-4fc8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.image-4fc8 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.dropdown_west_7db7 a {
    color: #ff6b6b;
}

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

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

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

.slider-f73b {
    text-align: center;
}

.slider-f73b .layout-wide-4306 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.slider-f73b .next_38f8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.pink-337f {
    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;
}

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

.tooltip-39a9 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

.texture-warm-5ef3 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .surface-static-5509 {
        flex-direction: column;
    }
    .texture-warm-5ef3 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.stone_bfb7 .wood_bb20 {
    color: #666;
    margin: 0 8px;
}

.stone_bfb7 .purple_3def {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.aside_3e67 {
    font-size: 2rem;
}

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

.modal_95aa strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.text-full-175e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.article-69ed {
    background: #0a0a0a;
    padding: 30px 0;
}

.module-out-59d7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .module-out-59d7 {
        grid-template-columns: 1fr;
    }
}

.media-5aab h3,
.slider_active_8cf0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.shadow-warm-4ace {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.hover_light_a63b strong {
    color: #d4af37;
}

.top_1637 {
    color: #aaa;
}

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

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

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

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

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

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

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

.button-d573:last-child {
    border-bottom: none;
}

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

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

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

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

.link-north-95cc {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.link-north-95cc 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;
}

.link-north-95cc li strong {
    color: #00ff88;
}

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

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

.pattern-lower-c363 {
    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;
}

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

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

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

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

.notification_8581 strong {
    color: #d4af37;
}

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

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

.gradient-a391 strong {
    color: #00ff88;
}

.gradient-a391 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.nav-out-97a0 {
    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;
}

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

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

.description_over_2cac strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .feature-546a {
        padding: 30px 15px;
    }
    
    .feature-546a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .red_c1e8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .mask_b745 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs-complex-1ffd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-complex-1ffd .highlight-fresh-1e41 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .footer-3648 {
        font-size: 1.3rem;
    }
    
    .popup_62ae {
        font-size: 0.7rem;
    }
    
    .pattern-a782 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pattern-a782 .active_bc02 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .row_9eb3 {
        display: none;
    }
    
    .backdrop-cool-2553 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .heading_right_66fc {
        padding: 20px 10px;
    }
    
    .stale-141d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .copper_74f2,
    .fast_1cb7 {
        padding: 15px;
    }
    
    .video_996b {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled-bc1b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tertiary_cold_06fc {
        padding: 30px 10px;
    }
    
    .background-dd39 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame_west_98d8 {
        padding: 20px 15px;
    }
    
    .hidden-old-1897 {
        font-size: 2rem;
    }
    
    .frame_west_98d8 h3 {
        font-size: 1.1rem;
    }
    
    .frame_west_98d8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .up-0b4d {
        padding: 20px 5px;
    }
    
    .up-0b4d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .card-cool-0d40 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .modal-ad13 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .modal-ad13 th,
    .modal-ad13 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .upper-7a82 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .notice_f5d7 {
        padding: 20px 10px;
    }
    
    .hovered-fa93 h2 {
        font-size: 1.3rem;
    }
    
    .text_small_5916 {
        font-size: 0.9rem;
    }
    
    .button-d573 h3 {
        font-size: 1.1rem;
    }
    
    .button-d573 p {
        font-size: 0.9rem;
    }
    
    .link-north-95cc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .container_thick_06c8 {
        grid-template-columns: 1fr;
    }
    
    .notification_8581 {
        font-size: 0.85rem;
    }
    
    .banner_5c69 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-lower-c363 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern-lower-c363 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading_c674 {
        padding: 30px 10px;
    }
    
    .active_b851 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static-f25a {
        padding: 15px 10px;
    }
    
    .static-f25a h4 {
        font-size: 0.9rem;
    }
    
    .static-f25a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .title-yellow-e196 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .active_b851 {
        grid-template-columns: 1fr;
    }
    
    .static-f25a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .static-2cc6 {
        padding: 30px 10px;
    }
    
    .article-new-ec87 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary_94ba {
        padding: 15px;
    }
    
    .dropdown-893f {
        font-size: 0.9rem;
    }
    
    .green_d864 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .green_d864 .sort-f4d4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .primary_f3b3 {
        padding: 30px 10px;
    }
    
    .primary_f3b3 h2 {
        font-size: 1.2rem;
    }
    
    .progress_north_a7dc {
        gap: 10px;
    }
    
    .background-new-5a8e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .background-new-5a8e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .element_366f {
        padding: 30px 10px;
    }
    
    .element_366f h2 {
        font-size: 1.2rem;
    }
    
    .media-simple-fb93 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_fast_74ad {
        padding: 15px 10px;
    }
    
    .badge_fast_74ad h4 {
        font-size: 0.85rem;
    }
    
    .badge_fast_74ad p {
        font-size: 0.75rem;
    }
    
    .gas-f75d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .backdrop-basic-ca19 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .first_b115 {
        padding: 20px 10px;
    }
    
    .link-complex-04e7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop_hovered_0277,
    .image-4fc8,
    .dropdown_west_7db7 {
        width: 100%;
    }
    
    .backdrop_hovered_0277 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_hovered_0277 p {
        font-size: 0.8rem;
    }
    
    .fresh-eb99 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .cool_5685 {
        padding: 30px 10px;
    }
    
    .cool_5685 h3 {
        font-size: 1.2rem;
    }
    
    .modal-red-97c8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside-5602 {
        padding: 15px 10px;
    }
    
    .aside-5602 h4 {
        font-size: 0.85rem;
    }
    
    .aside-5602 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .modal-red-97c8 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .out_978c {
        padding: 30px 15px;
    }
    
    .button-b574 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .text-111c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .yellow_e0f6 h4 {
        font-size: 0.9rem;
    }
    
    .yellow_e0f6 a {
        font-size: 0.8rem;
    }
    
    .focus_liquid_bada {
        font-size: 0.8rem;
    }
    
    .sort_huge_963f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .active-bright-f084 {
        padding: 8px 10px;
    }
    
    .aside-17da {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .card_d9a7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .aside-17da {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .card_d9a7 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: fb70 */
.widget-item-g5 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
