/* Inner Page Styles */

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

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

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

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

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

.description-ac88 .container-ce37 {
    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;
}

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

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

.description-ac88 .container-ce37:hover::before {
    left: 100%;
}

.description-ac88 .container-ce37:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.right-937b {
    margin-bottom: var(--md-spacing-lg);
}

.alert-8a5c {
    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);
}

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

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

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

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

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

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

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

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

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

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

.mask-1c98 {
    color: var(--casino-gold-light);
}

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

.mask-1c98 a:hover {
    color: var(--casino-gold-light);
}

.mask-1c98.fn-active-b1bf {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.badge-simple-30f9 {
    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);
}

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

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

.badge-simple-30f9 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.text-3b0d {
    padding: var(--md-spacing-md) 0;
}

.sort-south-5e40 {
    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%;
}

.sort-south-5e40 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 */
.motion_3b43 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.section-5b92:hover::before {
    left: 100%;
}

.section-5b92 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;
}

.section-5b92 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;
}

.section-5b92 .status_ba9d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.section-5b92 .status_ba9d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.primary-498c {
    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);
}

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

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

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

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

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

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

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

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

.pagination_14ad .status_ba9d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer_3f7e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .footer_3f7e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .footer_3f7e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .description-ac88 {
        justify-content: center;
    }
    
    .alert-8a5c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hover-de46 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .full_2ecc {
        padding: var(--md-spacing-md) 0;
    }
    
    .cool_9af6 {
        padding: var(--md-spacing-md);
    }
    
    .tooltip-8cb6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .sort-south-5e40 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .pagination_14ad {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .card-18a0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .cool_9af6 {
        padding: var(--md-spacing-sm);
    }
    
    .badge-simple-30f9 {
        padding: var(--md-spacing-md);
    }
    
    .sort-south-5e40 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.badge-simple-30f9,
.sort-south-5e40,
.pagination_14ad {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

.disabled-yellow-880a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.lite-449e {
    font-size: 1.5rem;
}

.dropdown_994a strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .disabled-yellow-880a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .disabled_wide_1fc0 {
        margin-left: 0;
    }
}

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

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

.purple-741d {
    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;
}

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

.purple-741d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.purple-741d li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.content-dim-911c {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.list_fixed_a859 strong {
    color: #00ff88;
}

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

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

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

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

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

.wrapper-current-ce69::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;
}

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

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

.fixed_1e12.alert_7b62 .border_425c {
    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); }
}

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

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

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

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

.tooltip-2355 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;
}

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

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

.avatar-402f {
    font-size: 1.2rem;
}

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

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

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

.short-73c9 {
    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;
}

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

.short-73c9.outline_380c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.short-73c9.badge_645d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short-73c9.under-0c80::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.short-73c9.banner_hard_4301::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hidden-9e6b {
    font-size: 1.2rem;
}

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

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

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

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

