/* Inner Page Styles */

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

.paragraph-first-8172 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);
}

.paragraph-first-8172 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);
}

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

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

.text_last_cd30 .black-e2c4 {
    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;
}

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

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

.text_last_cd30 .black-e2c4:hover::before {
    left: 100%;
}

.text_last_cd30 .black-e2c4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-fa8c.fn-active-1ff2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.hover-stone-059f {
    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);
}

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

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

.hover-stone-059f p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

.gradient-59cb {
    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%;
}

.gradient-59cb 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 */
.fluid_1ea0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.next_3e5f .link_thick_5d0e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.light-85e2 {
    margin-top: var(--md-spacing-sm);
}

.grid-pressed-79a1 {
    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);
}

.grid-pressed-79a1:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.glass-02ab {
    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);
}

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

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

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

.glass-02ab .link_thick_5d0e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.glass-02ab .link_thick_5d0e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paragraph-first-8172 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paragraph-first-8172 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paragraph-first-8172 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .text_last_cd30 {
        justify-content: center;
    }
    
    .overlay-7ecd {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .secondary_hard_cfe2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .steel_638a {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip_new_0c79 {
        padding: var(--md-spacing-md);
    }
    
    .north_146e {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient-59cb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .glass-02ab {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .background_hot_24f0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .chip_new_0c79 {
        padding: var(--md-spacing-sm);
    }
    
    .hover-stone-059f {
        padding: var(--md-spacing-md);
    }
    
    .gradient-59cb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hover-stone-059f,
.gradient-59cb,
.glass-02ab {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.media_eb79 {
    font-size: 1.5rem;
}

.link_outer_5b1c strong {
    color: #00ff88;
}

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

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

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

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

.label-solid-927e {
    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;
}

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

.label-solid-927e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.label-solid-927e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.complex_e4d2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.filter-paper-5d37 {
    text-align: center;
    margin-bottom: 30px;
}

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

.west-a271.right-162f .outline_b8d2 {
    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); }
}

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

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

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

.notification-out-49f3 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-out-49f3 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;
}

.notification-out-49f3 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);
}

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

.shadow-hard-bda2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.steel-4095.focused-8b69::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.steel-4095.detail_small_0580::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.steel-4095.backdrop_ac4b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.steel-4095.image-85f3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message-easy-82a0 {
    font-size: 1.2rem;
}

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

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

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

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

