/* Inner Page Styles */

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

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

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

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

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

.dropdown_dynamic_6510 .accent-571f {
    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;
}

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

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

.dropdown_dynamic_6510 .accent-571f:hover::before {
    left: 100%;
}

.dropdown_dynamic_6510 .accent-571f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.avatar-light-bed9 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.clean-0dbb {
    color: var(--casino-gold-light);
}

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

.clean-0dbb a:hover {
    color: var(--casino-gold-light);
}

.clean-0dbb.fn-active-5c72 {
    color: var(--casino-gold-light);
}

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

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

.component-under-6c79 {
    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);
}

.component-under-6c79 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.fluid-29e2 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 */
.layout_down_015e {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.badge-bd27:hover::before {
    left: 100%;
}

.badge-bd27 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;
}

.badge-bd27 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;
}

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

.badge-bd27 .detail_current_bfc8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.tabs-wide-50d3 {
    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);
}

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

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

.tabs-wide-50d3 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.tabs-wide-50d3 .detail_current_bfc8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tabs-wide-50d3 .detail_current_bfc8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .orange-a9da {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .orange-a9da h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .orange-a9da h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dropdown_dynamic_6510 {
        justify-content: center;
    }
    
    .south_d7ff {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .active-1b58 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .row_easy_f0f8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .component-under-6c79 {
        padding: var(--md-spacing-md);
    }
    
    .tag-first-3508 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fluid-29e2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tabs-wide-50d3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tiny_a976 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .component-under-6c79 {
        padding: var(--md-spacing-sm);
    }
    
    .border_7a23 {
        padding: var(--md-spacing-md);
    }
    
    .fluid-29e2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.border_7a23,
.fluid-29e2,
.tabs-wide-50d3 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.sidebar-92bf::-webkit-scrollbar {
    width: 8px;
}

.sidebar-92bf::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.cool_9f9a {
    font-size: 1.5rem;
}

.shade-c47b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .short-f430 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .gallery-adcc {
        margin-left: 0;
    }
}

/* Main Content Compact */
.element-d179 {
    padding: 30px 0;
}

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

.focus-narrow-15e4 {
    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;
}

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

.focus-narrow-15e4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.focus-narrow-15e4 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort-narrow-9942.hero-5649 .hard-6271 {
    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); }
}

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

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

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

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

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

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

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

.search-d60e {
    font-size: 1.2rem;
}

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

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

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

.outline-west-fdd1 {
    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;
}

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

.outline-west-fdd1.hard-fe57::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.outline-west-fdd1.basic-01b2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outline-west-fdd1.card-old-f17a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.outline-west-fdd1.black_5b17::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.background-8f67 {
    font-size: 1.2rem;
}

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

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

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

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

