/* Inner Page Styles */

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

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

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

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

.primary-static-e8c0 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.primary-static-e8c0 .dark-002c {
    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;
}

.primary-static-e8c0 .dark-002c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.primary-static-e8c0 .dark-002c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.primary-static-e8c0 .dark-002c:hover::before {
    left: 100%;
}

.primary-static-e8c0 .dark-002c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.pro-64ff {
    margin-bottom: var(--md-spacing-lg);
}

.status-short-4a61 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-3874.fn-active-ee6c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-selected-4f7a {
    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%;
}

.alert-selected-4f7a 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 */
.row-e29a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.out_a311 .paragraph_pink_b903:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.feature-091a {
    margin-top: var(--md-spacing-sm);
}

.tertiary-simple-6e73 {
    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);
}

.tertiary-simple-6e73:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.texture-aba5 .paragraph_pink_b903 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.texture-aba5 .paragraph_pink_b903:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .surface-ad4c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .surface-ad4c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .surface-ad4c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .primary-static-e8c0 {
        justify-content: center;
    }
    
    .status-short-4a61 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .red-e4eb {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .medium-e8a9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pressed_eaf8 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail_west_d8ec {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert-selected-4f7a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .texture-aba5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .out_bb06 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pressed_eaf8 {
        padding: var(--md-spacing-sm);
    }
    
    .dropdown-4ca7 {
        padding: var(--md-spacing-md);
    }
    
    .alert-selected-4f7a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dropdown-4ca7,
.alert-selected-4f7a,
.texture-aba5 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.media-79f5 {
    font-size: 1.5rem;
}

.bottom-7d3d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .row-plasma-73a2 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.video_basic_6284 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.smooth-6ec4 {
    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;
}

.smooth-6ec4.carousel_95e0 .action-6c6c {
    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); }
}

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

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

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

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

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

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

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

.title-pro-43ce {
    font-size: 1.2rem;
}

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

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

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

.main-37cf {
    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;
}

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

.main-37cf.tertiary_c4f2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.main-37cf.white-7a55::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.main-37cf.element-3111::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.main-37cf.shadow_7e0e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hero-lite-fdee {
    font-size: 1.2rem;
}

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

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

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

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

