/* Inner Page Styles */

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

.text-center-b158 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);
}

.text-center-b158 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);
}

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

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

.list-a326 .wrapper_0366 {
    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;
}

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

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

.list-a326 .wrapper_0366:hover::before {
    left: 100%;
}

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

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

.badge-376d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard_33be.fn-active-e0e0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cold-30e4 {
    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%;
}

.cold-30e4 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 */
.panel_105a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.light_4085 .paper_49ed:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hot-05f3 {
    margin-top: var(--md-spacing-sm);
}

.hover-middle-601a {
    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);
}

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

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

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

.bright-0fe7 {
    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);
}

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

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

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

.bright-0fe7 .paper_49ed {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.bright-0fe7 .paper_49ed:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .text-center-b158 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .text-center-b158 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .text-center-b158 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .list-a326 {
        justify-content: center;
    }
    
    .badge-376d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .old_099d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .row_static_00bb {
        padding: var(--md-spacing-md) 0;
    }
    
    .slider_fresh_ca2c {
        padding: var(--md-spacing-md);
    }
    
    .first_c0c0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cold-30e4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bright-0fe7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .image_glass_12b8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .slider_fresh_ca2c {
        padding: var(--md-spacing-sm);
    }
    
    .main-dirty-d33c {
        padding: var(--md-spacing-md);
    }
    
    .cold-30e4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.main-dirty-d33c,
.cold-30e4,
.bright-0fe7 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.picture-green-324a::-webkit-scrollbar {
    width: 8px;
}

.picture-green-324a::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.picture-green-324a::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.picture-green-324a::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.out_f576 {
    font-size: 1.5rem;
}

.wrapper-d6c9 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.sort-upper-c1fc {
    padding: 30px 0;
}

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

.current-5ea5 {
    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;
}

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

.current-5ea5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.current-5ea5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.text_silver_6c82 strong {
    color: #00ff88;
}

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

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

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

.pagination-iron-5fb4 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.wide-5142.photo-3bf6 .west-a48d {
    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); }
}

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

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

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

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

.list-e062 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;
}

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

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

.lite-ab6c {
    font-size: 1.2rem;
}

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

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

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

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

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

.badge_2e60.feature-a5e7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.badge_2e60.sort-pro-32d2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge_2e60.hero-bronze-1545::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.badge_2e60.mask_static_bd75::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.up-c777 {
    font-size: 1.2rem;
}

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

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

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

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

