/* Inner Page Styles */

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

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

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

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

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

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

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

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

.banner_5071 .background_west_8025:hover::before {
    left: 100%;
}

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

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

.label-down-82c4 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale_6a5b.fn-active-83d8 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.title-hovered-09d5 {
    padding: var(--md-spacing-lg) 0;
}

.photo-8a37 {
    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);
}

.photo-8a37 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);
}

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

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

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

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

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

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

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

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

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

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

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

.shade-liquid-76aa {
    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%;
}

.shade-liquid-76aa 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 */
.paragraph-out-cf49 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paragraph-out-cf49 li {
    margin-bottom: var(--md-spacing-xs);
}

.paragraph-out-cf49 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);
}

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

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

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

.old-4c22:hover::before {
    left: 100%;
}

.old-4c22 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;
}

.old-4c22 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;
}

.old-4c22 .clean-bd60 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.old-4c22 .clean-bd60:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.sidebar-56f5 {
    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);
}

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

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

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

.grid_current_6aa3 {
    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_current_6aa3:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

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

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

.grid_current_6aa3 .clean-bd60 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.grid_current_6aa3 .clean-bd60:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notice_old_21a7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notice_old_21a7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notice_old_21a7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .banner_5071 {
        justify-content: center;
    }
    
    .label-down-82c4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .texture-cold-9f58 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .title-hovered-09d5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo-8a37 {
        padding: var(--md-spacing-md);
    }
    
    .media-cd33 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade-liquid-76aa {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid_current_6aa3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .fresh-e103 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .photo-8a37 {
        padding: var(--md-spacing-sm);
    }
    
    .bronze_df1e {
        padding: var(--md-spacing-md);
    }
    
    .shade-liquid-76aa {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bronze_df1e,
.shade-liquid-76aa,
.grid_current_6aa3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.popup_fb6e {
    font-size: 1.5rem;
}

.image-hard-7e3f strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.message-4e88 {
    padding: 30px 0;
}

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

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

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

.tertiary-7ecf ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.tertiary-7ecf li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.pattern-purple-3ba8 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.slider-first-062e {
    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;
}

.slider-first-062e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.green_22be.basic-08fc .hover-86c8 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

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

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

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

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

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

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

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

.accent_next_67eb {
    font-size: 1.2rem;
}

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

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

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

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

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

.slider_center_4fd6.chip-439f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.slider_center_4fd6.current-f1a1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider_center_4fd6.media_left_9c87::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.slider_center_4fd6.row-dark-addc::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.green_1003 {
    font-size: 1.2rem;
}

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

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

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

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

.text_in_94ee.lite-dbd6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text_in_94ee.fn-active-83d8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.shadow-paper-8726 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.disabled-south-e4d0 {
    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;
}

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

.disabled-south-e4d0.primary_full_6d24 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.media_dark_8f79 { border-top: 3px solid #00ccff; }
.carousel_b8d7 { border-top: 3px solid #00ff88; }
.title_basic_32b4 { border-top: 3px solid #d4af37; }
.medium_a30e { border-top: 3px solid #ff6b6b; }
.accent-focused-9c83 { border-top: 3px solid #8b5cf6; }

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

.lower_915f {
    overflow-x: auto;
}

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

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

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

.module-silver-16fb td {
    color: #ccc;
}

.module-silver-16fb .new_1d93 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.module-silver-16fb tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.frame-480d {
    color: #888;
    font-size: 0.85rem;
}

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

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

.link-yellow-3954 {
    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;
}

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

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

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

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

.feature-center-bb8c {
    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;
}

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

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

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

.over_4695 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.tag-blue-3db1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-stale-20c8 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.border_ff77 {
    font-size: 1.5rem;
}

.panel-503a {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.new-21fe {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.primary-dc01 .sidebar_ac98 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-huge-3530 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.form-right-1368 span {
    color: #666;
    font-size: 0.8rem;
}

.form-right-1368 a {
    color: #ff6b6b;
}

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

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

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

.heading-focused-db08 {
    text-align: center;
}

.heading-focused-db08 .media-61c3 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.heading-focused-db08 .module-ef94 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-dark-8668 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .message-dark-8668 {
        flex-direction: column;
    }
    .notification_hot_93f6 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.selected-08ce {
    background: #0a0a0a;
    padding: 30px 0;
}

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

.gallery-narrow-72e3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .gallery-narrow-72e3 {
        grid-template-columns: 1fr;
    }
}

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

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

.nav-2d0a .pagination-west-f9ae {
    color: #666;
    margin: 0 8px;
}

.nav-2d0a .bottom_6dfb {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.hard_6f48 {
    font-size: 2rem;
}

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

.mask_clean_2be8 strong {
    color: #d4af37;
}

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

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

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

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

.wrapper-purple-c445 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.static_7f3d strong {
    color: #00ff88;
}

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

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

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

.brown_6740 h3,
.chip-light-8094 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.box_simple_da0a strong {
    color: #d4af37;
}

.heading_9ed8 {
    color: #aaa;
}

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

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

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

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

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

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

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

.backdrop-old-4a38:last-child {
    border-bottom: none;
}

.backdrop-old-4a38 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.backdrop-old-4a38 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

.bright-925a {
    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;
}

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

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

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

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

.orange-be17 strong {
    color: #d4af37;
}

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

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

.stale_6636 strong {
    color: #00ff88;
}

.stale_6636 span {
    color: #d4af37;
}

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

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

.thumbnail-upper-5984 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.shadow-051d {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.header-4c89 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-743c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-743c li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.component-current-e2f6 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

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

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

.first-2a49 strong {
    color: #00ff88;
}

.paragraph-slow-66cc {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

.component-huge-3530 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .panel_d745 {
        padding: 30px 15px;
    }
    
    .panel_d745 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .last_da19 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .secondary_wide_e117 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shadow_plasma_3aa9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_plasma_3aa9 .first-32bb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background-up-d569 {
        font-size: 1.3rem;
    }
    
    .accordion_fluid_4091 {
        font-size: 0.7rem;
    }
    
    .progress-24b4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .progress-24b4 .clean-bd60 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .video_yellow_e287 {
        display: none;
    }
    
    .new-8cf8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .upper_3190 {
        padding: 20px 10px;
    }
    
    .thumbnail-upper-5984 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-hard-f4fd,
    .breadcrumb-lite-7213 {
        padding: 15px;
    }
    
    .shadow-051d {
        flex-direction: column;
        gap: 5px;
    }
    
    .overlay_7527 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dynamic-2e3d {
        padding: 30px 10px;
    }
    
    .medium_9ecd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element-narrow-b899 {
        padding: 20px 15px;
    }
    
    .silver_d886 {
        font-size: 2rem;
    }
    
    .element-narrow-b899 h3 {
        font-size: 1.1rem;
    }
    
    .element-narrow-b899 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .image-33b0 {
        padding: 20px 5px;
    }
    
    .image-33b0 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .disabled_pink_8799 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .module-silver-16fb {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .module-silver-16fb th,
    .module-silver-16fb td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .list-f09d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .stone-edc3 {
        padding: 20px 10px;
    }
    
    .widget-huge-a469 h2 {
        font-size: 1.3rem;
    }
    
    .lite_5de5 {
        font-size: 0.9rem;
    }
    
    .backdrop-old-4a38 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop-old-4a38 p {
        font-size: 0.9rem;
    }
    
    .primary_9b2a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .link-mini-bc8e {
        grid-template-columns: 1fr;
    }
    
    .orange-be17 {
        font-size: 0.85rem;
    }
    
    .carousel_current_e381 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bright-925a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .bright-925a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hot_d198 {
        padding: 30px 10px;
    }
    
    .short_3ddb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .red-f070 {
        padding: 15px 10px;
    }
    
    .red-f070 h4 {
        font-size: 0.9rem;
    }
    
    .red-f070 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .alert-wood-fea2 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tertiary-stale-f951 {
        padding: 30px 10px;
    }
    
    .up_4edb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .solid_7b8d {
        padding: 15px;
    }
    
    .modal_9b4d {
        font-size: 0.9rem;
    }
    
    .gas-b176 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gas-b176 .info-c5ed {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .content_top_ba41 {
        padding: 30px 10px;
    }
    
    .content_top_ba41 h2 {
        font-size: 1.2rem;
    }
    
    .bright_ef11 {
        gap: 10px;
    }
    
    .secondary-dynamic-d7a3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .secondary-dynamic-d7a3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .video-e423 {
        padding: 30px 10px;
    }
    
    .video-e423 h2 {
        font-size: 1.2rem;
    }
    
    .info-warm-d122 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .background-7e55 {
        padding: 15px 10px;
    }
    
    .background-7e55 h4 {
        font-size: 0.85rem;
    }
    
    .background-7e55 p {
        font-size: 0.75rem;
    }
    
    .slider_cold_6b57 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .steel_0580 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .narrow-a5d9 {
        padding: 20px 10px;
    }
    
    .large_44cf {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .over-1649,
    .bronze-6538,
    .form-right-1368 {
        width: 100%;
    }
    
    .over-1649 h3 {
        font-size: 1.1rem;
    }
    
    .over-1649 p {
        font-size: 0.8rem;
    }
    
    .copper-8517 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .focus-top-89c6 {
        padding: 30px 10px;
    }
    
    .focus-top-89c6 h3 {
        font-size: 1.2rem;
    }
    
    .active-ffbe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid_current_6aa3 {
        padding: 15px 10px;
    }
    
    .grid_current_6aa3 h4 {
        font-size: 0.85rem;
    }
    
    .grid_current_6aa3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .soft_a038 {
        padding: 30px 15px;
    }
    
    .footer_dd59 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .first-62f5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .block_upper_0ecc h4 {
        font-size: 0.9rem;
    }
    
    .block_upper_0ecc a {
        font-size: 0.8rem;
    }
    
    .white-3250 {
        font-size: 0.8rem;
    }
    
    .icon_gold_dff0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .table_purple_fe80 {
        padding: 8px 10px;
    }
    
    .disabled_54f0 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .first-0019 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .disabled_54f0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .first-0019 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6cd1 */
.promo-block-p3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
