/* Inner Page Styles */

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

.input-out-0023 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);
}

.input-out-0023 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);
}

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

.table-7dce {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.table-7dce .south-f6ae {
    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;
}

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

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

.table-7dce .south-f6ae:hover::before {
    left: 100%;
}

.table-7dce .south-f6ae:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.info-action-eef4 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.north-a231.fn-active-16d9 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.accent-up-8d93 {
    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);
}

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

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

.accent-up-8d93 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.video-large-7e04 {
    padding: var(--md-spacing-md) 0;
}

.sort-narrow-c6db {
    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%;
}

.sort-narrow-c6db 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 */
.backdrop-9fef {
    list-style: none;
    padding: 0;
    margin: 0;
}

.backdrop-9fef li {
    margin-bottom: var(--md-spacing-xs);
}

.backdrop-9fef 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);
}

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

/* Promo Cards */
.disabled-focused-4b2e {
    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;
}

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

.disabled-focused-4b2e:hover::before {
    left: 100%;
}

.disabled-focused-4b2e 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;
}

.disabled-focused-4b2e 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;
}

.disabled-focused-4b2e .fast-e399 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.disabled-focused-4b2e .fast-e399:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sidebar-motion-0b13 {
    margin-top: var(--md-spacing-sm);
}

.light-6d20 {
    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);
}

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

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

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

.paper-837a {
    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);
}

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

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

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

.paper-837a .fast-e399 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.paper-837a .fast-e399:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input-out-0023 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input-out-0023 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input-out-0023 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .table-7dce {
        justify-content: center;
    }
    
    .first_0447 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .box-255f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .link_mini_d88d {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail_5ab1 {
        padding: var(--md-spacing-md);
    }
    
    .hover_d82f {
        padding: var(--md-spacing-md) 0;
    }
    
    .sort-narrow-c6db {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .paper-837a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .footer_8a3e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .detail_5ab1 {
        padding: var(--md-spacing-sm);
    }
    
    .accent-up-8d93 {
        padding: var(--md-spacing-md);
    }
    
    .sort-narrow-c6db {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.accent-up-8d93,
.sort-narrow-c6db,
.paper-837a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.up_722a {
    font-size: 1.5rem;
}

.nav_light_f423 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .hero-easy-bf4a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tertiary-89fd {
        margin-left: 0;
    }
}

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

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

.text_ba81 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

.summary-new-4e7d {
    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;
}

.summary-new-4e7d strong {
    color: #00ff88;
}

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

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

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

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

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

.preview-upper-bc96::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;
}

.east-1b5b {
    text-align: center;
    margin-bottom: 30px;
}

.block-right-5234 {
    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;
}

.block-right-5234.modal_0e07 .primary-d8f4 {
    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); }
}

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

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

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

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

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

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

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

.gold-8937 {
    font-size: 1.2rem;
}

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

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

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

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

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

.active-active-3ae6.hot-885e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active-active-3ae6.video-dirty-b26b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-active-3ae6.backdrop-active-76da::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active-active-3ae6.tooltip_silver_cf51::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.article-advanced-2f9f {
    font-size: 1.2rem;
}

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

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

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

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