.list-b8e4.up-c884 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-b8e4.fn-active-e0e0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tooltip-stale-4b39 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.panel-warm-42e4 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.hidden-9031.secondary-first-1c0a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.sort-24d1 { border-top: 3px solid #00ccff; }
.static_c8ca { border-top: 3px solid #00ff88; }
.logo_dim_ed99 { border-top: 3px solid #d4af37; }
.aside_full_f0e8 { border-top: 3px solid #ff6b6b; }
.breadcrumb-72bd { border-top: 3px solid #8b5cf6; }

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

.huge-b37a {
    overflow-x: auto;
}

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

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

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

.short_18ea td {
    color: #ccc;
}

.short_18ea .container_dynamic_1ceb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.widget-static-c413 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.sidebar_pro_76bf {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.fixed_b4a7 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.title-steel-99fd {
    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;
}

.title-steel-99fd::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);
}

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

.title-steel-99fd h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.title-steel-99fd p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.accent_complex_3397 {
    font-size: 1.5rem;
}

.module-soft-9a5d {
    color: #888;
    font-size: 0.9rem;
}

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

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

.paragraph-green-e7f1 {
    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;
}

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

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

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

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

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

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

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

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

.secondary_3652 .lite-4bbf {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-fresh-f080 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.summary_advanced_dc7c a {
    color: #ff6b6b;
}

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

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

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

.out_77b1 {
    text-align: center;
}

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

.out_77b1 .modal-red-52b6 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.input-6b99 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.popup-c230.secondary-first-1c0a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.frame-soft-8f95 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .link-e24c {
        flex-direction: column;
    }
    .frame-soft-8f95 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.hidden-358e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.container-cold-fe9e .info-upper-be6d {
    color: #666;
    margin: 0 8px;
}

.container-cold-fe9e .label_focused_baf4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.table_90ed {
    font-size: 2rem;
}

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

.header_f83f strong {
    color: #d4af37;
}

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

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

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

.paper_603a h3,
.bronze-993e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.steel-073d strong {
    color: #d4af37;
    margin-right: 8px;
}

.article-blue-3341 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.search_23b7 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.primary-3ead {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.element-631f summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.accordion_warm_1f2c strong {
    color: #d4af37;
}

.focus-3934 {
    color: #aaa;
}

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

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

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

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

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

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

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

.caption-in-f07e:last-child {
    border-bottom: none;
}

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

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

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

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

.upper-285a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.upper-285a 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;
}

.upper-285a li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.disabled-top-13cf strong {
    color: #d4af37;
}

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

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

.blue_daeb strong {
    color: #00ff88;
}

.blue_daeb span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.left_6705 {
    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-out-f408 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-0b4e {
    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;
}

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

.content_bronze_221d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .copper-ed2a {
        flex-direction: column;
    }
    
    .component_175a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .yellow_cc8b {
        padding: 30px 15px;
    }
    
    .yellow_cc8b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hover_static_76cc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gallery-fast-e865 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shadow_4212 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_4212 .gold_ad62 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .glass_aa43 {
        font-size: 1.3rem;
    }
    
    .shade_4902 {
        font-size: 0.7rem;
    }
    
    .hover-c7be {
        flex-direction: column;
        gap: 10px;
    }
    
    .hover-c7be .paper_49ed {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .section-hard-6dd6 {
        display: none;
    }
    
    .plasma-a8b2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .aside-easy-1733 {
        padding: 20px 10px;
    }
    
    .carousel_paper_2f0b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sort_5301,
    .picture_1eaa {
        padding: 15px;
    }
    
    .icon_7120 {
        flex-direction: column;
        gap: 5px;
    }
    
    .left_6705 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .alert-29f6 {
        padding: 30px 10px;
    }
    
    .thumbnail_steel_b48b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover_pressed_fc25 {
        padding: 20px 15px;
    }
    
    .row_be08 {
        font-size: 2rem;
    }
    
    .hover_pressed_fc25 h3 {
        font-size: 1.1rem;
    }
    
    .hover_pressed_fc25 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .title_0464 {
        padding: 20px 5px;
    }
    
    .title_0464 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .active-4af0 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .short_18ea {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .short_18ea th,
    .short_18ea td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .black-81e9 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .cool_933a {
        padding: 20px 10px;
    }
    
    .glass-4d6d h2 {
        font-size: 1.3rem;
    }
    
    .slider-4192 {
        font-size: 0.9rem;
    }
    
    .caption-in-f07e h3 {
        font-size: 1.1rem;
    }
    
    .caption-in-f07e p {
        font-size: 0.9rem;
    }
    
    .upper-285a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active_wide_e20d {
        grid-template-columns: 1fr;
    }
    
    .disabled-top-13cf {
        font-size: 0.85rem;
    }
    
    .static-ca91 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-a27a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .disabled-a27a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tabs_4795 {
        padding: 30px 10px;
    }
    
    .notice_cool_f14d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-15b6 {
        padding: 15px 10px;
    }
    
    .black-15b6 h4 {
        font-size: 0.9rem;
    }
    
    .black-15b6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .nav-fluid-a8f9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notice_cool_f14d {
        grid-template-columns: 1fr;
    }
    
    .black-15b6 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .main_wood_7d2a {
        padding: 30px 10px;
    }
    
    .list-next-ec58 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover_068f {
        padding: 15px;
    }
    
    .footer_red_555f {
        font-size: 0.9rem;
    }
    
    .disabled-af91 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .disabled-af91 .link_fast_090a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .sort-orange-93f0 {
        padding: 30px 10px;
    }
    
    .sort-orange-93f0 h2 {
        font-size: 1.2rem;
    }
    
    .row-8897 {
        gap: 10px;
    }
    
    .focus_a790 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .focus_a790 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tall-6b46 {
        padding: 30px 10px;
    }
    
    .tall-6b46 h2 {
        font-size: 1.2rem;
    }
    
    .status_aec1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary_new_aac1 {
        padding: 15px 10px;
    }
    
    .summary_new_aac1 h4 {
        font-size: 0.85rem;
    }
    
    .summary_new_aac1 p {
        font-size: 0.75rem;
    }
    
    .thumbnail_warm_1bd7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .detail_e7a4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .label_easy_1645 {
        padding: 20px 10px;
    }
    
    .liquid-e0a8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .message_small_2892,
    .under_3173,
    .summary_advanced_dc7c {
        width: 100%;
    }
    
    .message_small_2892 h3 {
        font-size: 1.1rem;
    }
    
    .message_small_2892 p {
        font-size: 0.8rem;
    }
    
    .widget_first_a101 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .yellow-b5d5 {
        padding: 30px 10px;
    }
    
    .yellow-b5d5 h3 {
        font-size: 1.2rem;
    }
    
    .image_static_e84b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bright-0fe7 {
        padding: 15px 10px;
    }
    
    .bright-0fe7 h4 {
        font-size: 0.85rem;
    }
    
    .bright-0fe7 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .yellow-93a3 {
        padding: 30px 15px;
    }
    
    .message-70c7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dirty_51fb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .breadcrumb_stale_7862 h4 {
        font-size: 0.9rem;
    }
    
    .breadcrumb_stale_7862 a {
        font-size: 0.8rem;
    }
    
    .avatar-2bf6 {
        font-size: 0.8rem;
    }
    
    .feature_black_8030 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hot-c337 {
        padding: 8px 10px;
    }
    
    .hero-hovered-f46e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .list_complex_2453 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero-hovered-f46e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .list_complex_2453 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7ce5 */
.widget-item-p0 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