.heading_414b.chip-east-51d6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.heading_414b.fn-active-5c72 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.outer-197f {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.heading-lower-6639 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.paper-9d34 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.notice-north-3fcb {
    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;
}

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

.notice-north-3fcb.input_wide_3cd5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hidden_rough_99bf { border-top: 3px solid #00ccff; }
.white-e941 { border-top: 3px solid #00ff88; }
.pattern-fixed-9b03 { border-top: 3px solid #d4af37; }
.hover-1621 { border-top: 3px solid #ff6b6b; }
.layout_165e { border-top: 3px solid #8b5cf6; }

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

.clean_caf1 {
    overflow-x: auto;
}

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

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

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

.status-0988 td {
    color: #ccc;
}

.status-0988 .slow-29c4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.status-0988 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.column-light-acd5 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.solid-936d {
    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;
}

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

.overlay-huge-eb67 {
    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;
}

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

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

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

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

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

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

.aside-cee4 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.footer-outer-2dca {
    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;
}

.footer-outer-2dca::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);
}

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

.footer-outer-2dca h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.footer-outer-2dca p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.hero-1708 {
    font-size: 1.5rem;
}

.out-8bf2 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .pattern-wood-97ca {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.pink-4ce0 strong {
    color: #fff;
    display: block;
}

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

.heading-white-cf6b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.heading-white-cf6b .widget-simple-b669 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.prev-a014 .shade-249b {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.text-slow-5895 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.item-fluid-5e6a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.surface-81cf {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.surface-81cf span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.purple_1f69 a {
    color: #ff6b6b;
}

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

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

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

.modal-e715 {
    text-align: center;
}

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

.modal-e715 .sidebar-plasma-11b0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.center-debc > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.section-solid-fc3f {
    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;
}

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

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

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

.main-8d39 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.popup-stale-73fc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .popup-stale-73fc {
        flex-direction: column;
    }
    .fixed-f487 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.out-8776 .widget-complex-20a5 {
    color: #666;
    margin: 0 8px;
}

.out-8776 .small_aec3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.grid-bronze-17f4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.active-purple-b501 {
    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;
}

.pink_3fb2 {
    font-size: 2rem;
}

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

.large_8550 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.info-043d strong {
    color: #d4af37;
    margin-right: 8px;
}

.modal-lite-edd8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.light_288f strong {
    color: #00ff88;
}

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

.summary-middle-5acb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .summary-middle-5acb {
        grid-template-columns: 1fr;
    }
}

.black-f0a8 h3,
.slider-pressed-bfba h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.accordion-mini-a2fb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.dropdown-under-4d48 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.purple_693f strong {
    color: #d4af37;
}

.orange-555f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty_a157 strong {
    color: #d4af37;
}

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

.backdrop-5ca6 {
    color: #888;
    font-size: 0.9rem;
}

.backdrop-5ca6 strong {
    color: #00ff88;
}

.backdrop-5ca6 span {
    color: #d4af37;
}

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

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

.grid-gold-3c7b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.feature-806f {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-1ada {
    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;
}

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

.icon_top_68ba strong {
    color: #00ff88;
}

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

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

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

.hard-71eb {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .hard-71eb {
        flex-direction: column;
    }
    
    .surface-8563 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .orange_95e6 {
        padding: 30px 15px;
    }
    
    .orange_95e6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .link-top-b719 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .info-bottom-0c79 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .lite-50cd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lite-50cd .menu-dark-ac85 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hero_2714 {
        font-size: 1.3rem;
    }
    
    .card_c5ab {
        font-size: 0.7rem;
    }
    
    .icon-tall-8e7e {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon-tall-8e7e .detail_current_bfc8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .rough_5387 {
        display: none;
    }
    
    .highlight-44e4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .box_a0f9 {
        padding: 20px 10px;
    }
    
    .grid-gold-3c7b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice_green_bff9,
    .left-f6e9 {
        padding: 15px;
    }
    
    .preview_8f56 {
        flex-direction: column;
        gap: 5px;
    }
    
    .feature-806f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .easy_dbaf {
        padding: 30px 10px;
    }
    
    .medium-ae4c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-red-8165 {
        padding: 20px 15px;
    }
    
    .paper-9589 {
        font-size: 2rem;
    }
    
    .grid-red-8165 h3 {
        font-size: 1.1rem;
    }
    
    .grid-red-8165 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .list-hot-7ac4 {
        padding: 20px 5px;
    }
    
    .list-hot-7ac4 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .list_cb87 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .status-0988 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .status-0988 th,
    .status-0988 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .icon-simple-4c8f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .bright_bb51 {
        padding: 20px 10px;
    }
    
    .notice_07d7 h2 {
        font-size: 1.3rem;
    }
    
    .modal_4f23 {
        font-size: 0.9rem;
    }
    
    .picture_fast_1ac0 h3 {
        font-size: 1.1rem;
    }
    
    .picture_fast_1ac0 p {
        font-size: 0.9rem;
    }
    
    .liquid_6a90 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider_fixed_8c46 {
        grid-template-columns: 1fr;
    }
    
    .dirty_a157 {
        font-size: 0.85rem;
    }
    
    .article-selected-74c2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .rough-c5aa {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .rough-c5aa strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .card-under-5d5a {
        padding: 30px 10px;
    }
    
    .container_over_7828 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article_soft_05cf {
        padding: 15px 10px;
    }
    
    .article_soft_05cf h4 {
        font-size: 0.9rem;
    }
    
    .article_soft_05cf p {
        font-size: 0.75rem;
        display: none;
    }
    
    .info_bright_0961 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .label_0a69 {
        padding: 30px 10px;
    }
    
    .header-small-ccc3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .light-0546 {
        padding: 15px;
    }
    
    .carousel_warm_9661 {
        font-size: 0.9rem;
    }
    
    .background_cool_3bce {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .background_cool_3bce .accent_c74c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .section-201f {
        padding: 30px 10px;
    }
    
    .section-201f h2 {
        font-size: 1.2rem;
    }
    
    .status-clean-a0d5 {
        gap: 10px;
    }
    
    .summary_paper_db63 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .summary_paper_db63 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .status-narrow-f7d2 {
        padding: 30px 10px;
    }
    
    .status-narrow-f7d2 h2 {
        font-size: 1.2rem;
    }
    
    .in_457d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .advanced-6b5d {
        padding: 15px 10px;
    }
    
    .advanced-6b5d h4 {
        font-size: 0.85rem;
    }
    
    .advanced-6b5d p {
        font-size: 0.75rem;
    }
    
    .secondary_under_65fe {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .widget_0971 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tooltip_over_10eb {
        padding: 20px 10px;
    }
    
    .box-huge-deff {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .new_983e,
    .surface-81cf,
    .purple_1f69 {
        width: 100%;
    }
    
    .new_983e h3 {
        font-size: 1.1rem;
    }
    
    .new_983e p {
        font-size: 0.8rem;
    }
    
    .backdrop_8cd7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .mask-94e3 {
        padding: 30px 15px;
    }
    
    .mask-94e3 h2 {
        font-size: 1.3rem;
    }
    
    .mask-94e3 p {
        font-size: 0.85rem;
    }
    
    .detail_silver_a456 {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail_silver_a456 .detail_current_bfc8 {
        width: 100%;
    }
    
    .active-4a55 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tag-bright-40db {
        padding: 30px 10px;
    }
    
    .tag-bright-40db h3 {
        font-size: 1.2rem;
    }
    
    .smooth_28ad {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs-wide-50d3 {
        padding: 15px 10px;
    }
    
    .tabs-wide-50d3 h4 {
        font-size: 0.85rem;
    }
    
    .tabs-wide-50d3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .nav-yellow-e388 {
        padding: 30px 15px;
    }
    
    .active_e968 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sort-b43f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .header-cold-55fc h4 {
        font-size: 0.9rem;
    }
    
    .header-cold-55fc a {
        font-size: 0.8rem;
    }
    
    .wood-ba94 {
        font-size: 0.8rem;
    }
    
    .sort_ffa4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .carousel-mini-5df9 {
        padding: 8px 10px;
    }
    
    .label_over_d61e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .active_59d2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label_over_d61e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active_59d2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1724 */
.widget-item-h1 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
