/* Inner Page Styles */

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

.label-white-b740 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);
}

.label-white-b740 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);
}

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

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

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

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

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

.huge_5df4 .mini_5c86:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered-215b {
    color: var(--casino-gold-light);
}

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

.hovered-215b a:hover {
    color: var(--casino-gold-light);
}

.hovered-215b.fn-active-6de4 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-9d3f {
    padding: var(--md-spacing-md) 0;
}

.mask-139e {
    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%;
}

.mask-139e 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 */
.wood_f2f1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.layout-fb4f:hover::before {
    left: 100%;
}

.layout-fb4f 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;
}

.layout-fb4f 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;
}

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

.layout-fb4f .gallery_695e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.content-dim-44ba {
    margin-top: var(--md-spacing-sm);
}

.element_bright_85d4 {
    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_bright_85d4:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.thick-2c0f {
    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);
}

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

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

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

.thick-2c0f .gallery_695e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.thick-2c0f .gallery_695e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .label-white-b740 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .label-white-b740 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .label-white-b740 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .huge_5df4 {
        justify-content: center;
    }
    
    .gallery_north_56dc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .simple_6586 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dynamic_522b {
        padding: var(--md-spacing-md) 0;
    }
    
    .layout_572f {
        padding: var(--md-spacing-md);
    }
    
    .popup_5935 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask-139e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .thick-2c0f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notice_out_c3a5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .layout_572f {
        padding: var(--md-spacing-sm);
    }
    
    .gold-9948 {
        padding: var(--md-spacing-md);
    }
    
    .mask-139e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gold-9948,
.mask-139e,
.thick-2c0f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.menu-narrow-30cf {
    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);
}

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

.header_c1b9 {
    font-size: 1.5rem;
}

.nav_next_c43f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-a245 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.shade-2c4e {
    text-align: center;
    margin-bottom: 30px;
}

.label-0db6 {
    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;
}

.label-0db6.hidden_white_7b91 .layout_938e {
    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); }
}

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

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

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

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

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

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

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

.accent-4ce8 {
    font-size: 1.2rem;
}

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

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

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

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

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

.content_9a71.gold-1269::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.content_9a71.active_focused_23e3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.content_9a71.old-5206::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.content_9a71.slow_b89a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.title-2e9d {
    font-size: 1.2rem;
}

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

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

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

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

