/* Inner Page Styles */

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

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

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

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

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

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

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

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

.modal_upper_b264 .layout_left_6909:hover::before {
    left: 100%;
}

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

.large-8bd2 {
    margin-bottom: var(--md-spacing-lg);
}

.button-8b63 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask_8a5c.fn-active-aec1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-huge-a8f2 {
    padding: var(--md-spacing-md) 0;
}

.frame-dark-a1b2 {
    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%;
}

.frame-dark-a1b2 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 */
.rough_47ed {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.dark_27ef .container_b144:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.message-up-6c97 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.center-6b42 {
    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);
}

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

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

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

.center-6b42 .container_b144 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.center-6b42 .container_b144:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paragraph_4849 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paragraph_4849 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paragraph_4849 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal_upper_b264 {
        justify-content: center;
    }
    
    .button-8b63 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery-bd5b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wrapper-f19c {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_226b {
        padding: var(--md-spacing-md);
    }
    
    .advanced-9119 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-dark-a1b2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .center-6b42 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tag-4943 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shade_226b {
        padding: var(--md-spacing-sm);
    }
    
    .surface-hovered-d412 {
        padding: var(--md-spacing-md);
    }
    
    .frame-dark-a1b2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.surface-hovered-d412,
.frame-dark-a1b2,
.center-6b42 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

.block-dynamic-8ceb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.sort_d815 {
    font-size: 1.5rem;
}

.photo_b910 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .block-dynamic-8ceb {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tertiary-f6cb {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_solid_06f2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.modal-1942.selected-9f79 .hidden-green-85a6 {
    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); }
}

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

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

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

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

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

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

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

.glass_791c {
    font-size: 1.2rem;
}

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

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

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

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

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

.first-fcf8.thick-8b21::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.first-fcf8.next-f81b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.first-fcf8.image-dirty-9f85::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.first-fcf8.tooltip-1ed1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.large_2511 {
    font-size: 1.2rem;
}

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

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

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

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

.aside-fast-a8d6.alert_0872 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside-fast-a8d6.fn-active-aec1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.main-1d98 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.search-5ac8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.picture-prev-fdee {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.search_white_e4e3 { border-top: 3px solid #00ccff; }
.link_5314 { border-top: 3px solid #00ff88; }
.next-96b9 { border-top: 3px solid #d4af37; }
.disabled_plasma_4f83 { border-top: 3px solid #ff6b6b; }
.grid_606f { border-top: 3px solid #8b5cf6; }

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

.background_hard_b86b {
    overflow-x: auto;
}

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

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

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

.lite-7345 td {
    color: #ccc;
}

.lite-7345 .image-full-011b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.paragraph-6dfd {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-823f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.menu-mini-de65 {
    background: #0a0a0a;
    padding: 60px 0;
}

.component-stale-f269 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.main_lower_e95d {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.pro-8d13 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.upper_09a0 .inner_42a9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.dropdown-huge-625e {
    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;
}

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

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

.wrapper-copper-443e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.link-fixed-40b1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sort_fcb4 a {
    color: #ff6b6b;
}

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

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

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

.last_72e7 {
    text-align: center;
}

.last_72e7 .layout-old-20d8 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.last_72e7 .inner-59e8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.notice-pink-2f8b {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block-easy-530d {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .complex-a205 {
        flex-direction: column;
    }
    .block-easy-530d {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.fixed-1b55 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.component-fixed-110a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.caption_0f6a .rough_c7a1 {
    color: #666;
    margin: 0 8px;
}

.caption_0f6a .search-a4c1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.purple_2daf {
    font-size: 2rem;
}

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

.chip-113b strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.inner_74d3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.wood-53b2 {
    background: #0a0a0a;
    padding: 30px 0;
}

.last-78c6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.hidden-medium-7744 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.surface_green_4e78 strong {
    color: #d4af37;
}

.cold-ec53 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pro-4a16 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pro-4a16 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;
}

.pro-4a16 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.link-fresh-83f9 strong {
    color: #d4af37;
}

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

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

.card_middle_dae4 strong {
    color: #00ff88;
}

.card_middle_dae4 span {
    color: #d4af37;
}

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

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

.text-first-1ca8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.gallery-top-9c19 {
    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;
}

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

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

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

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

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

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

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

.shade-mini-2406 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-up-4116 strong {
    color: #00ff88;
}

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

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

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

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

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

.active-48e8 {
    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;
}

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

@media (max-width: 768px) {
    .component-5905 {
        flex-direction: column;
    }
    
    .background_motion_e3cc {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.image-active-ebcf {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .border-47ce {
        padding: 30px 15px;
    }
    
    .border-47ce h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .link-complex-ebe3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .cool-ddea {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .description-dynamic-b4f5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .description-dynamic-b4f5 .dropdown-wood-4dc3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .warm-6064 {
        font-size: 1.3rem;
    }
    
    .footer_9910 {
        font-size: 0.7rem;
    }
    
    .pattern-ef81 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pattern-ef81 .container_b144 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .summary-56d4 {
        display: none;
    }
    
    .disabled_gas_7cd9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .easy_a683 {
        padding: 20px 10px;
    }
    
    .text-first-1ca8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_lower_c602,
    .shade-mini-2406 {
        padding: 15px;
    }
    
    .dropdown_gas_813e {
        flex-direction: column;
        gap: 5px;
    }
    
    .stone_cb7c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pressed-4947 {
        padding: 30px 10px;
    }
    
    .overlay_4208 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .solid-896a {
        padding: 20px 15px;
    }
    
    .slider-33a3 {
        font-size: 2rem;
    }
    
    .solid-896a h3 {
        font-size: 1.1rem;
    }
    
    .solid-896a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .green_7af3 {
        padding: 20px 5px;
    }
    
    .green_7af3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .chip_up_41ab {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .lite-7345 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .lite-7345 th,
    .lite-7345 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .brown-8518 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .last-22f6 {
        padding: 20px 10px;
    }
    
    .panel-light-3da6 h2 {
        font-size: 1.3rem;
    }
    
    .text_b455 {
        font-size: 0.9rem;
    }
    
    .item_mini_59e6 h3 {
        font-size: 1.1rem;
    }
    
    .item_mini_59e6 p {
        font-size: 0.9rem;
    }
    
    .pro-4a16 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .left-7aa6 {
        grid-template-columns: 1fr;
    }
    
    .link-fresh-83f9 {
        font-size: 0.85rem;
    }
    
    .wood_2b5b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article_b47a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .article_b47a strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .highlight_05f4 {
        padding: 30px 10px;
    }
    
    .current_7533 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary-2803 {
        padding: 15px;
    }
    
    .silver-4d73 {
        font-size: 0.9rem;
    }
    
    .banner_3ea4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .banner_3ea4 .white_4815 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .under_52bd {
        padding: 30px 10px;
    }
    
    .under_52bd h2 {
        font-size: 1.2rem;
    }
    
    .footer-d7cc {
        gap: 10px;
    }
    
    .message-plasma-381e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .message-plasma-381e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .background-ac1f {
        padding: 30px 10px;
    }
    
    .background-ac1f h2 {
        font-size: 1.2rem;
    }
    
    .tabs_upper_5504 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary_c824 {
        padding: 15px 10px;
    }
    
    .summary_c824 h4 {
        font-size: 0.85rem;
    }
    
    .summary_c824 p {
        font-size: 0.75rem;
    }
    
    .advanced_9c15 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .description_4149 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .static-4ee4 {
        padding: 20px 10px;
    }
    
    .steel_04de {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .primary_cd07,
    .narrow-a14f,
    .sort_fcb4 {
        width: 100%;
    }
    
    .primary_cd07 h3 {
        font-size: 1.1rem;
    }
    
    .primary_cd07 p {
        font-size: 0.8rem;
    }
    
    .list_e9e6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .lower-2437 {
        padding: 30px 15px;
    }
    
    .lower-2437 h2 {
        font-size: 1.3rem;
    }
    
    .lower-2437 p {
        font-size: 0.85rem;
    }
    
    .hero_fresh_471e {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero_fresh_471e .container_b144 {
        width: 100%;
    }
    
    .dropdown_00c6 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .feature-selected-19ce {
        padding: 30px 15px;
    }
    
    .frame_7c6d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .thumbnail-smooth-9ff1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .in-603e h4 {
        font-size: 0.9rem;
    }
    
    .in-603e a {
        font-size: 0.8rem;
    }
    
    .last-824c {
        font-size: 0.8rem;
    }
    
    .bottom-e594 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hidden-advanced-2bb3 {
        padding: 8px 10px;
    }
    
    .pressed_a56b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .bottom_77e3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pressed_a56b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bottom_77e3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 814f */
.phantom-card-e8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