.shadow-a851.filter_south_563d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shadow-a851.fn-active-b1bf { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.column-63f8 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.widget-top-9977 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.button-liquid-4182 {
    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;
}

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

.button-liquid-4182.overlay-1798 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.texture_last_dd34 { border-top: 3px solid #00ccff; }
.dropdown-outer-e3a9 { border-top: 3px solid #00ff88; }
.inner-8e76 { border-top: 3px solid #d4af37; }
.wrapper-4dcb { border-top: 3px solid #ff6b6b; }
.dynamic-86fe { border-top: 3px solid #8b5cf6; }

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

.old-2318 {
    overflow-x: auto;
}

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

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

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

.table_a94b td {
    color: #ccc;
}

.table_a94b .focus-orange-0a99 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.table_a94b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.heading-rough-74a5 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.outline-top-6f27 {
    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;
}

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

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

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

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

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

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

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

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

.tag_selected_7ddb {
    font-size: 2rem;
}

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

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

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

.column-2ed4 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.stone-0f36 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.active_0440 {
    font-size: 1.5rem;
}

.form-fast-07b9 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.new-55a3 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.pink-a143 .pattern_static_4f91 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.huge-53b3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.shadow-active-14c2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.accent-hot-9b34 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.accent-hot-9b34 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.highlight-4a85 span {
    color: #666;
    font-size: 0.8rem;
}

.highlight-4a85 a {
    color: #ff6b6b;
}

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

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

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

.card_blue_fe05 {
    text-align: center;
}

.card_blue_fe05 .info-outer-7749 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.hot-93ff {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.border-58d8 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .yellow-a84a {
        flex-direction: column;
    }
    .next-2d79 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.icon-pro-5c79 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.cold-1ba5 .alert_west_c3e2 {
    color: #666;
    margin: 0 8px;
}

.cold-1ba5 .pagination-bright-599a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tertiary-lite-bda9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.avatar_dirty_3f9a {
    font-size: 2rem;
}

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

.easy_b23b strong {
    color: #d4af37;
}

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

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

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

.mini-af5f h3,
.panel-warm-e76f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.focus-088e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.shadow-in-2dd1 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-12cb strong {
    color: #d4af37;
}

.cool-87b7 {
    color: #aaa;
}

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

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

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

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

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

.tabs-824f {
    max-width: 900px;
    margin: 0 auto;
}

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

.image-focused-2e24:last-child {
    border-bottom: none;
}

.image-focused-2e24 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.image-focused-2e24 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.module-1e85 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.module-1e85 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;
}

.module-1e85 li strong {
    color: #00ff88;
}

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

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

.static-02e0 {
    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;
}

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

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

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

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

.secondary_bronze_cf89 strong {
    color: #d4af37;
}

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

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

.iron_3711 strong {
    color: #00ff88;
}

.iron_3711 span {
    color: #d4af37;
}

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

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

.border-bright-41f4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .border-bright-41f4 {
        grid-template-columns: 1fr;
    }
}

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

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

.logo-left-e17b {
    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;
}

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

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

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

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

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

.header-fresh-ee0e {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

.iron-0d02 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.description-91f7 {
    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;
}

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

.warm-c0d1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .frame_bright_13a3 {
        flex-direction: column;
    }
    
    .row-fe4f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.video-blue-25b2 {
    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;
}

.video-blue-25b2: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) {
    .video-blue-25b2 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .video-blue-25b2 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pro_39d2 {
        padding: 30px 15px;
    }
    
    .pro_39d2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .shadow-dirty-95e4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .aside_6d68 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .plasma-32a6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .plasma-32a6 .full-3dbb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .simple-4a88 {
        font-size: 1.3rem;
    }
    
    .detail_5b60 {
        font-size: 0.7rem;
    }
    
    .search-inner-af4d {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-inner-af4d .status_ba9d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fluid_1ff9 {
        display: none;
    }
    
    .photo-9e08 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gradient_large_d6a4 {
        padding: 20px 10px;
    }
    
    .border-bright-41f4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask-iron-c1ef,
    .down-0e37 {
        padding: 15px;
    }
    
    .avatar_hot_8135 {
        flex-direction: column;
        gap: 5px;
    }
    
    .module_cool_6c02 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .shadow-liquid-0938 {
        padding: 30px 10px;
    }
    
    .icon_6ed6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary_81e7 {
        padding: 20px 15px;
    }
    
    .element_mini_e090 {
        font-size: 2rem;
    }
    
    .primary_81e7 h3 {
        font-size: 1.1rem;
    }
    
    .primary_81e7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .gallery-bdb6 {
        padding: 20px 5px;
    }
    
    .gallery-bdb6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .current_b56f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .table_a94b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .table_a94b th,
    .table_a94b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .overlay-stone-4985 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .panel_9443 {
        padding: 20px 10px;
    }
    
    .bright-abcc h2 {
        font-size: 1.3rem;
    }
    
    .chip_e716 {
        font-size: 0.9rem;
    }
    
    .image-focused-2e24 h3 {
        font-size: 1.1rem;
    }
    
    .image-focused-2e24 p {
        font-size: 0.9rem;
    }
    
    .module-1e85 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .heading-tall-7305 {
        grid-template-columns: 1fr;
    }
    
    .secondary_bronze_cf89 {
        font-size: 0.85rem;
    }
    
    .grid_b9e5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static-02e0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .static-02e0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .block-new-35c7 {
        padding: 30px 10px;
    }
    
    .hot_8e80 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight_short_e7ff {
        padding: 15px 10px;
    }
    
    .highlight_short_e7ff h4 {
        font-size: 0.9rem;
    }
    
    .highlight_short_e7ff p {
        font-size: 0.75rem;
        display: none;
    }
    
    .overlay-9418 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dark-33ac {
        padding: 30px 10px;
    }
    
    .heading_0713 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article-96d3 {
        padding: 15px;
    }
    
    .focus-dim-8d47 {
        font-size: 0.9rem;
    }
    
    .message_ea55 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_ea55 .button-tiny-2f96 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .chip-3271 {
        padding: 30px 10px;
    }
    
    .chip-3271 h2 {
        font-size: 1.2rem;
    }
    
    .module-over-8d73 {
        gap: 10px;
    }
    
    .tooltip-6d8d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tooltip-6d8d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sidebar_top_863c {
        padding: 30px 10px;
    }
    
    .sidebar_top_863c h2 {
        font-size: 1.2rem;
    }
    
    .block-fc42 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-tall-e898 {
        padding: 15px 10px;
    }
    
    .form-tall-e898 h4 {
        font-size: 0.85rem;
    }
    
    .form-tall-e898 p {
        font-size: 0.75rem;
    }
    
    .complex_e6a4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .focus-warm-2c24 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .menu-right-fee3 {
        padding: 20px 10px;
    }
    
    .icon-56af {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .menu-smooth-c7cf,
    .accent-hot-9b34,
    .highlight-4a85 {
        width: 100%;
    }
    
    .menu-smooth-c7cf h3 {
        font-size: 1.1rem;
    }
    
    .menu-smooth-c7cf p {
        font-size: 0.8rem;
    }
    
    .stone-c0e8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pressed_9ea3 {
        padding: 30px 15px;
    }
    
    .pressed_9ea3 h2 {
        font-size: 1.3rem;
    }
    
    .pressed_9ea3 p {
        font-size: 0.85rem;
    }
    
    .dropdown-2f8a {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown-2f8a .status_ba9d {
        width: 100%;
    }
    
    .icon_motion_03e0 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .first-7329 {
        padding: 30px 15px;
    }
    
    .module-current-6ee4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tag-light-f514 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .short-fe09 h4 {
        font-size: 0.9rem;
    }
    
    .short-fe09 a {
        font-size: 0.8rem;
    }
    
    .label-old-f488 {
        font-size: 0.8rem;
    }
    
    .badge_3569 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .module-be44 {
        padding: 8px 10px;
    }
    
    .dim-ab23 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .status-d5b1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dim-ab23 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .status-d5b1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d2dd */
.promo-block-a1 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
