/* Inner Page Styles */

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

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

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

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

.copper-10dd {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.copper-10dd .soft-e27d {
    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;
}

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

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

.copper-10dd .soft-e27d:hover::before {
    left: 100%;
}

.copper-10dd .soft-e27d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.stale-22f9 {
    color: var(--casino-gold-light);
}

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

.stale-22f9 a:hover {
    color: var(--casino-gold-light);
}

.stale-22f9.fn-active-33c6 {
    color: var(--casino-gold-light);
}

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

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

.feature-fixed-87df {
    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);
}

.feature-fixed-87df 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);
}

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

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

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

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

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

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

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

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

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

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

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

.middle-e888 {
    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%;
}

.middle-e888 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 */
.active_78b9 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.warm_f570 .cool_7c52:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.border-60b4 {
    margin-top: var(--md-spacing-sm);
}

.card-purple-db91 {
    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);
}

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

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

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

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

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

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

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

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

.avatar_short_39f9 .cool_7c52:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .progress_selected_ebb8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .progress_selected_ebb8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .progress_selected_ebb8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .copper-10dd {
        justify-content: center;
    }
    
    .status_a656 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hover-left-8652 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outline_11f4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .feature-fixed-87df {
        padding: var(--md-spacing-md);
    }
    
    .pink-8aa0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .middle-e888 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .avatar_short_39f9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .right_b3bc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .feature-fixed-87df {
        padding: var(--md-spacing-sm);
    }
    
    .focus-0127 {
        padding: var(--md-spacing-md);
    }
    
    .middle-e888 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.focus-0127,
.middle-e888,
.avatar_short_39f9 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.right-19a4::-webkit-scrollbar {
    width: 8px;
}

.right-19a4::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.list_motion_a2e2 {
    font-size: 1.5rem;
}

.disabled-9893 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .blue_ec18 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .static-23bc {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny_5c5a strong {
    color: #00ff88;
}

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

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

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

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

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

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

.avatar-6ff4 {
    text-align: center;
    margin-bottom: 30px;
}

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

.tag_wide_92ab.red-d7b5 .aside_dadb {
    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); }
}

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

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

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

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

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

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

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

.modal-lower-65f2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.feature_next_c141.brown_4bd4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.feature_next_c141.pro-429a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature_next_c141.solid_e9b6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.feature_next_c141.element_cd27::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.wood-aac5 {
    font-size: 1.2rem;
}

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

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

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

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