.lower_78e5.article_6b11 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lower_78e5.fn-active-1ff2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.table-paper-f14c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.label-iron-9554 { border-top: 3px solid #00ccff; }
.main_6482 { border-top: 3px solid #00ff88; }
.plasma-dd39 { border-top: 3px solid #d4af37; }
.logo_1d7d { border-top: 3px solid #ff6b6b; }
.wide_cee0 { border-top: 3px solid #8b5cf6; }

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

.shade_18ec {
    overflow-x: auto;
}

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

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

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

.disabled_inner_eac0 td {
    color: #ccc;
}

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

.disabled_inner_eac0 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.outline-1f00 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.accordion-full-9f1a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.popup-small-3ff5 {
    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;
}

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

.sidebar-tiny-f581 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.upper-0c74 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading_advanced_3449 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.picture-over-b979 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tiny_18be .image_out_0f83 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.video-781f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.element-steel-2e04 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.element-steel-2e04 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.white-3af6 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.carousel-black-3681 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.thumbnail-huge-bafd {
    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;
}

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

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

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

.video_97c5 a {
    color: #ff6b6b;
}

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

.layout-lite-4036 {
    max-width: 800px;
    margin: 0 auto;
}

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

.text-6349 {
    text-align: center;
}

.text-6349 .aside-paper-53ef {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.text-6349 .secondary-gas-3389 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.layout-lite-4036 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.steel-4ff8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.hidden-small-6de7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

.secondary-smooth-5b63 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .hidden-small-6de7 {
        flex-direction: column;
    }
    .dropdown_c07c {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.caption-tiny-893a .overlay-ae9d {
    color: #666;
    margin: 0 8px;
}

.caption-tiny-893a .nav_advanced_91e9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.alert-out-af8c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.filter-dark-80f8 {
    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;
}

.soft-b315 {
    font-size: 2rem;
}

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

.breadcrumb_6e69 strong {
    color: #d4af37;
}

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

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

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

.wide-0820 h3,
.current-5433 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.wood-2966 strong {
    color: #00ff88;
}

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

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

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

.left_e03d h3,
.tertiary-642c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.surface-orange-7a76 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.surface-orange-7a76 strong {
    color: #d4af37;
}

.purple_665a {
    color: #aaa;
}

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

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

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

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

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

.button-60a7 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.dirty-940b {
    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;
}

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

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

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

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

.list_d4f7 strong {
    color: #d4af37;
}

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

.fluid-4f03 {
    color: #888;
    font-size: 0.9rem;
}

.fluid-4f03 strong {
    color: #00ff88;
}

.fluid-4f03 span {
    color: #d4af37;
}

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

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

.lite-4d56 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.tooltip-544f {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rough-d614 li {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

.full-074a {
    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;
}

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

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

@media (max-width: 768px) {
    .column_9ee1 {
        flex-direction: column;
    }
    
    .full-074a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .container-72e2 {
        padding: 30px 15px;
    }
    
    .container-72e2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .search_f357 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .caption_1ef8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .yellow-822c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .yellow-822c .shadow-large-5abb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .carousel_red_0bca {
        font-size: 1.3rem;
    }
    
    .white-aced {
        font-size: 0.7rem;
    }
    
    .thumbnail-2e36 {
        flex-direction: column;
        gap: 10px;
    }
    
    .thumbnail-2e36 .link_thick_5d0e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .white-c975 {
        display: none;
    }
    
    .pagination_purple_1775 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .texture_up_7b7c {
        padding: 20px 10px;
    }
    
    .lite-4d56 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion_399e,
    .status-08d9 {
        padding: 15px;
    }
    
    .preview_6717 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tooltip-544f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tooltip_advanced_bd0e {
        padding: 30px 10px;
    }
    
    .new-3fbe {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .left_9062 {
        padding: 20px 15px;
    }
    
    .sort-last-0caf {
        font-size: 2rem;
    }
    
    .left_9062 h3 {
        font-size: 1.1rem;
    }
    
    .left_9062 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .left-84f2 {
        padding: 20px 10px;
    }
    
    .aside-82dc h2 {
        font-size: 1.3rem;
    }
    
    .hover-new-2959 {
        font-size: 0.9rem;
    }
    
    .banner_9586 h3 {
        font-size: 1.1rem;
    }
    
    .banner_9586 p {
        font-size: 0.9rem;
    }
    
    .badge_f64d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .thumbnail-0238 {
        grid-template-columns: 1fr;
    }
    
    .list_d4f7 {
        font-size: 0.85rem;
    }
    
    .picture_basic_6356 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dirty-940b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dirty-940b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .fresh_e0c5 {
        padding: 30px 10px;
    }
    
    .gradient_f0c5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_clean_2487 {
        padding: 15px 10px;
    }
    
    .media_clean_2487 h4 {
        font-size: 0.9rem;
    }
    
    .media_clean_2487 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thick_443a {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .inner-f735 {
        padding: 30px 10px;
    }
    
    .warm_0972 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_e9e9 {
        padding: 15px;
    }
    
    .title-522d {
        font-size: 0.9rem;
    }
    
    .menu-509d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu-509d .header-da8d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pattern-hovered-a83c {
        padding: 30px 10px;
    }
    
    .pattern-hovered-a83c h2 {
        font-size: 1.2rem;
    }
    
    .steel_37ea {
        gap: 10px;
    }
    
    .fresh-73e4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .fresh-73e4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .highlight-focused-a3d2 {
        padding: 30px 10px;
    }
    
    .highlight-focused-a3d2 h2 {
        font-size: 1.2rem;
    }
    
    .focus-63f5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_87f2 {
        padding: 15px 10px;
    }
    
    .description_87f2 h4 {
        font-size: 0.85rem;
    }
    
    .description_87f2 p {
        font-size: 0.75rem;
    }
    
    .pattern_9276 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tooltip_f569 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sidebar_static_a549 {
        padding: 20px 10px;
    }
    
    .notice_a471 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .static_3a01,
    .mini_736e,
    .video_97c5 {
        width: 100%;
    }
    
    .static_3a01 h3 {
        font-size: 1.1rem;
    }
    
    .static_3a01 p {
        font-size: 0.8rem;
    }
    
    .thumbnail-huge-bafd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .clean-ff96 {
        padding: 30px 15px;
    }
    
    .clean-ff96 h2 {
        font-size: 1.3rem;
    }
    
    .clean-ff96 p {
        font-size: 0.85rem;
    }
    
    .slider-red-98ac {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider-red-98ac .link_thick_5d0e {
        width: 100%;
    }
    
    .title-hot-5dcc {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .rough_ef54 {
        padding: 30px 10px;
    }
    
    .rough_ef54 h3 {
        font-size: 1.2rem;
    }
    
    .footer-922e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass-02ab {
        padding: 15px 10px;
    }
    
    .glass-02ab h4 {
        font-size: 0.85rem;
    }
    
    .glass-02ab p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .slow-74bc {
        padding: 30px 15px;
    }
    
    .dirty_bbb8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .border-4b3b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .surface-prev-9f88 h4 {
        font-size: 0.9rem;
    }
    
    .surface-prev-9f88 a {
        font-size: 0.8rem;
    }
    
    .dropdown_motion_6283 {
        font-size: 0.8rem;
    }
    
    .green-c3b1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .in_db86 {
        padding: 8px 10px;
    }
    
    .sidebar-large-68cc {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .header-3f87 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sidebar-large-68cc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .header-3f87 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7989 */
.widget-item-a2 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
