/* Inner Page Styles */

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

.description-4c4d 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);
}

.description-4c4d 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);
}

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

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

.out-bbae .green_1f4e {
    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;
}

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

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

.out-bbae .green_1f4e:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold_4b9b.fn-active-ef50 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.panel-brown-161c {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-40bc {
    padding: var(--md-spacing-md) 0;
}

.highlight-red-df59 {
    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%;
}

.highlight-red-df59 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 */
.light_f570 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.label_selected_b68c .mini-223d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.label_selected_b68c .mini-223d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.west_3718 .mini-223d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.west_3718 .mini-223d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .description-4c4d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .description-4c4d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .description-4c4d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .out-bbae {
        justify-content: center;
    }
    
    .popup_c5f4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .static-7310 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .panel-brown-161c {
        padding: var(--md-spacing-md) 0;
    }
    
    .full_827f {
        padding: var(--md-spacing-md);
    }
    
    .highlight-b1f5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .highlight-red-df59 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .west_3718 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tall_749d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .full_827f {
        padding: var(--md-spacing-sm);
    }
    
    .table-bc5b {
        padding: var(--md-spacing-md);
    }
    
    .highlight-red-df59 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.table-bc5b,
.highlight-red-df59,
.west_3718 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.overlay_huge_8a26 {
    font-size: 1.5rem;
}

.banner-right-93a2 strong {
    color: #00ff88;
}

.gradient-hot-ac30 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .gas-e1b1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .gradient-hot-ac30 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.narrow-c59b {
    padding: 30px 0;
}

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

.frame-74e9 {
    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;
}

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

.frame-74e9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.frame-74e9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.wrapper-d315 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.pressed_543c.pattern_out_5478 .tag_2659 {
    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); }
}

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

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

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

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

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

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

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

.thumbnail_stone_e009 {
    font-size: 1.2rem;
}

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

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

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

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

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

.chip_blue_7f28.image_bba2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.chip_blue_7f28.top-3da6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip_blue_7f28.center_7d07::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.chip_blue_7f28.secondary-basic-1d74::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.aside-35d0 {
    font-size: 1.2rem;
}

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

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

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

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

