/* Mobile visibility toggles */
        .show-mobile { display: none; }
        
        /* Base Component Styles */
        .dio-spotlight-box { background-color: rgba(var(--surface-1-rgb), 1); border-radius: 20px; border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); padding: 30px; font-family: 'Montserrat', sans-serif; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); margin: 0 0 40px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
        .dio-single-subheading { font-size: 16px; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); font-weight: 400; margin-top: 0; margin-bottom: 25px; line-height: 1.5; border-bottom: 1px dashed rgba(var(--text-primary-rgb, 255,255,255), 0.1); padding-bottom: 15px; }
        .dio-spotlight-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.1); padding-bottom: 20px; margin-bottom: 25px; flex-wrap: wrap; gap: 15px; }
        .dio-spotlight-price { font-size: 32px; font-weight: 700; color: var(--devvu-red); line-height: 1; display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
        .dio-target-badge { background: var(--text-primary); color: rgba(var(--surface-2-rgb, 0,0,0), 1); font-size: 12px; padding: 6px 15px; border-radius: 8px; font-weight: 600; border: none; }
        
        /* Bar Wrappers & System */
        .dio-visuals-panel { background: rgba(var(--surface-2-rgb, 0,0,0), 1); padding: 25px; border-radius: 16px; margin-bottom: 30px; display: flex; flex-direction: column; gap: 20px; border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); }
        .dio-visual-row { display: flex; flex-direction: column; gap: 8px; }
        .dio-visual-labels { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); }
        .dio-visual-val { color: var(--text-primary); }
        
        .dio-bar-wrapper { display: flex; align-items: center; gap: 10px; }
        .dio-bar-legend { font-size: 11px; font-weight: 600; color: rgba(var(--text-primary-rgb, 255,255,255), 0.3); }
        .dio-5-boxes { flex-grow: 1; display: flex; gap: 4px; height: 14px; }
        .dio-5-boxes .box { flex: 1; background: rgba(var(--text-primary-rgb, 255,255,255), 0.05); border-radius: 2px; transition: 0.3s; }
        
        /* Bar Shades Configuration */
        .dio-5-boxes .box.filled { background: var(--devvu-red); }
        .dio-5-boxes .box.filled:nth-child(1) { opacity: 0.35; }
        .dio-5-boxes .box.filled:nth-child(2) { opacity: 0.55; }
        .dio-5-boxes .box.filled:nth-child(3) { opacity: 0.75; }
        .dio-5-boxes .box.filled:nth-child(4) { opacity: 0.90; }
        .dio-5-boxes .box.filled:nth-child(5) { opacity: 1.00; }

        /* Grids & Text Elements */
        .dio-spotlight-section-title { font-size: 16px; color: var(--devvu-red); font-weight: 700; margin: 30px 0 15px 0; border-bottom: 1px dashed rgba(var(--text-primary-rgb, 255,255,255), 0.1); padding-bottom: 8px; }
        .dio-spotlight-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; }
        .dio-spotlight-metric { display: flex; flex-direction: column; background: rgba(var(--surface-1-rgb), 0.6); padding: 12px; border-radius: 12px; border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); }
        .dio-spotlight-metric span.label { font-size: 12px; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); font-weight: 600; margin-bottom: 5px; }
        .dio-spotlight-metric span.value { font-size: 16px; font-weight: 700; color: var(--text-primary); }

        /* Split Row logic */
        .dio-split-row { display: flex; gap: 15px; margin-top: 15px; width: 100%; }
        .dio-box-alt { flex: 4; }
        .dio-box-reg { flex: 1; }
        .dio-full-width-box { background: rgba(var(--surface-1-rgb), 0.8); padding: 18px 25px; border-radius: 12px; border-left: 4px solid var(--devvu-red); display: flex; flex-direction: column; gap: 5px; border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); }
        .dio-full-width-box .label { font-size: 12px; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); font-weight: 600; }
        .dio-full-width-box .value { font-size: 18px; font-weight: 700; color: var(--text-primary); }
        
        .dio-spotlight-flags { background: rgba(var(--surface-2-rgb, 0,0,0), 1); padding: 25px; border-radius: 16px; margin: 30px 0; border-left: 4px solid var(--devvu-red); border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); }
        .dio-spotlight-flags h4 { margin: 0 0 15px 0; color: var(--text-primary); font-size: 16px; font-weight: 700; }
        .dio-spotlight-flags p { margin: 0; white-space: pre-line; line-height: 1.7; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); }
        
        /* External Checks Button Group */
        .dio-checks-helper { font-size: 14px; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); margin: 5px 0 15px 0; line-height: 1.5; }
        .dio-checks-group { display: flex; gap: 15px; margin-top: 15px; flex-wrap: wrap; }
        .dio-check-btn { flex: 1; min-width: 200px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: rgba(var(--surface-2-rgb, 0,0,0), 1); border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.1); color: var(--text-primary) !important; padding: 12px 20px; border-radius: 12px; font-weight: 700; text-decoration: none; font-size: 14px; transition: 0.2s; cursor: pointer; }
        .dio-check-btn:hover { background: #2C2C2E; border-color: var(--devvu-red); transform: translateY(-2px); }
        .dio-check-btn.highlight { border-color: var(--devvu-red); color: var(--devvu-red) !important; }
        .dio-check-btn.highlight:hover { background: var(--devvu-red); color: var(--text-primary) !important; }

        .dio-spotlight-btn { display: block; text-align: center; background: var(--devvu-red); color: var(--text-primary) !important; padding: 16px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: 0.2s; font-size: 16px; margin-top: 30px; box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
        .dio-spotlight-btn:hover { background: var(--devvu-red-dark, var(--devvu-red-dark, #c8161f)); transform: translateY(-2px); }

        /* Single Page Hero Wrapper */
        .dio-single-hero { width: 100%; height: 450px; background-size: cover; background-position: center; border-radius: 20px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border-bottom: 3px solid var(--devvu-red); }
        .dio-single-article { font-family: 'Montserrat', sans-serif; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); font-size: 16px; line-height: 1.8; }

        /* Full-Width List Shortcode Cards */
        .dio-grid-container { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; font-family: 'Montserrat', sans-serif; }
        .dio-grid-card { background: rgba(var(--surface-1-rgb), 1); border-radius: 16px; border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); overflow: hidden; display: flex; flex-direction: row; transition: 0.3s; text-decoration: none !important; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
        .dio-grid-card:hover { transform: translateY(-3px); border-color: var(--devvu-red); }
        .dio-card-img { width: 300px; min-height: 100%; background-size: cover; background-position: center; border-right: 2px solid var(--devvu-red); flex-shrink: 0; border-radius: 12px 0 0 12px; }
        .dio-card-body { padding: 25px 30px; display: flex; flex-direction: column; flex-grow: 1; justify-content: center; }
        .dio-card-title { font-size: 20px; color: var(--text-primary); margin: 0 0 5px 0; font-weight: 700; line-height: 1.3; }
        .dio-card-subheading { font-size: 14px; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); margin-bottom: 15px; line-height: 1.4; }
        .dio-card-meta-row { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
        .dio-card-price { font-size: 20px; font-weight: 700; color: var(--devvu-red); }
        .dio-card-year { font-size: 12px; font-weight: 600; background: rgba(var(--surface-2-rgb, 0,0,0), 1); padding: 6px 12px; border-radius: 8px; color: rgba(var(--text-primary-rgb, 255,255,255), 0.6); border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); }
        .dio-card-bars { display: flex; flex-direction: row; gap: 25px; margin-top: auto; background: rgba(var(--surface-2-rgb, 0,0,0), 1); padding: 15px 20px; border-radius: 12px; border: 1px solid rgba(var(--text-primary-rgb, 255,255,255), 0.05); }
        .dio-card-bar-item { flex: 1; }
        .dio-card-bar-item .dio-visual-labels { font-size: 12px; margin-bottom: 6px; }
        .dio-card-bar-item .dio-bar-legend { font-size: 11px; }

        @media (max-width: 768px) { 
            .hide-mobile { display: none !important; }
            .show-mobile { display: inline-block !important; }
            .dio-single-hero { height: 250px; margin-bottom: 15px; } 
            .dio-split-row { flex-direction: column; gap: 10px; }
            .dio-spotlight-box { padding: 15px; margin: 15px 0; }
            .dio-single-subheading { font-size: 14px; margin-bottom: 15px; padding-bottom: 10px; }
            .dio-spotlight-header { margin-bottom: 15px; padding-bottom: 15px; flex-direction: column; align-items: flex-start; }
            .dio-spotlight-price { font-size: 24px; }
            .dio-target-badge { padding: 4px 12px; font-size: 12px; }
            .dio-visuals-panel { padding: 15px; gap: 15px; margin-bottom: 20px; }
            .dio-spotlight-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; }
            .dio-spotlight-metric { padding: 10px; }
            .dio-spotlight-metric span.label { font-size: 11px; }
            .dio-spotlight-metric span.value { font-size: 14px; }
            .dio-full-width-box { padding: 15px; margin-top: 10px; }
            .dio-full-width-box .value { font-size: 16px; }
            .dio-spotlight-section-title { margin: 20px 0 10px 0; font-size: 14px; }
            .dio-spotlight-flags { padding: 15px; margin: 20px 0; }
            .dio-spotlight-btn { padding: 12px; font-size: 14px; }
            .dio-checks-group { flex-direction: column; gap: 10px; }
            .dio-grid-card { flex-direction: column; }
            .dio-card-img { width: 100%; height: 220px; min-height: auto; border-right: none; border-bottom: 2px solid var(--devvu-red); border-radius: 12px 12px 0 0; }
            .dio-card-body { padding: 15px; }
            .dio-card-title { font-size: 18px; }
            .dio-card-subheading { font-size: 13px; margin-bottom: 10px; }
            .dio-card-bars { flex-direction: column; gap: 12px; padding: 15px; margin-top: 15px; }
        }
/* --- Merged from: dio-core-front-suite/assets/css/dio-core-front-style.css --- */
/* DIO CORE FRONT SUITE - DEVVU.IO Compliant Unified Performance Layout Engine */
/* Version 3.0.0 - Brand & UI/UX Guidelines Alignment */

/* Global Directives */
.dio-news-hero-wrapper,
.dio-podcast-wrap,
.dio-grid-wrapper,
.dio-promote-wrap,
.dio-sub-grid-wrapper,
.dio-spotlight-row-wrapper,
.dio-more-news-wrapper,
.dio-spotlight-box {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.dio-news-title a,
.dio-btn,
.dio-podcast-btn,
.dio-card-btn,
.dio-sub-meta .btn,
.dio-promote-btn,
.dio-spotlight-mini-title,
.dio-more-news-title,
.dio-spotlight-btn {
    text-decoration: none !important;
}

.dio-spotlight-row-wrapper {
    background: rgba(var(--surface-1-rgb), 1);
    border-radius: 20px;
    padding: 40px;
    margin: 60px 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* --- MODULE 1: NEWS HERO --- */
.dio-news-hero-wrapper { width: 100%; max-width: 1280px; margin: 40px auto; padding: 0 20px; }
.dio-news-card { position: relative; border-radius: 20px; overflow: hidden; background: rgba(var(--surface-1-rgb), 1); display: flex; min-height: 480px; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.dio-news-media { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.dio-news-bg { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.8s ease; }
.dio-news-card:hover .dio-news-bg { transform: scale(1.03); }
.dio-news-gradient { position: absolute; inset: 0; background: linear-gradient(to right, rgba(var(--surface-2-rgb, 0,0,0), 1) 40%, transparent 100%); }
.dio-news-content { position: relative; z-index: 2; width: 100%; max-width: 650px; padding: 60px; display: flex; flex-direction: column; justify-content: center; }

.dio-badge { 
    background: var(--devvu-red); 
    color: var(--text-primary); 
    font-size: 12px; 
    font-weight: 600; 
    padding: 6px 12px; 
    border-radius: 8px; 
    display: inline-block; 
    margin-bottom: 20px; 
}

.dio-news-title a { 
    color: var(--text-primary) !important; 
    font-size: 42px; 
    font-weight: 700; 
    line-height: 1.1; 
    margin-bottom: 20px; 
    display: block; 
}

.dio-news-desc { 
    color: rgba(255, 255, 255, 0.6); 
    font-size: 16px; 
    line-height: 1.6; 
    margin-bottom: 35px; 
}

.dio-btn { 
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    background: var(--devvu-red); 
    color: var(--text-primary) !important; 
    padding: 12px 24px; 
    border-radius: 12px; 
    font-weight: 700; 
    font-size: 14px;
    transition: 0.3s; 
}
.dio-btn:hover { background: var(--devvu-red-dark, #c8161f); transform: translateX(3px); }

/* --- MODULE 2: PODCAST BAND --- */
.dio-podcast-wrap {
    width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
    background: rgba(var(--surface-1-rgb), 1); border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 35px 0; color: var(--text-primary); overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.dio-podcast-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.dio-podcast-info { flex: 1 1 auto; }
.dio-podcast-title { font-size: 32px; font-weight: 700; margin: 0; line-height: 1.1; color: var(--text-primary); }
.dio-podcast-title .purple-part { color: var(--devvu-red); }
.dio-podcast-sub { font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.6); margin-top: 8px; }
.dio-podcast-timer { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; flex: 1 1 auto; }
.dio-timer-box { background: #2C2C2E; border: 1px solid rgba(255, 255, 255, 0.05); padding: 12px 18px; border-radius: 12px; min-width: 80px; text-align: center; }
.dio-timer-val { font-size: 24px; font-weight: 700; line-height: 1; color: var(--text-primary); }
.dio-timer-label { font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.6); margin-top: 6px; }
.dio-podcast-desc { max-width: 320px; font-size: 16px; line-height: 1.5; color: rgba(255, 255, 255, 0.6); font-weight: 400; display: none; }
.dio-podcast-action { flex: 1 1 auto; display: flex; justify-content: flex-end; }
.dio-podcast-btn { background: var(--devvu-red); color: var(--text-primary) !important; padding: 12px 24px; border-radius: 12px; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 10px; transition: 0.3s; white-space: nowrap; }
.dio-podcast-btn:hover { background: var(--devvu-red-dark, #c8161f); transform: translateY(-2px); }

@media (min-width: 1024px) {
    .dio-podcast-desc { display: block; }
}
@media (max-width: 768px) {
    .dio-podcast-container { flex-direction: column; text-align: center; gap: 20px; }
    .dio-podcast-action { justify-content: center; width: 100%; }
    .dio-podcast-btn { width: 100%; justify-content: center; padding: 8px 16px; border-radius: 8px; }
}

/* --- MODULE 3: FRONT GRID --- */
.dio-grid-wrapper { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1280px; margin: 40px auto; padding: 0 20px; align-items: stretch; }
@media (min-width: 1024px) { .dio-grid-wrapper { grid-template-columns: 2fr 1fr; } }
.dio-grid-header { border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; margin-bottom: 25px; }
.dio-grid-title { font-size: 32px; font-weight: 700; color: var(--text-primary); display: flex; align-items: center; gap: 15px; margin: 0; }
.dio-grid-title::before { content: ''; display: block; width: 6px; height: 32px; background: var(--devvu-red); border-radius: 2px; }
.dio-news-flex { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 768px) { .dio-news-flex { grid-template-columns: 1fr 1fr; } }

.dio-news-card-mini { background: rgba(var(--surface-1-rgb), 1); border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; transition: 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.dio-news-card-mini:hover { border-color: var(--devvu-red); transform: translateY(-5px); }

.dio-card-thumb { width: 100%; aspect-ratio: 16/9; display: block; position: relative; overflow: hidden; border-radius: 12px 12px 0 0; }
.dio-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.dio-card-date { color: rgba(255,255,255,0.3); font-size: 14px; font-weight: 600; margin-bottom: 10px; display: block; }
.dio-card-title a { color: var(--text-primary) !important; font-size: 20px; font-weight: 700; line-height: 1.3; }
.dio-card-excerpt { color: rgba(255,255,255,0.6); font-size: 16px; margin: 15px 0 25px; line-height: 1.5; }

.dio-card-btn { 
    margin-top: auto; 
    align-self: flex-start; 
    padding: 12px 24px; 
    border: 1px solid rgba(255,255,255,0.2); 
    border-radius: 12px; 
    color: var(--text-primary); 
    font-size: 14px; 
    font-weight: 600; 
    transition: 0.3s; 
}
.dio-card-btn:hover { background: var(--text-primary); color: rgba(var(--surface-2-rgb, 0,0,0), 1); border-color: var(--text-primary); }

.dio-sidebar-card { background: rgba(var(--surface-1-rgb), 1); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 30px; height: 100%; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.dio-sidebar-head { font-size: 14px; font-weight: 600; color: var(--text-primary); border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; margin: 0 0 25px 0; }
.dio-event-item { display: flex; gap: 20px; margin-bottom: 25px; text-decoration: none; transition: transform 0.2s ease; }
.dio-event-item:hover { transform: translateX(5px); }

.dio-event-date { background: #2C2C2E; border: 1px solid rgba(255, 255, 255, 0.05); width: 55px; height: 55px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color 0.2s ease; }
.dio-event-item:hover .dio-event-date { border-color: var(--devvu-red); }
.dio-event-date .day { color: var(--text-primary); font-size: 20px; font-weight: 700; line-height: 1; }
.dio-event-date .month { color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 600; margin-top: 2px; }

.dio-event-info .title { color: var(--text-primary); font-weight: 700; font-size: 16px; margin-bottom: 4px; transition: color 0.2s ease; }
.dio-event-item:hover .title { color: var(--devvu-red); }
.dio-event-info .loc { color: rgba(255,255,255,0.6); font-size: 14px; }

/* --- MODULE 4: PROMOTE BAND --- */
.dio-promote-wrap {
    width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
    background: rgba(var(--surface-1-rgb), 1); border-top: 1px solid var(--devvu-red); border-bottom: 1px solid var(--devvu-red); padding: 50px 0; color: var(--text-primary); overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.dio-promote-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.dio-promote-content { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.dio-promote-titles { flex: 1 1 auto; }
.dio-promote-h { font-size: 42px; font-weight: 700; line-height: 1.1; margin: 0; color: var(--text-primary); }
.dio-promote-h .accent { color: var(--devvu-red); }
.dio-promote-sub { font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.6); margin-top: 10px; }
.dio-promote-timer { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; flex: 1 1 auto; }
.dio-promote-description { font-size: 16px; line-height: 1.5; max-width: 350px; color: rgba(255, 255, 255, 0.6); font-weight: 400; display: none; }
.dio-promote-action { flex: 1 1 auto; display: flex; justify-content: flex-end; }

.dio-promote-btn { 
    background: var(--devvu-red); 
    color: var(--text-primary) !important; 
    padding: 12px 24px; 
    border-radius: 12px; 
    font-weight: 700; 
    font-size: 16px; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 15px; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); 
    transition: 0.3s; 
    white-space: nowrap; 
}
.dio-promote-btn:hover { background: var(--devvu-red-dark, #c8161f); transform: translateY(-2px); }

@media (min-width: 1024px) {
    .dio-promote-description { display: block; }
    .dio-promote-btn { padding: 12px 32px; font-size: 16px; }
}
@media (max-width: 768px) {
    .dio-promote-content { flex-direction: column; text-align: center; gap: 25px; }
    .dio-promote-action { justify-content: center; width: 100%; }
    .dio-promote-btn { width: 100%; padding: 8px 16px; border-radius: 8px; }
}

/* --- MODULE 5: SUB GRID --- */
.dio-sub-grid-wrapper { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1280px; margin: 40px auto; padding: 0 20px; align-items: stretch; }
@media (min-width: 1024px) { .dio-sub-grid-wrapper { grid-template-columns: 1fr 2fr; } }
.dio-sub-column-left, .dio-sub-column-right { display: flex; flex-direction: column; }
.dio-sub-flex { display: grid; grid-template-columns: 1fr; gap: 25px; height: 100%; }
@media (min-width: 768px) { .dio-sub-flex { grid-template-columns: repeat(3, 1fr); } }

.dio-sub-card { background: rgba(var(--surface-1-rgb), 1); border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; height: 100%; transition: 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.dio-sub-card:hover { border-color: var(--devvu-red); transform: translateY(-5px); }
.dio-sub-thumb { width: 100%; aspect-ratio: 16/9; display: block; flex-shrink: 0; position: relative; overflow: hidden; border-radius: 12px 12px 0 0; }
.dio-sub-meta { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.dio-sub-meta .date { color: rgba(255,255,255,0.3); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.dio-sub-meta .title a { color: var(--text-primary) !important; font-size: 20px; font-weight: 700; line-height: 1.3; }
.dio-sub-meta .excerpt { color: rgba(255,255,255,0.6); font-size: 16px; margin: 10px 0 15px; line-height: 1.5; }

.dio-sub-meta .btn { 
    margin-top: auto; 
    align-self: flex-start; 
    padding: 8px 16px; 
    border: 1px solid var(--devvu-red); 
    border-radius: 12px; 
    color: var(--text-primary); 
    font-size: 12px; 
    font-weight: 600; 
    transition: 0.3s; 
}
.dio-sub-meta .btn:hover { background: var(--devvu-red); }

.dio-side-box { background: rgba(var(--surface-1-rgb), 1); border-radius: 16px; padding: 30px; border: 1px solid rgba(255,255,255,0.05); height: 100%; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.dio-side-featured { margin-bottom: 20px; flex-shrink: 0; }
.feat-img { width: 100%; aspect-ratio: 16/9; border-radius: 12px; display: block; margin-bottom: 15px; position: relative; overflow: hidden; }
.feat-img::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; pointer-events: none; }
.feat-date { color: rgba(255,255,255,0.3); font-size: 14px; font-weight: 600; display: block; margin-bottom: 5px; }
.feat-title a { color: var(--text-primary) !important; font-size: 20px; font-weight: 700; line-height: 1.2; }

.dio-headlines-list { display: flex; flex-direction: column; flex-grow: 1; }
.dio-headline-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.05); text-decoration: none; flex-grow: 1; }
.dio-headline-item:first-child { padding-top: 0; } .dio-headline-item:last-child { border-bottom: none; padding-bottom: 0; }
.dio-headline-item .item-info { display: flex; width: 100%; justify-content: space-between; align-items: center; }
.dio-headline-item .t { color: var(--text-primary); font-weight: 600; font-size: 14px; line-height: 1.3; flex-grow: 1; padding-right: 15px; transition: 0.3s; }
.dio-headline-item .d { color: rgba(255,255,255,0.3); font-size: 14px; font-weight: 600; white-space: nowrap; }
.dio-headline-item:hover .t { color: var(--devvu-red); }

/* --- MODULE 6: CLASSIFIED SPOTLIGHTS ROW --- */
.dio-spotlight-row-wrapper { max-width: 1280px; margin: 40px auto; padding: 30px; }
.dio-spotlight-row-title { 
    font-size: 32px; font-weight: 700; color: var(--text-primary); margin-bottom: 35px; 
    display: flex; align-items: center; gap: 15px;
}
.dio-spotlight-row-title::before {
    content: ''; display: block; width: 8px; height: 32px; background: var(--devvu-red); border-radius: 2px;
}
.dio-spotlight-row-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }

.dio-spotlight-mini-card { 
    background: rgba(var(--surface-1-rgb), 1); border-radius: 16px; overflow: hidden; 
    border: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; transition: all 0.3s ease; 
    position: relative; box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.dio-spotlight-mini-card:hover { 
    border-color: var(--devvu-red); transform: translateY(-5px); 
}

.dio-spotlight-mini-thumb { width: 100%; aspect-ratio: 4/3; position: relative; display: block; overflow: hidden; border-radius: 12px 12px 0 0; }
.dio-spotlight-mini-score {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--devvu-red);
    color: var(--text-primary);
    padding: 4px 10px 4px 14px; 
    border-top-left-radius: 16px; 
    border-bottom-right-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.dio-spotlight-mini-score .slash {
    font-weight: 400;
    opacity: 0.7;
    margin: 0 3px;
    font-size: 13px;
}
.dio-spotlight-mini-info { padding: 18px; display: flex; flex-direction: column; flex-grow: 1; position: relative; z-index: 2; }
.dio-spotlight-mini-price { color: var(--text-primary); font-weight: 700; font-size: 20px; margin-bottom: 8px; }
.dio-spotlight-mini-title { color: var(--text-primary) !important; font-size: 14px; font-weight: 600; line-height: 1.4; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.2s ease; }
.dio-spotlight-mini-card:hover .dio-spotlight-mini-title { color: var(--devvu-red) !important; }

.dio-spotlight-mini-meta { margin-top: auto; font-size: 12px; color: rgba(255,255,255,0.6); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; background: #2C2C2E; padding: 6px 10px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); }
.dio-spotlight-mini-meta svg { color: var(--devvu-red); }

/* --- MODULE 7: MORE NEWS --- */
.dio-more-news-wrapper { max-width: 1280px; margin: 0 auto 60px auto; padding: 0 20px; }
.dio-more-news-wrapper .dio-spotlight-row-title { margin-bottom: 30px; font-size: 28px; }
.dio-more-news-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }

.dio-more-news-card { background: rgba(var(--surface-1-rgb), 1); border-radius: 16px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); display: flex; flex-direction: column; transition: 0.3s ease; box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
.dio-more-news-card:hover { border-color: var(--devvu-red); transform: translateY(-5px); }
.dio-more-news-thumb { width: 100%; aspect-ratio: 4/3; display: block; position: relative; overflow: hidden; border-radius: 12px 12px 0 0; }
.dio-more-news-info { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; }
.dio-more-news-date { color: rgba(255,255,255,0.3); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.dio-more-news-title { color: var(--text-primary) !important; font-size: 14px; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* --- SINGLE ARTICLE REVIEWS (SPOTLIGHT SUMMARY BOX) --- */
.dio-spotlight-box { background: rgba(var(--surface-1-rgb), 1); border: 1px solid rgba(255,255,255,0.05); border-radius: 20px; padding: 30px; color: rgba(255,255,255,0.6); margin: 40px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.dio-spotlight-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--devvu-red); padding-bottom: 15px; margin-bottom: 20px; }
.dio-spotlight-title { font-size: 28px; font-weight: 700; color: var(--text-primary); margin: 0; }
.dio-spotlight-verdict { background: var(--devvu-red); color: var(--text-primary); font-size: 20px; font-weight: 700; padding: 5px 15px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.dio-spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 25px; }

.dio-spotlight-stat { background: #2C2C2E; padding: 15px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.03); }
.dio-spotlight-stat span { display: block; font-size: 12px; color: var(--devvu-red); font-weight: 600; margin-bottom: 5px; }
.dio-spotlight-stat strong { font-size: 18px; color: var(--text-primary); font-weight: 700; }

.dio-spotlight-flags { background: rgba(255,255,255,0.03); padding: 20px; border-radius: 12px; margin-bottom: 25px; }
.dio-spotlight-flags h4 { color: var(--text-primary); font-size: 14px; margin: 0 0 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 5px; }
.dio-spotlight-flags p { margin: 0; font-size: 16px; line-height: 1.6; white-space: pre-wrap; color: rgba(255,255,255,0.6); }

.dio-spotlight-action { text-align: center; }
.dio-spotlight-btn { display: inline-block; background: #2C2C2E; color: var(--text-primary) !important; font-size: 18px; font-weight: 700; padding: 12px 32px; border-radius: 12px; transition: 0.3s; border: 1px solid rgba(255,255,255,0.05); }
.dio-spotlight-btn:hover { background: var(--devvu-red); transform: translateY(-2px); }

/* Unified Responsive Rules */
@media (max-width: 1024px) {
    .dio-spotlight-row-grid, .dio-more-news-grid { grid-template-columns: repeat(3, 1fr); }
    .dio-sub-grid-wrapper { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .dio-spotlight-row-grid, .dio-more-news-grid { grid-template-columns: 1fr 1fr; }
    .dio-spotlight-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .dio-spotlight-row-grid, .dio-more-news-grid { grid-template-columns: 1fr; }
}

/* --- Merged from: dio-events-vault/assets/css/frontend.css --- */
/* * DEVVU.IO Event Plugin CSS - Brand Guideline Compliant (Layout & Text Wrap Fixed)
 * Scoped precisely to .devvu-wrap to prevent Kadence Theme conflicts.
 * Brand Red: var(--devvu-red) | Main Dark: rgba(var(--surface-1-rgb), 1) | Sec Dark: rgba(var(--surface-2-rgb, 0,0,0), 1) 
 */

 :root { 
    --d-bg-primary: rgba(var(--surface-1-rgb), 1); /* Surface Gray */
    --d-bg-secondary: rgba(var(--surface-2-rgb, 0,0,0), 1); /* True Black */
    --d-elevated: #2C2C2E; /* Elevated Gray */
    --d-acc: var(--devvu-red); /* DEVVU Red */
    --d-txt-main: var(--text-primary); /* Primary (100%) */
    --d-txt-sec: rgba(255, 255, 255, 0.6); /* Secondary (60%) */
    --d-txt-mut: rgba(255, 255, 255, 0.3); /* Tertiary (30%) */
    --d-border: rgba(255, 255, 255, 0.05); /* Translucent Edge */
    --d-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* Pure Black Shadow */
    --d-free: #57ae76; 
}

.devvu-wrap { 
    max-width: 1200px; 
    margin: 0 auto; 
    font-family: 'Montserrat', sans-serif; 
    color: var(--d-txt-main); 
    line-height: 1.6;
    padding: 20px 0;
    word-break: normal;
    overflow-wrap: break-word;
}

/* Base Headings & Helpers */
.devvu-wrap h1, .devvu-wrap h2, .devvu-wrap h3 { color: var(--text-primary); font-weight: 700; }
.devvu-wrap a { color: var(--d-acc); text-decoration: none; transition: 0.2s ease-in-out; }
.devvu-wrap a:hover { color: var(--devvu-red-dark, #c8161f); text-decoration: underline; }

.devvu-mb-sm { margin-bottom: 10px; }
.devvu-mb-lg { margin-bottom: 40px; }
.devvu-mt-15 { margin-top: 15px; }
.devvu-mt-lg { margin-top: 40px; }

/* Grid Layouts */
.devvu-events-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 25px; }
.devvu-single-column { grid-template-columns: 1fr; }
.devvu-split { display: grid; grid-template-columns: 2.2fr 1fr; gap: 40px; align-items: start; }

@media(max-width: 900px) { .devvu-split { grid-template-columns: 1fr; } }

/* Single View Setup */
.devvu-page-title-lg { font-size: 42px; margin: 0 0 15px 0; font-weight: 700; letter-spacing: -1px; line-height: 1.1; }
.devvu-sub-desc { font-size: 16px; color: var(--d-txt-sec); margin-bottom: 20px; line-height: 1.5; font-weight: 400; }

.devvu-head { margin-bottom: 40px; }
.devvu-meta-row { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; font-size: 14px; font-weight: 600; color: var(--d-txt-sec); margin-bottom: 20px; }
.devvu-sep { opacity: 0.3; }

/* Week Titles & Filters */
.devvu-week-title { font-size: 16px; color: var(--d-txt-main); margin: 0 0 20px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); padding-bottom: 10px; display: inline-block; font-weight: 600; }
.devvu-week-group { margin-bottom: 40px; }

.devvu-event-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.devvu-filter-btn { background: var(--d-bg-primary); border: 1px solid var(--d-border); color: var(--d-txt-main); padding: 12px 24px; border-radius: 12px; cursor: pointer; transition: 0.2s; font-family: inherit; font-size: 14px; font-weight: 600; }
.devvu-filter-btn:hover { background: var(--d-elevated); border-color: rgba(255,255,255,0.15); }
.devvu-filter-btn.active { background: var(--d-acc); border-color: var(--d-acc); color: var(--text-primary); }

/* Tag Cloud / Pills */
.devvu-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.devvu-pill { 
    font-size: 12px; font-weight: 600; padding: 6px 12px; 
    border-radius: 8px; letter-spacing: 0.5px; display: inline-flex; 
    align-items: center; justify-content: center; transition: all 0.2s; white-space: nowrap;
}
.devvu-pill.cat { background: var(--d-acc); color: var(--text-primary); }
.devvu-pill.cat:hover { filter: brightness(1.1); }
.devvu-pill.free { background: rgba(87, 174, 118, 0.15); color: var(--d-free); border: 1px solid rgba(87,174,118,0.3); }
.devvu-pill.tag { background: var(--d-elevated); color: var(--d-txt-sec); border: 1px solid var(--d-border); cursor: default; }

/* Panels & Cards */
.devvu-card { background: var(--d-bg-primary); border: 1px solid var(--d-border); border-radius: 16px; margin-bottom: 25px; overflow: hidden; box-shadow: var(--d-shadow); }
.devvu-card-padded { padding: 30px; }
.devvu-sidebar { position: sticky; top: 100px; }

.devvu-section-title { font-size: 20px; color: var(--text-primary); margin: 0 0 20px 0; font-weight: 700; border-bottom: 1px solid var(--d-border); padding-bottom: 12px; }

/* Table Rows for Schedule/Tickets/Prices (Fixed column layout to prevent awkward text breaking) */
.devvu-table-row { 
    display: grid; 
    grid-template-columns: minmax(75px, auto) 1fr; 
    align-items: center; 
    gap: 15px; 
    padding: 14px 20px; 
    border-bottom: 1px solid var(--d-border); 
    font-size: 14px; 
    background: rgba(255,255,255,0.01); 
    transition: 0.2s; 
}
.devvu-table-row:hover { background: var(--d-elevated); }
.devvu-table-row:last-child { border-bottom: none; }

.devvu-time-label { 
    font-family: monospace; 
    color: var(--d-txt-sec); 
    font-weight: 600; 
    font-size: 14px; 
    white-space: nowrap; 
    flex-shrink: 0; 
}

/* Fix ticket/registration label description breaking */
.devvu-table-row span, 
.devvu-table-row div {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: manual;
}

.devvu-activity-val { color: var(--d-txt-main); }
.devvu-highlight { color: var(--text-primary); font-weight: 700; }

/* Event Card Component */
.devvu-event-card { 
    background: var(--d-bg-primary); border: 1px solid var(--d-border); border-radius: 16px; 
    overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s; position: relative;
    box-shadow: var(--d-shadow);
}
.devvu-event-card.is-featured { border: 1px solid var(--d-acc); transform: translateY(-2px); }
.devvu-event-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.5); border-color: rgba(255,255,255,0.15); }
.devvu-event-card.is-featured:hover { border-color: var(--d-acc); transform: translateY(-7px); }

.devvu-card-link { display: flex; flex-direction: column; flex-grow: 1; color: inherit; }
.devvu-card-link:hover { color: inherit; }

.devvu-card-thumb { height: 220px; background-size: cover; background-position: center; position: relative; background-color: var(--d-bg-secondary); }
.devvu-card-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, var(--d-bg-primary)); }

.devvu-card-badges { position: absolute; top: 15px; right: 15px; display: flex; flex-direction: column; gap: 8px; z-index: 10; align-items: flex-end; }
.badge-pill { font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 8px; display: inline-flex; align-items: center; gap: 5px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.badge-feat { background: var(--d-acc); color: var(--text-primary); }
.badge-free { background: var(--d-free); color: var(--text-primary); }

.devvu-card-date { 
    position: absolute; top: 15px; left: 15px; background: rgba(28, 28, 30, 0.85); 
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--text-primary); 
    padding: 10px 15px; border-radius: 8px; text-align: center; border: 1px solid var(--d-border); z-index: 5;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.d-day { display: block; font-size: 24px; font-weight: 700; line-height: 1; }
.d-month { display: block; font-size: 12px; color: var(--d-txt-sec); font-weight: 600; margin-top: 4px; }

.devvu-card-info { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.d-sub { color: var(--d-acc); font-size: 12px; font-weight: 600; margin-bottom: 8px; letter-spacing: 0.5px; }
.d-title { margin: 0 0 15px 0; font-size: 20px; line-height: 1.3; font-weight: 700; color: var(--text-primary); }
.d-meta { display: flex; flex-wrap: wrap; gap: 15px; font-size: 14px; color: var(--d-txt-sec); margin-top: auto; font-weight: 600;}
.d-meta i { margin-right: 5px; opacity: 0.7; }

.devvu-card-action { padding: 0 25px 25px; }

/* Buttons & Pricing Wrapping Prevention */
.devvu-btn-primary, .devvu-btn-secondary { 
    display: inline-flex; align-items: center; justify-content: center; 
    padding: 12px 24px; border-radius: 12px; font-weight: 700; font-size: 14px; 
    transition: all 0.2s; cursor: pointer; text-align: center; box-sizing: border-box;
    white-space: nowrap;
}
.devvu-btn-full { width: 100%; }
.devvu-btn-primary { background: var(--d-acc); color: var(--text-primary) !important; border: none; }
.devvu-btn-primary:hover { background: var(--devvu-red-dark, #c8161f); transform: translateY(-1px); box-shadow: 0 10px 20px rgba(0,0,0,0.3); text-decoration: none; }
.devvu-btn-secondary { background: var(--d-elevated); color: var(--text-primary) !important; border: 1px solid rgba(255,255,255,0.15); }
.devvu-btn-secondary:hover { background: rgba(255,255,255,0.1); text-decoration: none; border-color: rgba(255,255,255,0.3); }

.devvu-card-price { white-space: nowrap; }

/* Hero Banner & Map Containers */
.devvu-hero { 
    width: 100%; height: 450px; background-size: cover; background-position: center; 
    border-radius: 20px; margin-bottom: 40px; position: relative; overflow: hidden; 
    box-shadow: var(--d-shadow);
}
.devvu-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, var(--d-bg-secondary)); }

.devvu-countdown-hero { 
    position: absolute; bottom: 30px; right: 30px; display: flex; gap: 20px; z-index: 10; 
    background: rgba(28, 28, 30, 0.75); padding: 20px 30px; border-radius: 16px; 
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--d-border); 
    box-shadow: var(--d-shadow);
}
.cnt-unit { display: flex; flex-direction: column; align-items: center; min-width: 60px; }
.cnt-val { font-size: 32px; font-weight: 700; color: var(--text-primary); line-height: 1; }
.cnt-lbl { font-size: 12px; color: var(--d-txt-sec); font-weight: 600; margin-top: 5px; letter-spacing: 1px; }

.devvu-map-container { border-radius: 12px; border: 1px solid var(--d-border); margin-bottom: 15px; z-index: 1; overflow: hidden; }

/* Navigation Buttons row */
.devvu-nav-row { display: flex; gap: 10px; width: 100%; }
.devvu-btn-nav { 
    flex: 1; justify-content: center; padding: 12px; border-radius: 12px; 
    font-weight: 700; font-size: 14px; color: var(--text-primary) !important; display: inline-flex; 
    align-items: center; gap: 8px; transition: 0.2s; white-space: nowrap; box-sizing: border-box;
}
.devvu-btn-nav:hover { filter: brightness(1.15); transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.devvu-btn-nav.waze { background: #33ccff; color: rgba(var(--surface-2-rgb, 0,0,0), 1) !important; }
.devvu-btn-nav.google { background: #4285F4; }
.devvu-btn-nav.apple { background: var(--d-elevated); border: 1px solid rgba(255,255,255,0.1); }

/* Sidebar Text & Links */
.devvu-loc-header { margin-bottom: 15px; line-height: 1.4; }
.devvu-loc-address { font-size: 14px; color: var(--d-txt-sec); font-weight: 600; }
.devvu-org-legal { font-size: 12px; color: var(--d-txt-mut); margin-top: -10px; margin-bottom: 20px; }

.devvu-contact-info { font-size: 14px; display: flex; flex-direction: column; gap: 12px; font-style: normal; margin-bottom: 15px; }
.devvu-contact-info a { color: var(--d-acc); }
.devvu-contact-info a:hover { color: var(--devvu-red-dark, #c8161f); text-decoration: underline; }
.devvu-contact-info i { width: 20px; opacity: 0.5; color: var(--text-primary); }

.devvu-social-links { display: flex; gap: 15px; margin-top: 25px; }
.devvu-social-links a { color: var(--text-primary); font-size: 22px; opacity: 0.6; transition: 0.2s; }
.devvu-social-links a:hover { opacity: 1; transform: scale(1.1); }

.devvu-featured-image { width: 100%; border-radius: 12px; margin-bottom: 25px; border: 1px solid var(--d-border); }
.devvu-link-white { color: var(--text-primary); transition: 0.2s; }
.devvu-link-white:hover { color: var(--d-acc); text-decoration: underline; }

/* Reeglid ja Meelespea */
.devvu-rules-box { 
    font-size: 14px; 
    color: var(--d-txt-sec); 
    line-height: 1.7; 
    padding: 20px; 
    background: var(--d-bg-primary); 
    border: 1px solid var(--d-border); 
    border-radius: 16px; 
    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}


/* --- THEME UNIFICATION (KADENCE EXPORT) --- */

/* Typography Overrides */
.dio-module-heading, .dio-grid-title, .dio-spotlight-row-title, .dio-podcast-title, .dio-promote-h {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: var(--global-palette3) !important;
    line-height: 1.5em !important;
}

.dio-card-title a, .feat-title a, .dio-sidebar-head {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--global-palette3) !important;
    line-height: 1.5em !important;
}

.dio-news-title a {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: var(--global-palette3) !important;
    line-height: 1.1em !important;
    letter-spacing: -0.05em !important;
}

.dio-grid-title::before, .dio-spotlight-row-title::before {
    background: var(--global-palette1) !important;
}

/* Primary Buttons: .dio-btn, .dio-podcast-btn, .dio-promote-btn */
.dio-btn, .dio-podcast-btn, .dio-promote-btn, .devvu-btn-primary {
    color: #ffffff !important;
    background: var(--global-palette1) !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.dio-btn:hover, .dio-podcast-btn:hover, .dio-promote-btn:hover, .devvu-btn-primary:hover {
    color: var(--global-palette3) !important;
    background: var(--global-palette12) !important;
    box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.1) !important;
    transform: none !important;
}

/* Outline Buttons: .dio-card-btn */
.dio-card-btn {
    color: var(--global-palette2) !important;
    background: transparent !important;
    border: 1px solid var(--global-palette12) !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.dio-card-btn:hover {
    color: var(--global-palette2) !important;
    background: transparent !important;
    border-color: var(--global-palette13) !important;
    transform: none !important;
}

/* Secondary Buttons: .dio-spotlight-btn, .devvu-btn-secondary */
.dio-spotlight-btn, .devvu-btn-secondary {
    color: var(--global-palette2) !important;
    background: rgba(255,255,255,0.1) !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: 1px solid transparent !important;
    box-shadow: 0 4px 14px 4px rgba(112,0,197,0.2) !important;
    transition: all 0.3s ease !important;
}

.dio-spotlight-btn:hover, .devvu-btn-secondary:hover {
    color: rgba(44,44,46,0.6) !important;
    background: var(--global-palette2) !important;
    border-color: var(--global-palette6) !important;
    box-shadow: 0 -2px 18px 2px rgba(112,0,197,0.2) !important;
    transform: none !important;
}

/* Button Responsiveness */
@media (max-width: 1024px) {
    .dio-btn, .dio-podcast-btn, .dio-promote-btn, .dio-card-btn, .dio-spotlight-btn, .devvu-btn-primary, .devvu-btn-secondary {
        padding: 10px 24px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 768px) {
    .dio-btn, .dio-podcast-btn, .dio-promote-btn, .dio-card-btn, .dio-spotlight-btn, .devvu-btn-primary, .devvu-btn-secondary {
        padding: 8px 24px !important;
        border-radius: 8px !important;
    }
}

/* --- USER EXPLICIT OVERRIDES --- */

/* Primary & Outline Buttons Hover: Fill white, text black */
.dio-btn:hover, .dio-podcast-btn:hover, .dio-promote-btn:hover, .devvu-btn-primary:hover,
.dio-card-btn:hover, .dio-sub-card .btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

/* Outline Buttons: White frame */
.dio-card-btn, .dio-sub-card .btn {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

/* Event List Items: Light gray to white on hover */
.dio-event-item .title {
    color: #aaaaaa !important;
    transition: color 0.3s ease !important;
}
.dio-event-item:hover .title {
    color: #ffffff !important;
}

/* Arvamus (Sub Grid) List Items: Light gray to white on hover */
.dio-headline-item .t {
    color: #aaaaaa !important;
    transition: color 0.3s ease !important;
}
.dio-headline-item:hover .t {
    color: #ffffff !important;
}

/* --- USER EXPLICIT OVERRIDES 2 --- */

/* Outline Buttons: Light gray frame and text by default */
.dio-card-btn, .dio-sub-card .btn {
    border: 1px solid #aaaaaa !important;
    color: #aaaaaa !important;
}

/* Event List Items: Month date numbers lighter gray than month */
.dio-event-date .day {
    color: #dddddd !important; /* Lighter gray for the number */
}
.dio-event-date .month {
    color: #888888 !important; /* Darker gray for the text */
}

/* Make sure the hover effect on Outline Buttons remains white/black */
.dio-card-btn:hover, .dio-sub-card .btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

/* --- USER EXPLICIT OVERRIDES 3 --- */

/* Spotlights: Colored Meter Bars */
.dio-5-boxes .box {
    background: rgba(255,255,255, 0.15) !important; /* Make empty boxes visible (light translucent) */
}
.dio-5-boxes .box.filled {
    background: var(--global-palette1) !important; /* Theme primary color */
}

/* Secondary Button (Spotlight): Remove purple glow, use neutral shadow */
.dio-spotlight-btn, .devvu-btn-secondary {
    box-shadow: 0 4px 14px 4px rgba(0,0,0,0.3) !important;
}
.dio-spotlight-btn:hover, .devvu-btn-secondary:hover {
    box-shadow: 0 -2px 18px 2px rgba(0,0,0,0.3) !important;
}


/* Remove the red text on hover for event cards */
.dio-event-item:hover .title, .devvu-event-card:hover .d-title, .devvu-event-card:hover .d-sub, .devvu-event-card:hover .devvu-card-week-label { 
    color: #ffffff !important; 
}


/* --- DISCORD WIDGET --- */
.dio-discord-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255,255,255,0.1);
}
.dio-discord-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    filter: brightness(1.1);
}
.dio-discord-btn.is-floating {
    position: fixed;
    bottom: 90px;
    right: 30px;
    opacity: 1 !important;
    backdrop-filter: blur(4px);
    z-index: 9999;
}
.dio-discord-icon {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dio-discord-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dio-discord-text .d-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.dio-discord-text .d-online {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}
.dio-discord-text .d-dot {
    width: 8px;
    height: 8px;
    background-color: #23a559; /* Discord Green */
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #23a559;
    animation: discordPulse 2s infinite;
}
@keyframes discordPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(35, 165, 89, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(35, 165, 89, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(35, 165, 89, 0); }
}

@media (max-width: 768px) {
    .dio-discord-btn.is-floating {
        bottom: 80px;
        right: 20px;
        opacity: 1 !important;
        padding: 10px 15px;
    }
    .dio-discord-icon { font-size: 24px; }
}

/* Discord Icon Only Shortcode */
.dio-discord-btn.is-icon-only {
    padding: 2px 8px !important;
    gap: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    border-radius: 12px !important;
    color: #ffffff !important; /* Force white icon and numbers */
    transition: all 0.2s ease;
}
.dio-discord-btn.is-icon-only:hover {
    background: #ffffff !important; /* White fill */
    color: #000000 !important; /* Black text */
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
}
.dio-discord-btn.is-icon-only i {
    font-size: 16px !important;
}


/* --- AUDIT FIXES: Mobile Spacing --- */
@media (max-width: 768px) {
    .dio-podcast-wrap, .dio-promote-wrap {
        padding: 30px 0 !important;
    }
}

/* --- AUDIT FIXES: Event Card Hover Zoom --- */
.devvu-card-img {
    overflow: hidden;
}
.devvu-card-img img {
    transition: transform 0.4s ease;
}
.devvu-event-card:hover .devvu-card-img img {
    transform: scale(1.05);
}

/* --- AUDIT FIXES: Sub-Grid Hover Indicator --- */
.dio-headline-item {
    position: relative;
    padding-left: 15px; /* ensure space for the border */
    margin-left: -15px;
}
.dio-headline-item::before {
    content: ''; 
    position: absolute; 
    left: 0; 
    top: 5px; 
    bottom: 5px; 
    width: 3px; 
    background: var(--devvu-red);
    transform: scaleY(0); 
    transition: transform 0.3s ease; 
    transform-origin: center;
}
.dio-headline-item:hover::before {
    transform: scaleY(1);
}
