/* Inner Page Styles */

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

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

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

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

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

.button_motion_b399 .gradient-7338 {
    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;
}

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

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

.button_motion_b399 .gradient-7338:hover::before {
    left: 100%;
}

.button_motion_b399 .gradient-7338:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.slider-601e {
    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);
}

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

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

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

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

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

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

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

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

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

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

.dim-41ea {
    color: var(--casino-gold-light);
}

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

.dim-41ea a:hover {
    color: var(--casino-gold-light);
}

.dim-41ea.fn-active-8783 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick-a9be 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 */
.focus-043b {
    list-style: none;
    padding: 0;
    margin: 0;
}

.focus-043b li {
    margin-bottom: var(--md-spacing-xs);
}

.focus-043b 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);
}

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

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

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

.heading-3212:hover::before {
    left: 100%;
}

.heading-3212 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;
}

.heading-3212 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;
}

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

.heading-3212 .hover_prev_75da:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.wide-39bb {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.grid-outer-7efa {
    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);
}

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

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

.grid-outer-7efa p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.grid-outer-7efa .hover_prev_75da {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.grid-outer-7efa .hover_prev_75da:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .red-b783 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .red-b783 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .red-b783 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .button_motion_b399 {
        justify-content: center;
    }
    
    .slider-601e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .next_94b9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .carousel-98f7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .south-b505 {
        padding: var(--md-spacing-md);
    }
    
    .input-silver-d9bd {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick-a9be {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid-outer-7efa {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wrapper-414f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .south-b505 {
        padding: var(--md-spacing-sm);
    }
    
    .focused-4c0a {
        padding: var(--md-spacing-md);
    }
    
    .thick-a9be {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.focused-4c0a,
.thick-a9be,
.grid-outer-7efa {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.disabled_small_a018 {
    font-size: 1.5rem;
}

.focus-under-d856 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture_pro_5d59 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.label-white-e957 {
    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;
}

.label-white-e957.description_4e51 .logo-red-2fa5 {
    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); }
}

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

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

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

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

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

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

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

.layout_medium_5995 {
    font-size: 1.2rem;
}

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

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

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

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

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

.shadow_f0b7.link_c733::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.shadow_f0b7.status-west-90b6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shadow_f0b7.menu-orange-14f3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.shadow_f0b7.active_1312::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tertiary_static_97ef {
    font-size: 1.2rem;
}

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

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

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

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

.preview-iron-cb8e.row-68bb { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview-iron-cb8e.fn-active-8783 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.caption-warm-a089 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.grid_static_bb1e.tiny-9d0a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.notification-black-8d5a {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.widget_under_dca7 { border-top: 3px solid #00ccff; }
.disabled_narrow_f8b0 { border-top: 3px solid #00ff88; }
.title-white-2e57 { border-top: 3px solid #d4af37; }
.overlay_current_c34f { border-top: 3px solid #ff6b6b; }
.old-6307 { border-top: 3px solid #8b5cf6; }

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

.disabled_831f {
    overflow-x: auto;
}

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

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

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

.tag-4b3b td {
    color: #ccc;
}

.tag-4b3b .filter-blue-3224 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.tag-4b3b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.clean-31e8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.aside-prev-e6a5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.text-blue-9a7c {
    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;
}

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

.column-hot-bc96 {
    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;
}

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

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

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

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

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

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

.warm_438f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.right-4d6d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.notice-focused-b005 {
    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;
}

.notice-focused-b005::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);
}

.stone-9d77 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.input-93ee {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.media_glass_9c2b {
    font-size: 1.5rem;
}

.tag-upper-b41a {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .tabs-plasma-309f {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.green-75d1 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.green-75d1 .input-out-98b4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.feature_6fe3 .breadcrumb_dynamic_427e {
    margin-bottom: 10px;
}

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

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

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

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

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

.info-pink-8e40 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 */
.element-1d42 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny_99c4 a {
    color: #ff6b6b;
}

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

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

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

.lite_63b9 {
    text-align: center;
}

.lite_63b9 .nav-gold-7a6f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.lite_63b9 .box-gas-6120 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.notice-28b0 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.texture-5824 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.prev_93bc.tiny-9d0a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .texture-5824 {
        flex-direction: column;
    }
    .main_f622 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.icon-left-a38d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gradient_3004 .section-7206 {
    color: #666;
    margin: 0 8px;
}

.gradient_3004 .brown-1952 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.media-in-dbc6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.paragraph_4d39 {
    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_tiny_6c59 {
    font-size: 2rem;
}

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

.panel_down_8678 strong {
    color: #d4af37;
}

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

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

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

.table-tiny-4e85 h3,
.chip-0f21 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.mask-46d4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.image-focused-63aa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.label-57a9 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.cold-14df {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.prev-1da3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.upper-6edf summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.dropdown_prev_5b9f strong {
    color: #d4af37;
}

.pressed-e841 {
    color: #aaa;
}

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

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

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

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

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

.modal-3fbf {
    max-width: 900px;
    margin: 0 auto;
}

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

.gallery-6507:last-child {
    border-bottom: none;
}

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

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

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

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

.card-down-73a9 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.card-down-73a9 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;
}

.card-down-73a9 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.inner-7505 strong {
    color: #d4af37;
}

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

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

.hidden-ea9a strong {
    color: #00ff88;
}

.hidden-ea9a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.shadow-glass-4552 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up-3614 strong {
    color: #00ff88;
}

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

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

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

.red-9ba4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.caption-5bf1 {
    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;
}

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

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

@media (max-width: 768px) {
    .red-9ba4 {
        flex-direction: column;
    }
    
    .caption-5bf1 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.mask-hard-7cb8 {
    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;
}

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

@media (max-width: 480px) {
    .mask-hard-7cb8 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .outline-41b4 {
        padding: 30px 15px;
    }
    
    .outline-41b4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .disabled-center-36c4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .header-orange-d384 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .outline-light-498a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outline-light-498a .table_prev_895e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .card-out-6706 {
        font-size: 1.3rem;
    }
    
    .short-9d9c {
        font-size: 0.7rem;
    }
    
    .main-a2b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-a2b3 .hover_prev_75da {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pattern_hovered_3f7f {
        display: none;
    }
    
    .surface_fixed_546e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery-lower-7804 {
        padding: 20px 10px;
    }
    
    .article-a94c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-aea0,
    .title_4daa {
        padding: 15px;
    }
    
    .input_cb97 {
        flex-direction: column;
        gap: 5px;
    }
    
    .medium_6906 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .background-0ea6 {
        padding: 30px 10px;
    }
    
    .box_ef79 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame-upper-a724 {
        padding: 20px 15px;
    }
    
    .element-8427 {
        font-size: 2rem;
    }
    
    .frame-upper-a724 h3 {
        font-size: 1.1rem;
    }
    
    .frame-upper-a724 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .dynamic_9aaa {
        padding: 20px 5px;
    }
    
    .dynamic_9aaa h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .progress-right-89ea {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tag-4b3b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tag-4b3b th,
    .tag-4b3b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .sidebar_df2b {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .bright_6492 {
        padding: 20px 10px;
    }
    
    .tabs-hard-5655 h2 {
        font-size: 1.3rem;
    }
    
    .summary_c360 {
        font-size: 0.9rem;
    }
    
    .gallery-6507 h3 {
        font-size: 1.1rem;
    }
    
    .gallery-6507 p {
        font-size: 0.9rem;
    }
    
    .card-down-73a9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .container_black_e9f6 {
        grid-template-columns: 1fr;
    }
    
    .inner-7505 {
        font-size: 0.85rem;
    }
    
    .grid-tall-e4b6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button_outer_9467 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .button_outer_9467 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .module-fast-f56b {
        padding: 30px 10px;
    }
    
    .module_white_be18 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb-7643 {
        padding: 15px 10px;
    }
    
    .breadcrumb-7643 h4 {
        font-size: 0.9rem;
    }
    
    .breadcrumb-7643 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .main-e8fc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module_white_be18 {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb-7643 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .menu_394d {
        padding: 30px 10px;
    }
    
    .large-5890 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower-3513 {
        padding: 15px;
    }
    
    .complex_5967 {
        font-size: 0.9rem;
    }
    
    .header_9105 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header_9105 .main-9290 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tabs-5bd4 {
        padding: 30px 10px;
    }
    
    .tabs-5bd4 h2 {
        font-size: 1.2rem;
    }
    
    .grid-06e6 {
        gap: 10px;
    }
    
    .clean-8329 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .clean-8329 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .label-dynamic-6f0d {
        padding: 30px 10px;
    }
    
    .label-dynamic-6f0d h2 {
        font-size: 1.2rem;
    }
    
    .mask-7452 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-06c6 {
        padding: 15px 10px;
    }
    
    .active-06c6 h4 {
        font-size: 0.85rem;
    }
    
    .active-06c6 p {
        font-size: 0.75rem;
    }
    
    .progress-0134 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notice_8ffe {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pattern_0ecc {
        padding: 20px 10px;
    }
    
    .solid-9c06 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .disabled_copper_5ae5,
    .fluid-9783,
    .tiny_99c4 {
        width: 100%;
    }
    
    .disabled_copper_5ae5 h3 {
        font-size: 1.1rem;
    }
    
    .disabled_copper_5ae5 p {
        font-size: 0.8rem;
    }
    
    .panel_out_b07a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .input-2075 {
        padding: 30px 15px;
    }
    
    .input-2075 h2 {
        font-size: 1.3rem;
    }
    
    .input-2075 p {
        font-size: 0.85rem;
    }
    
    .aside-5171 {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside-5171 .hover_prev_75da {
        width: 100%;
    }
    
    .upper-accb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .container-iron-55b7 {
        padding: 30px 10px;
    }
    
    .container-iron-55b7 h3 {
        font-size: 1.2rem;
    }
    
    .title_gold_8a6c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid-outer-7efa {
        padding: 15px 10px;
    }
    
    .grid-outer-7efa h4 {
        font-size: 0.85rem;
    }
    
    .grid-outer-7efa p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .main_80b2 {
        padding: 30px 15px;
    }
    
    .light-cb48 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hovered_d527 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .texture-advanced-222c h4 {
        font-size: 0.9rem;
    }
    
    .texture-advanced-222c a {
        font-size: 0.8rem;
    }
    
    .short-056b {
        font-size: 0.8rem;
    }
    
    .wrapper_b8c1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .slider-88ec {
        padding: 8px 10px;
    }
    
    .box_inner_bf42 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tag-a98f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .box_inner_bf42 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag-a98f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: af08 */
.ghost-box-r2 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
