/* Inner Page Styles */

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

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

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

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

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

.box_dim_e092 .gallery-fixed-aee3 {
    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;
}

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

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

.box_dim_e092 .gallery-fixed-aee3:hover::before {
    left: 100%;
}

.box_dim_e092 .gallery-fixed-aee3:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.caption-24ee {
    margin-bottom: var(--md-spacing-lg);
}

.paragraph-10e8 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_3b96.fn-active-f677 {
    color: var(--casino-gold-light);
}

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

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

.gallery-south-8d37 {
    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);
}

.gallery-south-8d37 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);
}

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

/* Content Cards */
.container-warm-94f6 {
    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);
}

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

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

.container-warm-94f6 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.advanced_46f3 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 */
.thick-30aa {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thick-30aa li {
    margin-bottom: var(--md-spacing-xs);
}

.thick-30aa 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);
}

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

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

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

.copper-5179:hover::before {
    left: 100%;
}

.copper-5179 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;
}

.copper-5179 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;
}

.copper-5179 .carousel-cfff {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.copper-5179 .carousel-cfff:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.accordion-under-e3f0 {
    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);
}

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

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

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

.status-medium-ab0e {
    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);
}

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

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

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

.status-medium-ab0e .carousel-cfff {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.status-medium-ab0e .carousel-cfff:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .overlay_2543 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .overlay_2543 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .overlay_2543 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .box_dim_e092 {
        justify-content: center;
    }
    
    .paragraph-10e8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .table-4c09 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pink_69c5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gallery-south-8d37 {
        padding: var(--md-spacing-md);
    }
    
    .east-0e1b {
        padding: var(--md-spacing-md) 0;
    }
    
    .advanced_46f3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .status-medium-ab0e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .button_cf83 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gallery-south-8d37 {
        padding: var(--md-spacing-sm);
    }
    
    .container-warm-94f6 {
        padding: var(--md-spacing-md);
    }
    
    .advanced_46f3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.container-warm-94f6,
.advanced_46f3,
.status-medium-ab0e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.section-center-7809::-webkit-scrollbar {
    width: 8px;
}

.section-center-7809::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.icon-fluid-b82f {
    font-size: 1.5rem;
}

.grid-complex-0d67 strong {
    color: #00ff88;
}

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

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

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

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

.badge-current-c18f {
    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;
}

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

.badge-current-c18f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.badge-current-c18f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-copper-5dd8 {
    text-align: center;
    margin-bottom: 30px;
}

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

.basic-b160.outline_bronze_2c41 .summary-9f1c {
    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); }
}

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

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

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

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

.huge-5d93 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;
}

.huge-5d93 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);
}

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

.logo-fresh-f285 {
    font-size: 1.2rem;
}

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

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

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

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

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

.list_8ae9.picture_plasma_cb59::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.list_8ae9.footer_hovered_9695::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list_8ae9.info-cold-4edc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.list_8ae9.bronze_75df::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.fresh-c57b {
    font-size: 1.2rem;
}

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

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

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

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

