/* Inner Page Styles */

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

.list-huge-87d9 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);
}

.list-huge-87d9 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);
}

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

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

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

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

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

.banner_stone_4abf .item_4adf:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard_d43a.fn-active-147d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.surface-tall-de78 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

.backdrop-051c {
    padding: var(--md-spacing-md) 0;
}

.cold-43b2 {
    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-43b2 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 */
.complex_a9e9 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.steel-e84a:hover::before {
    left: 100%;
}

.steel-e84a 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;
}

.steel-e84a 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;
}

.steel-e84a .accent-hard-0215 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.steel-e84a .accent-hard-0215:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.form-under-a038 {
    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);
}

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

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

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

.solid-6a5d {
    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);
}

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

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

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

.solid-6a5d .accent-hard-0215 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.solid-6a5d .accent-hard-0215:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .list-huge-87d9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .list-huge-87d9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .list-huge-87d9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .banner_stone_4abf {
        justify-content: center;
    }
    
    .text-dd9f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paragraph-e685 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .card-6353 {
        padding: var(--md-spacing-md) 0;
    }
    
    .inner_c954 {
        padding: var(--md-spacing-md);
    }
    
    .message-46ed {
        padding: var(--md-spacing-md) 0;
    }
    
    .cold-43b2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .solid-6a5d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .fixed-2b12 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .inner_c954 {
        padding: var(--md-spacing-sm);
    }
    
    .surface-tall-de78 {
        padding: var(--md-spacing-md);
    }
    
    .cold-43b2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.surface-tall-de78,
.cold-43b2,
.solid-6a5d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.image_dc9a {
    font-size: 1.5rem;
}

.purple-fa31 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.pattern-efb6 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.list_167c {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.list_167c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.thumbnail-dynamic-f6de {
    text-align: center;
    margin-bottom: 30px;
}

.notice-lower-c06f {
    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;
}

.notice-lower-c06f.surface_1b77 .plasma_c345 {
    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); }
}

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

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

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

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

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

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

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

.gallery_319c {
    font-size: 1.2rem;
}

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

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

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

.bright-5fa2 {
    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;
}

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

.bright-5fa2.picture-west-9d97::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bright-5fa2.wood-223d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bright-5fa2.menu-static-1773::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bright-5fa2.hot_4154::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hidden_a8ec {
    font-size: 1.2rem;
}

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

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

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

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

.pattern-0eed.container-f93d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pattern-0eed.fn-active-147d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.logo-1c3d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.highlight-dim-62c5 {
    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;
}

