/* Inner Page Styles */

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

.input_out_7389 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_7389 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_7389 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

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

.aside_e8c8 .button-lite-0599 {
    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;
}

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

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

.aside_e8c8 .button-lite-0599:hover::before {
    left: 100%;
}

.aside_e8c8 .button-lite-0599:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.item-pink-7a68 {
    margin-bottom: var(--md-spacing-lg);
}

.right-4aaf {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.box_smooth_a174.fn-active-d00a {
    color: var(--casino-gold-light);
}

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

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

.title-22fa {
    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);
}

.title-22fa 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.first-8741 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 */
.carousel-3c59 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-3c59 li {
    margin-bottom: var(--md-spacing-xs);
}

.carousel-3c59 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);
}

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

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

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

.prev-d5df:hover::before {
    left: 100%;
}

.prev-d5df 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;
}

.prev-d5df 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;
}

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

.prev-d5df .fast_b41c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.component-ca0b .fast_b41c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.component-ca0b .fast_b41c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input_out_7389 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input_out_7389 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input_out_7389 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .aside_e8c8 {
        justify-content: center;
    }
    
    .right-4aaf {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .notice_3e21 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wrapper-hard-fa68 {
        padding: var(--md-spacing-md) 0;
    }
    
    .title-22fa {
        padding: var(--md-spacing-md);
    }
    
    .tertiary-abc0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .first-8741 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .component-ca0b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .active_bd1f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .title-22fa {
        padding: var(--md-spacing-sm);
    }
    
    .preview-5b76 {
        padding: var(--md-spacing-md);
    }
    
    .first-8741 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.preview-5b76,
.first-8741,
.component-ca0b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.selected_ebe2 {
    font-size: 1.5rem;
}

.border-gold-72ad strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .form-gold-21aa {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .active-ee38 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container_e164 strong {
    color: #00ff88;
}

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

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

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

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

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

.avatar-bottom-a005::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;
}

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

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

.action_b437.title_d1c6 .photo-ca5c {
    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); }
}

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

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

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

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

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

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

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

.first-bc2b {
    font-size: 1.2rem;
}

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

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

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

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

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

.tag-c330.list-pro-bffa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tag-c330.row_865c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag-c330.out_3746::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tag-c330.cool-3401::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.frame_ffe8 {
    font-size: 1.2rem;
}

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

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

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

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

.container-4a28.hard-7c2b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container-4a28.fn-active-d00a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.link-395d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.pagination-pink-2da3 {
    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;
}