.tag_5e39.easy-ba88 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag_5e39.fn-active-f677 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.notice-87dc {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.selected-98a1 {
    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;
}

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

.selected-98a1.dynamic_215f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.info_986c { border-top: 3px solid #00ccff; }
.lower-7c4c { border-top: 3px solid #00ff88; }
.clean_ae5c { border-top: 3px solid #d4af37; }
.box_e891 { border-top: 3px solid #ff6b6b; }
.active_33c7 { border-top: 3px solid #8b5cf6; }

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

.full_3e6f {
    overflow-x: auto;
}

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

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

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

.content-7040 td {
    color: #ccc;
}

.content-7040 .wide_6acb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-2cb5 {
    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;
}

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

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

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

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

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

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

.status_f99f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.north-13bc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tertiary-orange-99a0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.menu-blue-1ad8 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.accent-81b2 {
    font-size: 1.5rem;
}

.cool-4cdb {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.preview_old_3a69 .wrapper-focused-4a80 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.fixed_1a12 {
    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-188f h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

/* Responsible Banner */
.element-up-542c {
    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;
}

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

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

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

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

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

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

.gradient-lower-169f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.gradient-lower-169f span {
    color: #666;
    font-size: 0.8rem;
}

.gradient-lower-169f a {
    color: #ff6b6b;
}

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

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

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

.layout_b96c {
    text-align: center;
}

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

.layout_b96c .element-hard-0faa {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.active-silver-8b49 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.summary-tiny-1b45 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.badge-in-e025 {
    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;
}

.badge-in-e025.dynamic_215f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.link-gold-ddb0 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .summary-tiny-1b45 {
        flex-direction: column;
    }
    .basic_e427 {
        transform: rotate(90deg);
    }
}

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

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

.active-static-705e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .active-static-705e {
        grid-template-columns: 1fr;
    }
}

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

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

.media_1e35 .message-stone-49b6 {
    color: #666;
    margin: 0 8px;
}

.media_1e35 .photo_fixed_29f7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.under-426c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.first-225f {
    font-size: 2rem;
}

.backdrop-bronze-28cf {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.backdrop-bronze-28cf strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent_504f h3,
.image-948a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.button-cold-671a {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.button-cold-671a strong {
    color: #d4af37;
}

.grid-43be {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion_e446 strong {
    color: #d4af37;
}

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

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

.stone-2351 strong {
    color: #00ff88;
}

.stone-2351 span {
    color: #d4af37;
}

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

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

.avatar-right-f37a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-small-2e12 {
    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;
}

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

.dark-fffc strong {
    color: #00ff88;
}

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

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

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

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

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

.pagination-motion-bc2c {
    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;
}

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

@media (max-width: 768px) {
    .media_6c21 {
        flex-direction: column;
    }
    
    .article-cool-c83e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .row-short-03df {
        padding: 30px 15px;
    }
    
    .row-short-03df h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .content_tall_9b60 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .accent_center_904e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .medium_a6ee {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .medium_a6ee .yellow-a494 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .bright_8f04 {
        font-size: 1.3rem;
    }
    
    .hover-378b {
        font-size: 0.7rem;
    }
    
    .last-a031 {
        flex-direction: column;
        gap: 10px;
    }
    
    .last-a031 .carousel-cfff {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .thumbnail_2307 {
        display: none;
    }
    
    .tertiary_7f05 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .layout-2539 {
        padding: 20px 10px;
    }
    
    .avatar-right-f37a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .warm_01f7,
    .list-down-c467 {
        padding: 15px;
    }
    
    .hard-3295 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pro-3609 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .easy_c8b0 {
        padding: 30px 10px;
    }
    
    .row_lower_b790 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column_wood_bd9e {
        padding: 20px 15px;
    }
    
    .dirty_67a4 {
        font-size: 2rem;
    }
    
    .column_wood_bd9e h3 {
        font-size: 1.1rem;
    }
    
    .column_wood_bd9e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .filter_4a01 {
        padding: 20px 10px;
    }
    
    .outer_981e h2 {
        font-size: 1.3rem;
    }
    
    .border-e6f1 {
        font-size: 0.9rem;
    }
    
    .description_smooth_e0b6 h3 {
        font-size: 1.1rem;
    }
    
    .description_smooth_e0b6 p {
        font-size: 0.9rem;
    }
    
    .border_south_d1de li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .clean_ade5 {
        grid-template-columns: 1fr;
    }
    
    .motion_e446 {
        font-size: 0.85rem;
    }
    
    .backdrop-1f32 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cold-b43d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .cold-b43d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stone_3863 {
        padding: 30px 10px;
    }
    
    .overlay-hot-4fe0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient-right-0c46 {
        padding: 15px 10px;
    }
    
    .gradient-right-0c46 h4 {
        font-size: 0.9rem;
    }
    
    .gradient-right-0c46 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .black-1def {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .overlay-hot-4fe0 {
        grid-template-columns: 1fr;
    }
    
    .gradient-right-0c46 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dim-a674 {
        padding: 30px 10px;
    }
    
    .gas_5f9f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_f33c {
        padding: 15px;
    }
    
    .in_4be7 {
        font-size: 0.9rem;
    }
    
    .iron-ee04 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .iron-ee04 .filter_8f9d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .background_1b0e {
        padding: 30px 10px;
    }
    
    .background_1b0e h2 {
        font-size: 1.2rem;
    }
    
    .gas-ae21 {
        gap: 10px;
    }
    
    .texture_dark_51a1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .texture_dark_51a1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .avatar-warm-24ca {
        padding: 30px 10px;
    }
    
    .avatar-warm-24ca h2 {
        font-size: 1.2rem;
    }
    
    .table_2492 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid_paper_620a {
        padding: 15px 10px;
    }
    
    .grid_paper_620a h4 {
        font-size: 0.85rem;
    }
    
    .grid_paper_620a p {
        font-size: 0.75rem;
    }
    
    .list-4887 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .menu_yellow_eff1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .element-up-542c {
        padding: 20px 10px;
    }
    
    .tabs-red-b209 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .filter_center_4e37,
    .paragraph_7ddb,
    .gradient-lower-169f {
        width: 100%;
    }
    
    .filter_center_4e37 h3 {
        font-size: 1.1rem;
    }
    
    .filter_center_4e37 p {
        font-size: 0.8rem;
    }
    
    .panel_09cc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .shadow_2bd9 {
        padding: 30px 15px;
    }
    
    .shadow_2bd9 h2 {
        font-size: 1.3rem;
    }
    
    .shadow_2bd9 p {
        font-size: 0.85rem;
    }
    
    .cool-337c {
        flex-direction: column;
        gap: 10px;
    }
    
    .cool-337c .carousel-cfff {
        width: 100%;
    }
    
    .tag-39b9 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .new-afda {
        padding: 30px 10px;
    }
    
    .new-afda h3 {
        font-size: 1.2rem;
    }
    
    .disabled_new_e170 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-medium-ab0e {
        padding: 15px 10px;
    }
    
    .status-medium-ab0e h4 {
        font-size: 0.85rem;
    }
    
    .status-medium-ab0e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pressed-05fd {
        padding: 30px 15px;
    }
    
    .yellow_4a6a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column_light_7dcd {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .lower_e5da h4 {
        font-size: 0.9rem;
    }
    
    .lower_e5da a {
        font-size: 0.8rem;
    }
    
    .chip-b092 {
        font-size: 0.8rem;
    }
    
    .sidebar-420b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .advanced-3093 {
        padding: 8px 10px;
    }
    
    .feature-76ad {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .secondary-f8ff {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .feature-76ad {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .secondary-f8ff {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1370 */
.ghost-box-k0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