.accordion_a6c7.last_298e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accordion_a6c7.fn-active-16d9 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.overlay-756e {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.message_first_5d21.dynamic-3d40 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.texture-f547 { border-top: 3px solid #00ccff; }
.input_hard_1eae { border-top: 3px solid #00ff88; }
.header-glass-5530 { border-top: 3px solid #d4af37; }
.blue_94b5 { border-top: 3px solid #ff6b6b; }
.red_378f { border-top: 3px solid #8b5cf6; }

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

.avatar_a8a5 {
    overflow-x: auto;
}

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

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

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

.photo-21cf td {
    color: #ccc;
}

.photo-21cf .table_835a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.photo-21cf tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout_thick_a006 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.wrapper-short-d722 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.east-4ca9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.sort-228b {
    font-size: 1.5rem;
}

.copper-97b1 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

.widget-out-26f2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.focus-thick-b50d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.nav_cf7f .action_1330 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.message-old-404d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.next-0a54 {
    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;
}

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

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

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

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

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

.white-238c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.progress-8d61 {
    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;
}

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

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

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

.bottom_0564 a {
    color: #ff6b6b;
}

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

.bright-150f {
    max-width: 800px;
    margin: 0 auto;
}

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

.grid-fast-8281 {
    text-align: center;
}

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

.grid-fast-8281 .shade-brown-ea0c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.bright-150f > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.frame-3acb {
    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;
}

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

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

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

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

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

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

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

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

.border_eb1c {
    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_eb1c.dynamic-3d40 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.basic-9f4b .layout-fluid-3555 {
    color: #666;
    margin: 0 8px;
}

.basic-9f4b .easy-2629 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.glass-1ea2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.highlight-clean-f891 {
    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;
}

.accordion-plasma-5628 {
    font-size: 2rem;
}

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

.shade_d0b9 strong {
    color: #d4af37;
}

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

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

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

.hero-center-04fb h3,
.focus-0e26 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.notice_8b08 strong {
    color: #00ff88;
}

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

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

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

.module_863e h3,
.article-0d85 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.item-purple-c248 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.pattern-action-795a summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.pattern-action-795a summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.old_dba1 strong {
    color: #d4af37;
}

.thumbnail-ec41 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.message_motion_15a9 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_15a9 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.background-1910 strong {
    color: #d4af37;
}

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

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

.tabs-de99 strong {
    color: #00ff88;
}

.tabs-de99 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-hot-1a9d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-hot-1a9d li {
    margin-bottom: 5px;
}

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

.section-hot-1a9d a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.medium-3a9d {
    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;
}

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

.block_hard_f9ab strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .light-8982 {
        flex-direction: column;
    }
    
    .form-active-a72c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .selected-560c {
        padding: 30px 15px;
    }
    
    .selected-560c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notice-west-87fa {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .overlay-f513 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .current_563a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .current_563a .dim_57a9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .lite_c083 {
        font-size: 1.3rem;
    }
    
    .sidebar-5a5d {
        font-size: 0.7rem;
    }
    
    .article-soft-94d1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .article-soft-94d1 .fast-e399 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .chip-new-67bf {
        display: none;
    }
    
    .background_bottom_32c3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .notice-left-af2a {
        padding: 20px 10px;
    }
    
    .highlight-cc9f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form_small_2995,
    .gradient-1e93 {
        padding: 15px;
    }
    
    .label_b2ee {
        flex-direction: column;
        gap: 5px;
    }
    
    .basic-a3e4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .small_0dc9 {
        padding: 30px 10px;
    }
    
    .highlight-dynamic-334d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row_upper_627e {
        padding: 20px 15px;
    }
    
    .menu_2c74 {
        font-size: 2rem;
    }
    
    .row_upper_627e h3 {
        font-size: 1.1rem;
    }
    
    .row_upper_627e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hover-fluid-9f86 {
        padding: 20px 5px;
    }
    
    .hover-fluid-9f86 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .media_38d8 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .photo-21cf {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .photo-21cf th,
    .photo-21cf td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .table-7c9b {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .pattern_black_578f {
        padding: 20px 10px;
    }
    
    .texture_ee11 h2 {
        font-size: 1.3rem;
    }
    
    .alert-slow-8668 {
        font-size: 0.9rem;
    }
    
    .wrapper_rough_483a h3 {
        font-size: 1.1rem;
    }
    
    .wrapper_rough_483a p {
        font-size: 0.9rem;
    }
    
    .message_motion_15a9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .title-886e {
        grid-template-columns: 1fr;
    }
    
    .background-1910 {
        font-size: 0.85rem;
    }
    
    .form_5ced {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold_1674 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gold_1674 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .plasma_8af7 {
        padding: 30px 10px;
    }
    
    .tiny-0756 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search_3409 {
        padding: 15px;
    }
    
    .label_brown_d23a {
        font-size: 0.9rem;
    }
    
    .primary-8ad7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary-8ad7 .dropdown-motion-663e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .grid-tiny-bcfa {
        padding: 30px 10px;
    }
    
    .grid-tiny-bcfa h2 {
        font-size: 1.2rem;
    }
    
    .silver-443d {
        gap: 10px;
    }
    
    .mask-7aba summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .mask-7aba p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .block_83d3 {
        padding: 30px 10px;
    }
    
    .block_83d3 h2 {
        font-size: 1.2rem;
    }
    
    .panel_iron_2f4e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info_6dc2 {
        padding: 15px 10px;
    }
    
    .info_6dc2 h4 {
        font-size: 0.85rem;
    }
    
    .info_6dc2 p {
        font-size: 0.75rem;
    }
    
    .under-4489 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .lower_491f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .label_medium_5817 {
        padding: 20px 10px;
    }
    
    .in-262b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .medium_4d00,
    .focus-c5ab,
    .bottom_0564 {
        width: 100%;
    }
    
    .medium_4d00 h3 {
        font-size: 1.1rem;
    }
    
    .medium_4d00 p {
        font-size: 0.8rem;
    }
    
    .progress-8d61 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .message-6132 {
        padding: 30px 15px;
    }
    
    .message-6132 h2 {
        font-size: 1.3rem;
    }
    
    .message-6132 p {
        font-size: 0.85rem;
    }
    
    .pagination_1466 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination_1466 .fast-e399 {
        width: 100%;
    }
    
    .medium_12c5 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tabs-ac02 {
        padding: 30px 10px;
    }
    
    .tabs-ac02 h3 {
        font-size: 1.2rem;
    }
    
    .component_iron_672d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper-837a {
        padding: 15px 10px;
    }
    
    .paper-837a h4 {
        font-size: 0.85rem;
    }
    
    .paper-837a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .sort_38b4 {
        padding: 30px 15px;
    }
    
    .article-9d76 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .short_9dc4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .main-short-7635 h4 {
        font-size: 0.9rem;
    }
    
    .main-short-7635 a {
        font-size: 0.8rem;
    }
    
    .inner_6e3b {
        font-size: 0.8rem;
    }
    
    .thumbnail_0140 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .nav-a937 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .breadcrumb_gold_20d1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b89f */
.phantom-card-q3 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