.pagination-pink-2da3:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.pagination-pink-2da3.cold_ef15 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.pagination-outer-030e {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.primary-4ead { border-top: 3px solid #00ccff; }
.silver-c835 { border-top: 3px solid #00ff88; }
.gallery_ab9c { border-top: 3px solid #d4af37; }
.overlay-f512 { border-top: 3px solid #ff6b6b; }
.accent_orange_e1a7 { border-top: 3px solid #8b5cf6; }

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

.dirty-cefe {
    overflow-x: auto;
}

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

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

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

.article-dirty-ff5f td {
    color: #ccc;
}

.article-dirty-ff5f .content-steel-9b6c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.article-dirty-ff5f tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-narrow-7a62 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.accent-narrow-7a62 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.wrapper_middle_dafb {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.icon-short-4e24 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.header-986b {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

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

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

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

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

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

.logo-fixed-a677 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.description-action-d349 {
    font-size: 1.5rem;
}

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

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

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

.focus-6de7 {
    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;
}

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

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

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

.thumbnail-middle-b6a2 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.video-warm-9a5a .narrow_4462 {
    margin-bottom: 10px;
}

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

.video-warm-9a5a strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.stone-73ec {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.progress-dark-3bac h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.progress-dark-3bac p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.background-bright-ad0b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.main-slow-6a9b {
    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;
}

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

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

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

.box_smooth_ced3 a {
    color: #ff6b6b;
}

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

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

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

.fast-1156 {
    text-align: center;
}

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

.fast-1156 .top_ef0a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.middle-5b70 {
    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;
}

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

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

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

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

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

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

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

.frame-west-5b79 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.list-motion-7f5a {
    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;
}

.list-motion-7f5a.cold_ef15 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .frame-west-5b79 {
        flex-direction: column;
    }
    .middle_adbc {
        transform: rotate(90deg);
    }
}

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

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

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

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

.dynamic-4fcd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.frame_hovered_0358 .paper-45e7 {
    color: #666;
    margin: 0 8px;
}

.frame_hovered_0358 .gas_b07e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.surface-outer-c0ef {
    font-size: 2rem;
}

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

.fresh-8cc7 strong {
    color: #d4af37;
}

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

.chip-up-8707 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.bottom-5bcd h3,
.tiny-0f05 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.east-6cd2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.purple-2d7d strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.popup-cool-ebe0 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.hover-soft-b3c5 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.column_medium_58c6 strong {
    color: #d4af37;
}

.item-c65f {
    color: #aaa;
}

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

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

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

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

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

.cool-5d0c {
    max-width: 900px;
    margin: 0 auto;
}

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

.picture-south-895e:last-child {
    border-bottom: none;
}

.picture-south-895e h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.picture-south-895e p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.table-hard-9c44 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.table-hard-9c44 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;
}

.table-hard-9c44 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.bright-a114 strong {
    color: #d4af37;
}

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

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

.glass_4db0 strong {
    color: #00ff88;
}

.glass_4db0 span {
    color: #d4af37;
}

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

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

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

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

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

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

.widget-brown-864a {
    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;
}

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

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

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

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

.menu-inner-c038 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-mini-6220 strong {
    color: #00ff88;
}

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

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

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

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

.panel-out-ae03 {
    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;
}

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

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

@media (max-width: 768px) {
    .feature-dc69 {
        flex-direction: column;
    }
    
    .panel-out-ae03 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .widget_ed0b {
        padding: 30px 15px;
    }
    
    .widget_ed0b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tall-38f9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .grid-4000 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .narrow_366a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .narrow_366a .south-7af2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .panel_cold_ad3c {
        font-size: 1.3rem;
    }
    
    .card-4412 {
        font-size: 0.7rem;
    }
    
    .module_warm_af86 {
        flex-direction: column;
        gap: 10px;
    }
    
    .module_warm_af86 .fast_b41c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .avatar-north-863a {
        display: none;
    }
    
    .photo-6fdd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .liquid-c59a {
        padding: 20px 10px;
    }
    
    .hero_975a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-first-299e,
    .item-da7b {
        padding: 15px;
    }
    
    .sidebar_next_04eb {
        flex-direction: column;
        gap: 5px;
    }
    
    .menu-inner-c038 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gas-7392 {
        padding: 30px 10px;
    }
    
    .dim-7ae2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-7487 {
        padding: 20px 15px;
    }
    
    .hovered_6dc6 {
        font-size: 2rem;
    }
    
    .layout-7487 h3 {
        font-size: 1.1rem;
    }
    
    .layout-7487 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tabs-2fbb {
        padding: 20px 5px;
    }
    
    .tabs-2fbb h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .media-7d43 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .article-dirty-ff5f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .article-dirty-ff5f th,
    .article-dirty-ff5f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .cool_be1c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .next_9fbf {
        padding: 20px 10px;
    }
    
    .lower-4ca4 h2 {
        font-size: 1.3rem;
    }
    
    .complex-490f {
        font-size: 0.9rem;
    }
    
    .picture-south-895e h3 {
        font-size: 1.1rem;
    }
    
    .picture-south-895e p {
        font-size: 0.9rem;
    }
    
    .table-hard-9c44 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .glass-df80 {
        grid-template-columns: 1fr;
    }
    
    .bright-a114 {
        font-size: 0.85rem;
    }
    
    .panel-outer-ce78 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small-8545 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .small-8545 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .form_8a9c {
        padding: 30px 10px;
    }
    
    .dropdown-8793 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper_a37a {
        padding: 15px 10px;
    }
    
    .paper_a37a h4 {
        font-size: 0.9rem;
    }
    
    .paper_a37a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thumbnail-ad1f {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .media-silver-68b0 {
        padding: 30px 10px;
    }
    
    .dirty-fbcb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search_full_5bb4 {
        padding: 15px;
    }
    
    .slider-cool-78e3 {
        font-size: 0.9rem;
    }
    
    .lower-2260 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lower-2260 .pressed_8f09 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .motion-9683 {
        padding: 30px 10px;
    }
    
    .motion-9683 h2 {
        font-size: 1.2rem;
    }
    
    .tag_silver_f7ed {
        gap: 10px;
    }
    
    .paper-3be4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .paper-3be4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .bronze_5f4b {
        padding: 30px 10px;
    }
    
    .bronze_5f4b h2 {
        font-size: 1.2rem;
    }
    
    .hard_fc6b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-outer-8328 {
        padding: 15px 10px;
    }
    
    .status-outer-8328 h4 {
        font-size: 0.85rem;
    }
    
    .status-outer-8328 p {
        font-size: 0.75rem;
    }
    
    .status-stone-c892 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading-c270 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accordion_344f {
        padding: 20px 10px;
    }
    
    .disabled-a306 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .card_7e4d,
    .current-da0a,
    .box_smooth_ced3 {
        width: 100%;
    }
    
    .card_7e4d h3 {
        font-size: 1.1rem;
    }
    
    .card_7e4d p {
        font-size: 0.8rem;
    }
    
    .main-slow-6a9b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .last_2801 {
        padding: 30px 15px;
    }
    
    .last_2801 h2 {
        font-size: 1.3rem;
    }
    
    .last_2801 p {
        font-size: 0.85rem;
    }
    
    .wide-90be {
        flex-direction: column;
        gap: 10px;
    }
    
    .wide-90be .fast_b41c {
        width: 100%;
    }
    
    .primary-old-2656 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .hover_bottom_2ce3 {
        padding: 30px 10px;
    }
    
    .hover_bottom_2ce3 h3 {
        font-size: 1.2rem;
    }
    
    .icon-silver-f554 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .component-ca0b {
        padding: 15px 10px;
    }
    
    .component-ca0b h4 {
        font-size: 0.85rem;
    }
    
    .component-ca0b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .item-3125 {
        padding: 30px 15px;
    }
    
    .title_gold_8486 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .static-1892 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .accent_8e7b h4 {
        font-size: 0.9rem;
    }
    
    .accent_8e7b a {
        font-size: 0.8rem;
    }
    
    .clean_3c31 {
        font-size: 0.8rem;
    }
    
    .focus-yellow-bba2 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .out_a254 {
        padding: 8px 10px;
    }
    
    .purple-a240 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .active-gold-964d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .purple-a240 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active-gold-964d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e8db */
.ghost-box-r3 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