.frame-paper-72c6.shadow-7178 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame-paper-72c6.fn-active-33c6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.purple_f35e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.gallery-4473.summary-glass-694e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.message-b26b { border-top: 3px solid #00ccff; }
.modal_wood_cde6 { border-top: 3px solid #00ff88; }
.primary-d126 { border-top: 3px solid #d4af37; }
.full_3f0f { border-top: 3px solid #ff6b6b; }
.detail-ea99 { border-top: 3px solid #8b5cf6; }

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

.chip_d831 {
    overflow-x: auto;
}

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

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

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

.hot-7ef3 td {
    color: #ccc;
}

.hot-7ef3 .down_ca50 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.hot-7ef3 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.description-new-d8af {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.fast-3ca3 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.label-left-66e5 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.label-left-66e5 p {
    color: #888;
    font-size: 0.9rem;
}

.layout-yellow-9d29 {
    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;
}

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

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

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

.content-d41c {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.last-85c1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.iron-5ad3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.slow-2831 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.card-a8bd strong {
    color: #fff;
    display: block;
}

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

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

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

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

.input-prev-80ec .badge-down-f713 {
    margin-bottom: 10px;
}

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

.input-prev-80ec strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.icon-d476 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.secondary-45fc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.advanced_0e23 a {
    color: #ff6b6b;
}

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

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

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

.texture-5a8a {
    text-align: center;
}

.texture-5a8a .shade-liquid-dbb7 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.texture-5a8a .upper_587c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.frame-663e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.label-db37.summary-glass-694e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.active-action-52ea {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .hover-c89a {
        flex-direction: column;
    }
    .active-action-52ea {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.dim_00bd .icon_cfb8 {
    color: #666;
    margin: 0 8px;
}

.dim_00bd .backdrop_ef37 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.sidebar-719e {
    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;
}

.orange-55fb {
    font-size: 2rem;
}

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

.element_cf6c strong {
    color: #d4af37;
}

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

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

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

.dark_68d0 h3,
.filter-8cc4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.form-easy-25a2 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.gradient-894a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.paragraph-stone-24d3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.soft-c9f0 strong {
    color: #00ff88;
}

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

.text-advanced-9fd8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.soft_4c79 strong {
    color: #d4af37;
}

.focus_hard_e70c {
    color: #aaa;
}

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

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

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

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

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

.sort-over-c186 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature_6a4e strong {
    color: #d4af37;
}

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

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

.info_cold_adfb strong {
    color: #00ff88;
}

.info_cold_adfb span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.west-c41a li {
    margin-bottom: 5px;
}

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

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

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

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

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

.layout-4bbf strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .info-df77 {
        flex-direction: column;
    }
    
    .gradient_f8bc {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notification-69af {
        padding: 30px 15px;
    }
    
    .notification-69af h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid_pro_6c27 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu-huge-67d4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .info_83c8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info_83c8 .primary_east_609e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .accent_gold_0bb6 {
        font-size: 1.3rem;
    }
    
    .section_fc69 {
        font-size: 0.7rem;
    }
    
    .mask-966e {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask-966e .cool_7c52 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dark-49e8 {
        display: none;
    }
    
    .primary_4c6b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tabs-warm-e8e3 {
        padding: 20px 10px;
    }
    
    .notification_silver_e47d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .prev_260a,
    .photo_selected_e269 {
        padding: 15px;
    }
    
    .outline-d899 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hero-eff0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .medium-f5dd {
        padding: 30px 10px;
    }
    
    .tertiary-f55a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_out_2b03 {
        padding: 20px 15px;
    }
    
    .lower-3681 {
        font-size: 2rem;
    }
    
    .icon_out_2b03 h3 {
        font-size: 1.1rem;
    }
    
    .icon_out_2b03 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .menu-up-3043 {
        padding: 20px 5px;
    }
    
    .menu-up-3043 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .mask_active_dec3 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hot-7ef3 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hot-7ef3 th,
    .hot-7ef3 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .media-selected-66e4 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .hard_ee58 {
        padding: 20px 10px;
    }
    
    .soft-9861 h2 {
        font-size: 1.3rem;
    }
    
    .text_steel_1a88 {
        font-size: 0.9rem;
    }
    
    .input_easy_0dbd h3 {
        font-size: 1.1rem;
    }
    
    .input_easy_0dbd p {
        font-size: 0.9rem;
    }
    
    .primary_a24b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .dynamic-38fb {
        grid-template-columns: 1fr;
    }
    
    .feature_6a4e {
        font-size: 0.85rem;
    }
    
    .label_2fe6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .complex_4512 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .complex_4512 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .upper-a370 {
        padding: 30px 10px;
    }
    
    .notification-e159 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article-simple-279a {
        padding: 15px 10px;
    }
    
    .article-simple-279a h4 {
        font-size: 0.9rem;
    }
    
    .article-simple-279a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .title-last-0e8a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notification-e159 {
        grid-template-columns: 1fr;
    }
    
    .article-simple-279a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .form-wood-d6c6 {
        padding: 30px 10px;
    }
    
    .notice-static-a974 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .purple_5dde {
        padding: 15px;
    }
    
    .hidden_fb31 {
        font-size: 0.9rem;
    }
    
    .in_89d3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .in_89d3 .carousel_north_ecda {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .bright-58df {
        padding: 30px 10px;
    }
    
    .bright-58df h2 {
        font-size: 1.2rem;
    }
    
    .orange_953d {
        gap: 10px;
    }
    
    .gallery_24cc summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gallery_24cc p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .shadow-691d {
        padding: 30px 10px;
    }
    
    .shadow-691d h2 {
        font-size: 1.2rem;
    }
    
    .item-short-bf49 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown-3c24 {
        padding: 15px 10px;
    }
    
    .dropdown-3c24 h4 {
        font-size: 0.85rem;
    }
    
    .dropdown-3c24 p {
        font-size: 0.75rem;
    }
    
    .box_bcf2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .grid_53bf {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .warm_a45b {
        padding: 20px 10px;
    }
    
    .focused_e17d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop_5a3b,
    .layout_rough_d132,
    .advanced_0e23 {
        width: 100%;
    }
    
    .backdrop_5a3b h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_5a3b p {
        font-size: 0.8rem;
    }
    
    .fixed_b109 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wood_6b69 {
        padding: 30px 15px;
    }
    
    .wood_6b69 h2 {
        font-size: 1.3rem;
    }
    
    .wood_6b69 p {
        font-size: 0.85rem;
    }
    
    .search-basic-7d03 {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-basic-7d03 .cool_7c52 {
        width: 100%;
    }
    
    .text_ee65 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .button_hard_dac7 {
        padding: 30px 15px;
    }
    
    .lite_10c0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .message-fluid-118c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .element-bb1d h4 {
        font-size: 0.9rem;
    }
    
    .element-bb1d a {
        font-size: 0.8rem;
    }
    
    .blue_c009 {
        font-size: 0.8rem;
    }
    
    .selected_e6ae p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .breadcrumb-upper-575b {
        padding: 8px 10px;
    }
    
    .list_first_310d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .section-old-f173 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .list_first_310d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .section-old-f173 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d51e */
.ghost-box-f0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
