/* Inner Page Styles */

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

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

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

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

.grid-iron-6062 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.grid-iron-6062 .gold_654a {
    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;
}

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

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

.grid-iron-6062 .gold_654a:hover::before {
    left: 100%;
}

.grid-iron-6062 .gold_654a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.title-new-c2ae {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-d8a7.fn-active-584a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.focused_f354 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

.center_42ae 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 */
.thumbnail_gold_47fe {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.next_6997 {
    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_6997::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

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

.next_6997 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_6997 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_6997 .notification-9dee {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.next_6997 .notification-9dee:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.picture-a119 .notification-9dee {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.picture-a119 .notification-9dee:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pro_9a1c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pro_9a1c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pro_9a1c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .grid-iron-6062 {
        justify-content: center;
    }
    
    .title-new-c2ae {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tooltip-orange-d80b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .silver-bb70 {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer_fresh_7213 {
        padding: var(--md-spacing-md);
    }
    
    .tertiary_fast_6ade {
        padding: var(--md-spacing-md) 0;
    }
    
    .center_42ae {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .picture-a119 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .background_west_056a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .footer_fresh_7213 {
        padding: var(--md-spacing-sm);
    }
    
    .focused_f354 {
        padding: var(--md-spacing-md);
    }
    
    .center_42ae {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.focused_f354,
.center_42ae,
.picture-a119 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.up-cd6b {
    font-size: 1.5rem;
}

.basic_e858 strong {
    color: #00ff88;
}

.frame-red-9c59 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .dropdown-inner-b3ce {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .frame-red-9c59 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.surface-fixed-a656 {
    padding: 30px 0;
}

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

.progress-6f70 {
    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;
}

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

.progress-6f70 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

.container_active_562d {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.container_active_562d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.cool_33cd.hidden_fluid_efcd .texture-dim-f470 {
    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); }
}

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

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

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

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

.description-smooth-b397 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;
}

.description-smooth-b397 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);
}

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

.carousel_complex_6970 {
    font-size: 1.2rem;
}

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

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

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

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

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

.icon_left_7441.menu_06c3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.icon_left_7441.notice-4fbd::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon_left_7441.center_45de::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.icon_left_7441.fresh-1049::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accent-7615 {
    font-size: 1.2rem;
}

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

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

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

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

.widget-f344.upper-8ce5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget-f344.fn-active-584a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.photo-lite-a0ff {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.form-old-2a20 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.background-action-a2a0 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.summary-wood-49d7 {
    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;
}

.summary-wood-49d7:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.summary-wood-49d7.last_ce1f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.shade-light-db39 { border-top: 3px solid #00ccff; }
.easy-84b4 { border-top: 3px solid #00ff88; }
.tiny-153c { border-top: 3px solid #d4af37; }
.gradient-hot-385f { border-top: 3px solid #ff6b6b; }
.smooth-79d5 { border-top: 3px solid #8b5cf6; }

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

.hover_6152 {
    overflow-x: auto;
}

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

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

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

.slider_ea85 td {
    color: #ccc;
}

.slider_ea85 .tooltip-old-9766 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-right-7b97 {
    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;
}

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

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

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

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

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

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

.copper-1fdf {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.soft-92be {
    font-size: 1.5rem;
}

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

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

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

.thumbnail-dark-6ee4 {
    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;
}

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

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

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

.top-1bd1 strong {
    color: #fff;
    display: block;
}

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

.gallery-slow-54d2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gallery-slow-54d2 .selected-800b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.text-tiny-d38f .wide_8623 {
    margin-bottom: 10px;
}

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

.text-tiny-d38f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.module-clean-86f5 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.grid-complex-3955 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.banner-5cc4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.banner-5cc4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.table-b489 a {
    color: #ff6b6b;
}

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

.image-2b84 {
    max-width: 800px;
    margin: 0 auto;
}

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

.shadow_large_0be5 {
    text-align: center;
}

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

.shadow_large_0be5 .image-fa90 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.image-2b84 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.picture-mini-bb42 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.menu-stone-4ceb {
    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;
}

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

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

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

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

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

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

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

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

.box-918a {
    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;
}

.box-918a.last_ce1f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.avatar-cold-63fe {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .fresh-c8ec {
        flex-direction: column;
    }
    .avatar-cold-63fe {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.thumbnail-193f .panel_8aad {
    color: #666;
    margin: 0 8px;
}

.thumbnail-193f .cold_3522 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.photo-7c88 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.footer-4f8d {
    font-size: 2rem;
}

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

.icon-babf strong {
    color: #d4af37;
}

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

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

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

.avatar_8815 h3,
.hard-563a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.menu-48d6 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.hot-70b8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.liquid_ea9e strong {
    color: #00ff88;
}

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

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

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

.pagination-narrow-c06c h3,
.surface-yellow-42ac h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.active-basic-7bcc summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.active-basic-7bcc summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.media_99e8 strong {
    color: #d4af37;
}

.widget_f0fb {
    color: #aaa;
}

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

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

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

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

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

.hover-warm-6877 {
    max-width: 900px;
    margin: 0 auto;
}

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

.fast-3fe7:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.pattern_81d1 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.picture-2880 strong {
    color: #d4af37;
}

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

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

.light-aa5e strong {
    color: #00ff88;
}

.light-aa5e span {
    color: #d4af37;
}

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

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

.cold-5457 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.highlight-hard-254a {
    color: #999;
    font-size: 0.85rem;
}

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

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

.table-right-6495 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.table-right-6495 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.element-82bd {
    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;
}

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

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

.sidebar_out_d342 strong {
    color: #00ff88;
}

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

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

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

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

.shadow-bf8c {
    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-e710 {
    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;
}

.grid-complex-3955 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .gradient-bc2e {
        flex-direction: column;
    }
    
    .shadow-bf8c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.alert-smooth-f81c {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .feature_stone_2757 {
        padding: 30px 15px;
    }
    
    .feature_stone_2757 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient-full-0c9c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .short-aa1f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs-first-7648 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-first-7648 .yellow-59e6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture_a047 {
        font-size: 1.3rem;
    }
    
    .wrapper_9a3b {
        font-size: 0.7rem;
    }
    
    .notice_e868 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice_e868 .notification-9dee {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .content_glass_71e7 {
        display: none;
    }
    
    .pattern-8707 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .title-903e {
        padding: 20px 10px;
    }
    
    .cold-5457 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_9fe5,
    .label-large-eb91 {
        padding: 15px;
    }
    
    .article-bed0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .description_east_cbac {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .label_d32f {
        padding: 30px 10px;
    }
    
    .overlay_803d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advanced-402c {
        padding: 20px 15px;
    }
    
    .small-239b {
        font-size: 2rem;
    }
    
    .advanced-402c h3 {
        font-size: 1.1rem;
    }
    
    .advanced-402c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .message-simple-327e {
        padding: 20px 10px;
    }
    
    .box_prev_d28e h2 {
        font-size: 1.3rem;
    }
    
    .new-e49a {
        font-size: 0.9rem;
    }
    
    .fast-3fe7 h3 {
        font-size: 1.1rem;
    }
    
    .fast-3fe7 p {
        font-size: 0.9rem;
    }
    
    .message_motion_733d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .current-0454 {
        grid-template-columns: 1fr;
    }
    
    .picture-2880 {
        font-size: 0.85rem;
    }
    
    .outer-0d7e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern_81d1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern_81d1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .prev-8f3a {
        padding: 30px 10px;
    }
    
    .feature_a270 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-0f80 {
        padding: 15px 10px;
    }
    
    .paragraph-0f80 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph-0f80 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wrapper-0cac {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .feature_a270 {
        grid-template-columns: 1fr;
    }
    
    .paragraph-0f80 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .title-7ee5 {
        padding: 30px 10px;
    }
    
    .overlay_f119 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .under_e6e0 {
        padding: 15px;
    }
    
    .shade-solid-fbbd {
        font-size: 0.9rem;
    }
    
    .card-afaf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .card-afaf .block-gas-81f1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .thumbnail-74e4 {
        padding: 30px 10px;
    }
    
    .thumbnail-74e4 h2 {
        font-size: 1.2rem;
    }
    
    .heading-9000 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .in-0bc6 {
        padding: 15px 10px;
    }
    
    .in-0bc6 h4 {
        font-size: 0.85rem;
    }
    
    .in-0bc6 p {
        font-size: 0.75rem;
    }
    
    .picture-1aaf {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .media_980d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .stale_590b {
        padding: 20px 10px;
    }
    
    .nav_under_3b6d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .liquid-88e1,
    .banner-5cc4,
    .table-b489 {
        width: 100%;
    }
    
    .liquid-88e1 h3 {
        font-size: 1.1rem;
    }
    
    .liquid-88e1 p {
        font-size: 0.8rem;
    }
    
    .status_4144 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .footer-5c8d {
        padding: 30px 15px;
    }
    
    .footer-5c8d h2 {
        font-size: 1.3rem;
    }
    
    .footer-5c8d p {
        font-size: 0.85rem;
    }
    
    .carousel_lower_1c86 {
        flex-direction: column;
        gap: 10px;
    }
    
    .carousel_lower_1c86 .notification-9dee {
        width: 100%;
    }
    
    .gold_5327 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .box_945d {
        padding: 30px 10px;
    }
    
    .box_945d h3 {
        font-size: 1.2rem;
    }
    
    .fresh-4972 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-a119 {
        padding: 15px 10px;
    }
    
    .picture-a119 h4 {
        font-size: 0.85rem;
    }
    
    .picture-a119 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .avatar_top_c517 {
        padding: 30px 15px;
    }
    
    .gradient_8fe7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .advanced-77da {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .copper-8533 h4 {
        font-size: 0.9rem;
    }
    
    .copper-8533 a {
        font-size: 0.8rem;
    }
    
    .pro-9676 {
        font-size: 0.8rem;
    }
    
    .tiny-1efa p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .next-6e44 {
        padding: 8px 10px;
    }
    
    .tertiary-hot-b790 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .caption_d04c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary-hot-b790 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .caption_d04c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d0bb */
.promo-block-i1 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