.highlight-dim-62c5:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.highlight-dim-62c5.highlight-a6b5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.paragraph_old_c65b { border-top: 3px solid #00ccff; }
.upper-a6d4 { border-top: 3px solid #00ff88; }
.search_bf6f { border-top: 3px solid #d4af37; }
.grid-4822 { border-top: 3px solid #ff6b6b; }
.hard_3b52 { border-top: 3px solid #8b5cf6; }

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

.backdrop_up_0c42 {
    overflow-x: auto;
}

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

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

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

.block-0930 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.gallery-active-e163 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-large-fdb1 {
    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;
}

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

.blue-8a40 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.modal_hovered_5837 {
    font-size: 2rem;
}

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

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

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

.notification-51e3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.paragraph-south-e8bf {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.alert_rough_1a2f {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-5369 .dim_19a1 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.search-fixed-2d59 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.shade-mini-e16e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.photo-rough-5c24 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.photo-rough-5c24 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.badge_faba a {
    color: #ff6b6b;
}

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

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

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

.fluid-e5c9 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.content-03c8 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.notice_c446 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

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

.smooth-5321.highlight-a6b5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .wood-b931 {
        flex-direction: column;
    }
    .border_glass_68e1 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.white-d43b .slider_bronze_0817 {
    color: #666;
    margin: 0 8px;
}

.white-d43b .picture_455d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.module-center-d829 {
    font-size: 2rem;
}

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

.accordion_331e strong {
    color: #d4af37;
}

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

.section-cool-9dee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .section-cool-9dee {
        grid-template-columns: 1fr;
    }
}

.title-tall-7f17 h3,
.smooth-79a8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.hidden_eea9 strong {
    color: #00ff88;
}

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

.list-04c5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

.logo-stone-8e3e summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.logo-stone-8e3e summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.pattern-09bd strong {
    color: #d4af37;
}

.button-d5ea {
    color: #aaa;
}

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

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

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

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

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

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

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

.active-gas-0a43:last-child {
    border-bottom: none;
}

.active-gas-0a43 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.active-gas-0a43 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.frame-35ad {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.frame-35ad 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;
}

.frame-35ad li strong {
    color: #00ff88;
}

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

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

.lower-590e {
    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;
}

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

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

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

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

.silver_06e9 strong {
    color: #d4af37;
}

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

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

.pattern_focused_a234 strong {
    color: #00ff88;
}

.pattern_focused_a234 span {
    color: #d4af37;
}

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

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

.top-43ac {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.dynamic-2d78 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-fa78 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.accordion_8c01 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

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

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

.up-4dfe strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .focus_b72a {
        padding: 30px 15px;
    }
    
    .focus_b72a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .column_5d4b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .orange_0e98 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus-f815 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-f815 .summary_6f67 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tooltip_narrow_a167 {
        font-size: 1.3rem;
    }
    
    .tertiary_out_5e3a {
        font-size: 0.7rem;
    }
    
    .container-copper-3c08 {
        flex-direction: column;
        gap: 10px;
    }
    
    .container-copper-3c08 .accent-hard-0215 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .footer_7d61 {
        display: none;
    }
    
    .picture_advanced_0bbf {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .video_narrow_da9f {
        padding: 20px 10px;
    }
    
    .top-43ac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list_ede2,
    .search_6fca {
        padding: 15px;
    }
    
    .slider_d4c5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .dynamic-2d78 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .rough_cf3c {
        padding: 30px 10px;
    }
    
    .menu-fresh-e066 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget_active_3924 {
        padding: 20px 15px;
    }
    
    .liquid_083d {
        font-size: 2rem;
    }
    
    .widget_active_3924 h3 {
        font-size: 1.1rem;
    }
    
    .widget_active_3924 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .advanced-31d7 {
        padding: 20px 10px;
    }
    
    .first-f7c0 h2 {
        font-size: 1.3rem;
    }
    
    .highlight-basic-d1df {
        font-size: 0.9rem;
    }
    
    .active-gas-0a43 h3 {
        font-size: 1.1rem;
    }
    
    .active-gas-0a43 p {
        font-size: 0.9rem;
    }
    
    .frame-35ad li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notification_focused_8c79 {
        grid-template-columns: 1fr;
    }
    
    .silver_06e9 {
        font-size: 0.85rem;
    }
    
    .bright_f0f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lower-590e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .lower-590e strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .backdrop_60a0 {
        padding: 30px 10px;
    }
    
    .box-d70a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table-south-a334 {
        padding: 15px;
    }
    
    .header_huge_901a {
        font-size: 0.9rem;
    }
    
    .warm-1130 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .warm-1130 .tooltip-wood-074e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .component-large-3a62 {
        padding: 30px 10px;
    }
    
    .component-large-3a62 h2 {
        font-size: 1.2rem;
    }
    
    .fast-5409 {
        gap: 10px;
    }
    
    .text-e0de summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .text-e0de p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .west-7eb6 {
        padding: 30px 10px;
    }
    
    .west-7eb6 h2 {
        font-size: 1.2rem;
    }
    
    .modal_bronze_3c5d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-selected-98da {
        padding: 15px 10px;
    }
    
    .progress-selected-98da h4 {
        font-size: 0.85rem;
    }
    
    .progress-selected-98da p {
        font-size: 0.75rem;
    }
    
    .layout-106a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pink_6504 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .small-9d35 {
        padding: 20px 10px;
    }
    
    .feature_6015 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accent-f940,
    .photo-rough-5c24,
    .badge_faba {
        width: 100%;
    }
    
    .accent-f940 h3 {
        font-size: 1.1rem;
    }
    
    .accent-f940 p {
        font-size: 0.8rem;
    }
    
    .badge-first-d677 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .bronze-698e {
        padding: 30px 15px;
    }
    
    .bronze-698e h2 {
        font-size: 1.3rem;
    }
    
    .bronze-698e p {
        font-size: 0.85rem;
    }
    
    .right-d9e2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .right-d9e2 .accent-hard-0215 {
        width: 100%;
    }
    
    .warm_e665 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .secondary-stale-2788 {
        padding: 30px 10px;
    }
    
    .secondary-stale-2788 h3 {
        font-size: 1.2rem;
    }
    
    .caption_smooth_275e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-6a5d {
        padding: 15px 10px;
    }
    
    .solid-6a5d h4 {
        font-size: 0.85rem;
    }
    
    .solid-6a5d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .outer-7dee {
        padding: 30px 15px;
    }
    
    .notice-23f3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .input-3517 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .logo-top-fe03 h4 {
        font-size: 0.9rem;
    }
    
    .logo-top-fe03 a {
        font-size: 0.8rem;
    }
    
    .tag_thick_09ba {
        font-size: 0.8rem;
    }
    
    .background-selected-2b63 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .chip-bronze-3d83 {
        padding: 8px 10px;
    }
    
    .element_49f6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .cold_63f2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element_49f6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .cold_63f2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ecdb */
.promo-block-t5 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