.current-24a8.icon-411b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.current-24a8.fn-active-6de4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.bright-9e48 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.overlay-fast-37ad {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.summary-hot-288b {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.button_5581 { border-top: 3px solid #00ccff; }
.gradient_copper_1004 { border-top: 3px solid #00ff88; }
.overlay_0ee2 { border-top: 3px solid #d4af37; }
.brown-43fe { border-top: 3px solid #ff6b6b; }
.nav_f811 { border-top: 3px solid #8b5cf6; }

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

.gradient-14a2 {
    overflow-x: auto;
}

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

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

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

.focused-77b4 td {
    color: #ccc;
}

.focused-77b4 .simple-da04 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.focused-77b4 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.dynamic-70ca {
    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;
}

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

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

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

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

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

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

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

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

.badge_a28c {
    font-size: 2rem;
}

.badge-soft-734b strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.badge-soft-734b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.sort-840f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip_north_d875 {
    font-size: 1.5rem;
}

.badge-mini-09a1 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.tertiary-221d .north_e096 {
    margin-bottom: 10px;
}

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

.tertiary-221d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.paragraph-small-2b0b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.feature-yellow-f50b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.simple-91d7 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.sidebar_16b1 a {
    color: #ff6b6b;
}

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

.status-8f72 {
    max-width: 800px;
    margin: 0 auto;
}

.picture-black-872c {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.photo_hovered_e945 {
    text-align: center;
}

.photo_hovered_e945 .content-short-8b10 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

.status-8f72 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.status-8f72 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.alert-liquid-69f0 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.cold-3a93 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.tertiary-paper-18d6 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .complex_0805 {
        flex-direction: column;
    }
    .header-outer-f248 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.notice-141e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.backdrop_3206 .tertiary_copper_b0b5 {
    color: #666;
    margin: 0 8px;
}

.backdrop_3206 .module_27ac {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.status-up-03e4 {
    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;
}

.carousel-20ba {
    font-size: 2rem;
}

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

.notification_solid_7c37 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.slider-yellow-2db8 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.surface_tiny_4e9e strong {
    color: #00ff88;
}

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

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

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

.gold_f5f1 h3,
.gradient-in-a614 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.description-red-3e46 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.description-red-3e46 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.description-red-3e46 summary::-webkit-details-marker {
    display: none;
}

.description-red-3e46 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

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

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

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

.fluid-5970 strong {
    color: #d4af37;
}

.main_0ee0 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-b005 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;
}

.old-b005 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.action-2c7a strong {
    color: #d4af37;
}

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

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

.progress_1341 strong {
    color: #00ff88;
}

.progress_1341 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-left-846d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.label-left-846d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-paper-7a7c {
    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;
}

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

.accordion_medium_30eb strong {
    color: #00ff88;
}

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

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

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

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

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

.breadcrumb-92c1 {
    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;
}

.simple-91d7 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .bright_ce5f {
        flex-direction: column;
    }
    
    .banner-a958 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .component-2e48 {
        padding: 30px 15px;
    }
    
    .component-2e48 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .lite-edaf {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .section-old-9504 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .static-b435 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .static-b435 .tiny_1554 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .modal-tiny-887e {
        font-size: 1.3rem;
    }
    
    .primary-full-32e4 {
        font-size: 0.7rem;
    }
    
    .widget_smooth_8ab0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget_smooth_8ab0 .gallery_695e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .east_2252 {
        display: none;
    }
    
    .hovered_d7fa {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .title_dirty_df82 {
        padding: 20px 10px;
    }
    
    .panel-ddab {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pro_174b,
    .texture-d1a9 {
        padding: 15px;
    }
    
    .list-e78e {
        flex-direction: column;
        gap: 5px;
    }
    
    .hover_bottom_23b5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .aside_22ac {
        padding: 30px 10px;
    }
    
    .dirty-df35 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full-a4b3 {
        padding: 20px 15px;
    }
    
    .logo-large-a2db {
        font-size: 2rem;
    }
    
    .full-a4b3 h3 {
        font-size: 1.1rem;
    }
    
    .full-a4b3 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hero_cd42 {
        padding: 20px 5px;
    }
    
    .hero_cd42 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .card-446e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .focused-77b4 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .focused-77b4 th,
    .focused-77b4 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .form_d2cf {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .clean-fc62 {
        padding: 20px 10px;
    }
    
    .element-01ca h2 {
        font-size: 1.3rem;
    }
    
    .alert_7569 {
        font-size: 0.9rem;
    }
    
    .dark_50de h3 {
        font-size: 1.1rem;
    }
    
    .dark_50de p {
        font-size: 0.9rem;
    }
    
    .old-b005 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .main_580c {
        grid-template-columns: 1fr;
    }
    
    .action-2c7a {
        font-size: 0.85rem;
    }
    
    .box_rough_b5a6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph_center_8646 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph_center_8646 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .popup-wide-0c88 {
        padding: 30px 10px;
    }
    
    .panel_south_005e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column-7814 {
        padding: 15px;
    }
    
    .column-blue-1481 {
        font-size: 0.9rem;
    }
    
    .pressed_4854 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pressed_4854 .alert-2b15 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .detail-b5bd {
        padding: 30px 10px;
    }
    
    .detail-b5bd h2 {
        font-size: 1.2rem;
    }
    
    .prev_54fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero-middle-4346 {
        padding: 15px 10px;
    }
    
    .hero-middle-4346 h4 {
        font-size: 0.85rem;
    }
    
    .hero-middle-4346 p {
        font-size: 0.75rem;
    }
    
    .video_211f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .paper-698d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .mini_f189 {
        padding: 20px 10px;
    }
    
    .fast_173a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .description_1d17,
    .upper_21f1,
    .sidebar_16b1 {
        width: 100%;
    }
    
    .description_1d17 h3 {
        font-size: 1.1rem;
    }
    
    .description_1d17 p {
        font-size: 0.8rem;
    }
    
    .box_advanced_ecce {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .icon-old-95e0 {
        padding: 30px 15px;
    }
    
    .icon-old-95e0 h2 {
        font-size: 1.3rem;
    }
    
    .icon-old-95e0 p {
        font-size: 0.85rem;
    }
    
    .icon_tall_aad0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon_tall_aad0 .gallery_695e {
        width: 100%;
    }
    
    .texture-hard-0f0a {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .surface-light-cfe1 {
        padding: 30px 15px;
    }
    
    .wrapper_dfe7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .picture-hovered-7893 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .soft-33c3 h4 {
        font-size: 0.9rem;
    }
    
    .soft-33c3 a {
        font-size: 0.8rem;
    }
    
    .image_87c1 {
        font-size: 0.8rem;
    }
    
    .modal-rough-1cb4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .alert-dynamic-d3f7 {
        padding: 8px 10px;
    }
    
    .mini_5ad7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .smooth_989a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .mini_5ad7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .smooth_989a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f7a3 */
.widget-item-p9 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