.main-eb83.notification_medium_89ef { background: linear-gradient(90deg, #00ccff, #0088ff); }
.main-eb83.fn-active-ee6c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.east-23c7 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.label_upper_c9c4 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.next-39da {
    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;
}

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

.next-39da.paragraph-c14b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.outline_fast_a859 { border-top: 3px solid #00ccff; }
.search-wide-6cbb { border-top: 3px solid #00ff88; }
.north-5c9c { border-top: 3px solid #d4af37; }
.hover-bfa0 { border-top: 3px solid #ff6b6b; }
.pink_a631 { border-top: 3px solid #8b5cf6; }

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

.media-eb21 {
    overflow-x: auto;
}

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

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

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

.rough_c263 td {
    color: #ccc;
}

.rough_c263 .over-55c6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.logo-215d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.menu-under-c621 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.background-5f42 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.wrapper-brown-5692 {
    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;
}

.wrapper-brown-5692::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);
}

.current-2f92 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.slider-north-5796 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shade-up-3aee .chip_simple_1a66 {
    margin-bottom: 10px;
}

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

.shade-up-3aee strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.summary-gold-8174 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.dropdown-005f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.notification-13e9 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.outline-upper-1d4b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.panel-fast-4dd6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.panel-fast-4dd6 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.photo_small_8e67 a {
    color: #ff6b6b;
}

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

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

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

.warm_4827 {
    text-align: center;
}

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

.warm_4827 .grid-9196 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.popup-99dc {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .frame_b600 {
        flex-direction: column;
    }
    .cool-57a4 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.pro-899a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.sidebar-advanced-6ebf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.red_61ca .content_c340 {
    color: #666;
    margin: 0 8px;
}

.red_61ca .selected-e210 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.feature-orange-e565 {
    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;
}

.hero-thick-e8d6 {
    font-size: 2rem;
}

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

.notification_ff84 strong {
    color: #d4af37;
}

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

.clean-94af {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.gradient-current-e8fc h3,
.widget-down-011b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.tiny-1c37 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.wrapper-left-a766 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.green-f746 h3,
.chip-f929 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.breadcrumb-pressed-b792 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.chip-mini-1cd5 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.advanced_5f6e strong {
    color: #d4af37;
}

.pattern-d0c9 {
    color: #aaa;
}

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

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

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

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

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

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

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

.active-e2ca:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-4a93 strong {
    color: #d4af37;
}

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

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

.tabs_red_feb7 strong {
    color: #00ff88;
}

.tabs_red_feb7 span {
    color: #d4af37;
}

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

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

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

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

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

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

.progress-medium-7033 {
    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;
}

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

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

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

.gradient-easy-9562 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.progress-right-56bd {
    color: #999;
    font-size: 0.85rem;
}

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

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

.table-1e5e {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.table-1e5e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.fresh-3d8b {
    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;
}

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

.background-lite-863a {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.background-lite-863a strong {
    color: #00ff88;
}

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

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

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

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

.thick-30dc {
    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;
}

.aside-paper-1320 {
    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;
}

.notification-13e9 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .pro-dc8b {
        flex-direction: column;
    }
    
    .thick-30dc {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .small_f16e {
        padding: 30px 15px;
    }
    
    .small_f16e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .badge-prev-fb91 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .shadow-wide-0b73 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pro-303b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pro-303b .hard-dac4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hard_86b4 {
        font-size: 1.3rem;
    }
    
    .thumbnail_4fc0 {
        font-size: 0.7rem;
    }
    
    .module_2263 {
        flex-direction: column;
        gap: 10px;
    }
    
    .module_2263 .paragraph_pink_b903 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .texture_e7a7 {
        display: none;
    }
    
    .easy_1413 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tall-cf5c {
        padding: 20px 10px;
    }
    
    .preview_4aee {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph-hot-2bda,
    .sort_cold_d766 {
        padding: 15px;
    }
    
    .gradient-easy-9562 {
        flex-direction: column;
        gap: 5px;
    }
    
    .over_2c51 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .menu-0860 {
        padding: 30px 10px;
    }
    
    .disabled_88aa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gas_b42b {
        padding: 20px 15px;
    }
    
    .surface-ca9a {
        font-size: 2rem;
    }
    
    .gas_b42b h3 {
        font-size: 1.1rem;
    }
    
    .gas_b42b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tooltip-9921 {
        padding: 20px 10px;
    }
    
    .module_f70d h2 {
        font-size: 1.3rem;
    }
    
    .west-e449 {
        font-size: 0.9rem;
    }
    
    .active-e2ca h3 {
        font-size: 1.1rem;
    }
    
    .active-e2ca p {
        font-size: 0.9rem;
    }
    
    .tertiary_under_b56d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active-348e {
        grid-template-columns: 1fr;
    }
    
    .text-4a93 {
        font-size: 0.85rem;
    }
    
    .message_46fb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_0b21 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item_0b21 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dim-fdd5 {
        padding: 30px 10px;
    }
    
    .main-6f35 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification_liquid_26a9 {
        padding: 15px 10px;
    }
    
    .notification_liquid_26a9 h4 {
        font-size: 0.9rem;
    }
    
    .notification_liquid_26a9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .paragraph_gas_7b29 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .main-6f35 {
        grid-template-columns: 1fr;
    }
    
    .notification_liquid_26a9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .search_0e35 {
        padding: 30px 10px;
    }
    
    .gallery-liquid-7510 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .north-4458 {
        padding: 15px;
    }
    
    .accent-b6b7 {
        font-size: 0.9rem;
    }
    
    .link-out-374e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .link-out-374e .white-03f3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .medium-ba8d {
        padding: 30px 10px;
    }
    
    .medium-ba8d h2 {
        font-size: 1.2rem;
    }
    
    .rough-07e9 {
        gap: 10px;
    }
    
    .thick_077d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .thick_077d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .small-004e {
        padding: 30px 10px;
    }
    
    .small-004e h2 {
        font-size: 1.2rem;
    }
    
    .slow_6d05 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-dim-b882 {
        padding: 15px 10px;
    }
    
    .card-dim-b882 h4 {
        font-size: 0.85rem;
    }
    
    .card-dim-b882 p {
        font-size: 0.75rem;
    }
    
    .advanced-c111 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gallery-paper-210b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .notice_bb59 {
        padding: 20px 10px;
    }
    
    .outline-upper-1d4b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .aside-c98e,
    .panel-fast-4dd6,
    .photo_small_8e67 {
        width: 100%;
    }
    
    .aside-c98e h3 {
        font-size: 1.1rem;
    }
    
    .aside-c98e p {
        font-size: 0.8rem;
    }
    
    .description_2a85 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .old_ebe1 {
        padding: 30px 15px;
    }
    
    .old_ebe1 h2 {
        font-size: 1.3rem;
    }
    
    .old_ebe1 p {
        font-size: 0.85rem;
    }
    
    .cool-2400 {
        flex-direction: column;
        gap: 10px;
    }
    
    .cool-2400 .paragraph_pink_b903 {
        width: 100%;
    }
    
    .feature_paper_9af8 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .info-e4cd {
        padding: 30px 10px;
    }
    
    .info-e4cd h3 {
        font-size: 1.2rem;
    }
    
    .copper-67e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-aba5 {
        padding: 15px 10px;
    }
    
    .texture-aba5 h4 {
        font-size: 0.85rem;
    }
    
    .texture-aba5 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text_gold_44ea {
        padding: 30px 15px;
    }
    
    .black_72f5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .steel_fe2e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sort-inner-7bca h4 {
        font-size: 0.9rem;
    }
    
    .sort-inner-7bca a {
        font-size: 0.8rem;
    }
    
    .primary_orange_0000 {
        font-size: 0.8rem;
    }
    
    .complex-2f91 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .summary-white-a95a {
        padding: 8px 10px;
    }
    
    .tertiary_ec9f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .widget_1382 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary_ec9f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .widget_1382 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f885 */
.shadow-element-k3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