.yellow_7635.bright_4cf7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.yellow_7635.fn-active-ef50 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.row-01a7 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.south-12bb {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.text-south-6099 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.grid-warm-33cb {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.pagination-d9d5 { border-top: 3px solid #00ccff; }
.notification-steel-7861 { border-top: 3px solid #00ff88; }
.backdrop-cool-7f3c { border-top: 3px solid #d4af37; }
.nav-e809 { border-top: 3px solid #ff6b6b; }
.short-a325 { border-top: 3px solid #8b5cf6; }

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

.hot-7678 {
    overflow-x: auto;
}

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

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

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

.inner-3abd td {
    color: #ccc;
}

.inner-3abd .row_495a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.inner-3abd tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-lower-c939 {
    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;
}

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

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

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

.middle_6dfe {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.nav-71aa {
    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;
}

.nav-71aa::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);
}

.over-7bd7 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.avatar-east-3f33 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.notification-stale-0575 strong {
    color: #fff;
    display: block;
}

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

.tabs-rough-5efa {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.tooltip_1cee .complex_5f42 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.active-lower-70f3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.frame-steel-fde4 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.picture-prev-1d91 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.form-complex-1679 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.form-complex-1679 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.primary_plasma_0506 a {
    color: #ff6b6b;
}

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

.panel-1c0b {
    max-width: 800px;
    margin: 0 auto;
}

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

.dropdown-4d94 {
    text-align: center;
}

.dropdown-4d94 .basic-4cf1 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.dropdown-4d94 .widget-7030 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.panel-1c0b > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-liquid-465f {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .label-clean-3527 {
        flex-direction: column;
    }
    .breadcrumb-liquid-465f {
        transform: rotate(90deg);
    }
}

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

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

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

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

.widget-under-839c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.thumbnail-9a59 .hover-narrow-42a3 {
    color: #666;
    margin: 0 8px;
}

.thumbnail-9a59 .gradient_5043 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.detail_current_4662 {
    font-size: 2rem;
}

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

.overlay-8b0e strong {
    color: #d4af37;
}

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

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

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

.gallery-soft-21c7 h3,
.sidebar_eecb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.over-4f57 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.wide_13fe strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.avatar-stale-0775 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.frame-gas-6ea1 h3,
.modal_776a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.small-9281 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.form_lower_5be9 strong {
    color: #d4af37;
}

.content_1319 {
    color: #aaa;
}

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

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

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

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

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

.preview-fixed-ce15 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status_prev_303a strong {
    color: #d4af37;
}

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

.main-75a1 {
    color: #888;
    font-size: 0.9rem;
}

.main-75a1 strong {
    color: #00ff88;
}

.main-75a1 span {
    color: #d4af37;
}

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

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

.shadow-dim-eaa4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outer-346b strong {
    color: #00ff88;
}

.list-orange-4d7a {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.secondary-1ad2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

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

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

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

.simple-87cd {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.simple-87cd:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .simple-87cd {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .link_under_160a {
        padding: 30px 15px;
    }
    
    .link_under_160a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .info-glass-a50a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .form-new-3c15 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .current-e7ff {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .current-e7ff .outline-cool-ac21 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .link_f24d {
        font-size: 1.3rem;
    }
    
    .image_9775 {
        font-size: 0.7rem;
    }
    
    .gradient_3e59 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gradient_3e59 .mini-223d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .media-320d {
        display: none;
    }
    
    .form-7151 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .filter_ab5d {
        padding: 20px 10px;
    }
    
    .shadow-dim-eaa4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .narrow-d22b,
    .widget-solid-dce4 {
        padding: 15px;
    }
    
    .rough_a1f0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .light_3094 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .status-large-60b0 {
        padding: 30px 10px;
    }
    
    .search-short-156f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress-mini-d744 {
        padding: 20px 15px;
    }
    
    .badge-d03d {
        font-size: 2rem;
    }
    
    .progress-mini-d744 h3 {
        font-size: 1.1rem;
    }
    
    .progress-mini-d744 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .table-821f {
        padding: 20px 5px;
    }
    
    .table-821f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .west_f1ae {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .inner-3abd {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .inner-3abd th,
    .inner-3abd td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .huge-90cc {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .detail_black_06cc {
        padding: 20px 10px;
    }
    
    .south-5d39 h2 {
        font-size: 1.3rem;
    }
    
    .element_1764 {
        font-size: 0.9rem;
    }
    
    .tooltip_0671 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_0671 p {
        font-size: 0.9rem;
    }
    
    .section_stale_4d4e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .text-inner-b391 {
        grid-template-columns: 1fr;
    }
    
    .status_prev_303a {
        font-size: 0.85rem;
    }
    
    .link_7d39 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture_0c22 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .texture_0c22 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .notice-wide-1fa5 {
        padding: 30px 10px;
    }
    
    .prev_01bf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video_thick_9249 {
        padding: 15px 10px;
    }
    
    .video_thick_9249 h4 {
        font-size: 0.9rem;
    }
    
    .video_thick_9249 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .carousel_white_c6d5 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .menu_pink_3ec0 {
        padding: 30px 10px;
    }
    
    .item-rough-35aa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover-c09c {
        padding: 15px;
    }
    
    .info_5189 {
        font-size: 0.9rem;
    }
    
    .notice_e537 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice_e537 .accent_d349 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .soft_c4ae {
        padding: 30px 10px;
    }
    
    .soft_c4ae h2 {
        font-size: 1.2rem;
    }
    
    .sort-under-6f31 {
        gap: 10px;
    }
    
    .static_395f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .static_395f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .border_full_d2d5 {
        padding: 30px 10px;
    }
    
    .border_full_d2d5 h2 {
        font-size: 1.2rem;
    }
    
    .top_6c12 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input-steel-ee7a {
        padding: 15px 10px;
    }
    
    .input-steel-ee7a h4 {
        font-size: 0.85rem;
    }
    
    .input-steel-ee7a p {
        font-size: 0.75rem;
    }
    
    .section-1455 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .nav_7a2a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .mini-2990 {
        padding: 20px 10px;
    }
    
    .video_copper_a389 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .picture-prev-1d91,
    .form-complex-1679,
    .primary_plasma_0506 {
        width: 100%;
    }
    
    .picture-prev-1d91 h3 {
        font-size: 1.1rem;
    }
    
    .picture-prev-1d91 p {
        font-size: 0.8rem;
    }
    
    .over-ef32 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .action_55c4 {
        padding: 30px 15px;
    }
    
    .action_55c4 h2 {
        font-size: 1.3rem;
    }
    
    .action_55c4 p {
        font-size: 0.85rem;
    }
    
    .overlay_middle_9eef {
        flex-direction: column;
        gap: 10px;
    }
    
    .overlay_middle_9eef .mini-223d {
        width: 100%;
    }
    
    .detail-198f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .active_d685 {
        padding: 30px 15px;
    }
    
    .breadcrumb_282c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .yellow-13ce {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .prev-912a h4 {
        font-size: 0.9rem;
    }
    
    .prev-912a a {
        font-size: 0.8rem;
    }
    
    .bright-5daa {
        font-size: 0.8rem;
    }
    
    .description-top-c9d3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .bottom-d173 {
        padding: 8px 10px;
    }
    
    .form-upper-c247 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .brown-7a22 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .form-upper-c247 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .brown-7a22 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3949 */
.phantom-card-t2 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
