/* ==========================================================================
   NEO-CYBER CAMPUS LIFE & LIVE NEWS PORTAL (LIGHT & GLASS DESIGN SYSTEM)
   ========================================================================== */

.cyber-portal-section {
    position: relative !important;
    padding: 70px 0 !important;
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 50%, #f1f5f9 100%) !important;
    overflow: hidden !important;
}

/* Higher Visibility Tech Dot Grid Pattern Overlay */
.cyber-portal-section::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-image: radial-gradient(rgba(0, 150, 255, 0.35) 2.2px, transparent 2.2px) !important;
    background-size: 28px 28px !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Dual-Tone Ambient Glow Orbs - Increased Opacity */
.cyber-portal-section::after {
    content: '' !important;
    position: absolute !important;
    top: -100px !important;
    right: -100px !important;
    width: 650px !important;
    height: 650px !important;
    background: radial-gradient(circle, rgba(0, 192, 255, 0.3) 0%, rgba(99, 102, 241, 0.2) 45%, transparent 70%) !important;
    filter: blur(40px) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.cyber-portal-container {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* 2-Column Grid Layout */
.cyber-portal-grid {
    display: grid !important;
    grid-template-columns: 1.15fr 0.85fr !important;
    gap: 32px !important;
    align-items: stretch !important;
}

/* --- ELEGANT WHITE GLASS CHASSIS --- */
.cyber-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 24px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.cyber-card:hover {
    border-color: rgba(0, 192, 255, 0.4) !important;
    box-shadow: 0 20px 45px -10px rgba(0, 192, 255, 0.15), 0 8px 24px rgba(0, 0, 0, 0.05) !important;
}

/* Header Row */
.cyber-card-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.cyber-title-group {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.cyber-icon-badge {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, rgba(0, 192, 255, 0.12), rgba(0, 102, 255, 0.12)) !important;
    border: 1px solid rgba(0, 192, 255, 0.3) !important;
    color: #0088cc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    box-shadow: 0 4px 12px rgba(0, 192, 255, 0.15) !important;
}

.cyber-title-group h2 {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
    letter-spacing: -0.3px !important;
    line-height: 1.2 !important;
}

.cyber-title-group p {
    font-size: 11.5px !important;
    color: #64748b !important;
    margin: 2px 0 0 0 !important;
    font-weight: 500 !important;
}

/* CTA Pill Button */
.cyber-btn-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 7px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #0077cc !important;
    background: #f0f9ff !important;
    border: 1px solid #bae6fd !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.cyber-btn-cta:hover {
    background: linear-gradient(135deg, #00c0ff, #0066cc) !important;
    color: #ffffff !important;
    border-color: #00c0ff !important;
    box-shadow: 0 4px 14px rgba(0, 192, 255, 0.35) !important;
    transform: translateY(-2px) !important;
}

/* ==========================================================================
   LEFT COLUMN: CINEMA VIDEO PLAYER & PLAYLIST
   ========================================================================== */

.cinema-player-box {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #0f172a !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25) !important;
}

.cinema-player-box video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Video Control Overlay Layer */
.cinema-controls-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.6) 0%, transparent 35%, transparent 65%, rgba(15, 23, 42, 0.88) 100%) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 18px !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
}

.cinema-top-tag {
    display: inline-flex !important;
    align-self: flex-start !important;
    width: fit-content !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* Center Giant Play Button */
.cinema-play-center {
    align-self: center !important;
}

.cinema-play-orb {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #00c0ff, #0055cc) !important;
    border: 2.5px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 0 30px rgba(0, 192, 255, 0.6) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease !important;
}

.cinema-play-orb:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 0 45px rgba(0, 192, 255, 0.9) !important;
}

/* Bottom Control Strip */
.cinema-bottom-strip {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.cinema-video-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8) !important;
}

.cinema-progress-wrapper {
    width: 100% !important;
    height: 6px !important;
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
}

.cinema-progress-fill {
    height: 100% !important;
    width: 0% !important;
    background: linear-gradient(90deg, #00c0ff, #0066ff) !important;
    border-radius: 4px !important;
    transition: width 0.1s linear !important;
}

.cinema-actions-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #cbd5e1 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.cinema-ctrl-btn {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
    padding: 0 6px !important;
}

.cinema-ctrl-btn:hover {
    color: #00c0ff !important;
}

/* Horizontal Playlist Thumbnails */
.cinema-playlist-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-top: 16px !important;
}

.cinema-thumb-card {
    cursor: pointer !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    border: 2px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    text-align: center !important;
}

.cinema-thumb-card.active {
    border-color: #00c0ff !important;
    box-shadow: 0 4px 14px rgba(0, 192, 255, 0.3) !important;
    background: #f0f9ff !important;
}

.cinema-thumb-img {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    display: block !important;
}

.cinema-thumb-card p {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    margin: 6px 4px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.cinema-thumb-card:hover p,
.cinema-thumb-card.active p {
    color: #0077cc !important;
}

/* Play indicator overlay on thumbnail */
.cinema-thumb-play {
    position: absolute !important;
    top: 35% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #00c0ff, #0055cc) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    opacity: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 192, 255, 0.4) !important;
    transition: all 0.25s ease !important;
}

.cinema-thumb-card:hover .cinema-thumb-play,
.cinema-thumb-card.active .cinema-thumb-play {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

/* ==========================================================================
   RIGHT COLUMN: LIVE NEWS & BULLETINS FEED
   ========================================================================== */

/* Live Beacon Indicator */
.cyber-live-beacon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    color: #10b981 !important;
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.cyber-live-beacon i {
    font-size: 7px !important;
    color: #10b981 !important;
    animation: cyberPulseDot 1.5s infinite ease-in-out !important;
}

@keyframes cyberPulseDot {
    0%   { transform: scale(0.8); opacity: 0.4; }
    50%  { transform: scale(1.4); opacity: 1; }
    100% { transform: scale(0.8); opacity: 0.4; }
}

/* Header Badges Container & Archive Button */
.cyber-news-card .cyber-card-header {
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.cyber-header-badges {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
    white-space: nowrap !important;
}

.cyber-archive-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #2563eb !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    letter-spacing: 0.3px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.cyber-archive-btn:hover {
    color: #ffffff !important;
    background: #2563eb !important;
    border-color: #2563eb !important;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25) !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
}

.cyber-archive-btn i {
    font-size: 11px !important;
}

/* Filter Chips Bar - Single Row Equal 5 Grid */
.cyber-filter-bar {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 14px !important;
    padding: 0 !important;
}

.cyber-chip-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 6px 4px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    font-family: 'Outfit', sans-serif !important;
    color: #475569 !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    text-align: center !important;
    width: 100% !important;
    min-width: 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.2s ease !important;
}

.cyber-chip-btn i {
    font-size: 11px !important;
    opacity: 0.85 !important;
    transition: transform 0.2s ease !important;
}

.cyber-chip-btn:hover {
    color: #1d4ed8 !important;
    background: #f0f9ff !important;
    border-color: #93c5fd !important;
    transform: translateY(-1px) !important;
}

.cyber-chip-btn.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%) !important;
    border-color: #2563eb !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}

.cyber-chip-btn.active i {
    color: #ffffff !important;
    opacity: 1 !important;
}

.cyber-news-card {
    justify-content: flex-start !important;
}

/* Search Box */
.cyber-search-box {
    position: relative !important;
    margin-bottom: 10px !important;
}

.cyber-search-box i {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #94a3b8 !important;
    font-size: 13px !important;
}

.cyber-search-box input {
    width: 100% !important;
    padding: 10px 14px 10px 38px !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 14px !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

.cyber-search-box input:focus {
    border-color: #00c0ff !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(0, 192, 255, 0.12) !important;
}

/* Scrollable News Feed List */
.cyber-news-feed {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    scroll-behavior: smooth !important;
    padding: 4px 6px 4px 2px !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
}

.cyber-news-feed::-webkit-scrollbar {
    width: 4px !important;
}

.cyber-news-feed::-webkit-scrollbar-track {
    background: #f1f5f9 !important;
    border-radius: 4px !important;
}

.cyber-news-feed::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 4px !important;
}

/* Single News Row */
.cyber-news-item {
    display: flex !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    min-height: 58px !important;
    height: auto !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.cyber-news-item::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 3.5px !important;
    background: transparent !important;
    transition: background 0.3s ease !important;
}

.cyber-news-item:hover {
    background: #ffffff !important;
    border-color: #00c0ff !important;
    transform: translateX(4px) !important;
    box-shadow: 0 6px 18px rgba(0, 192, 255, 0.1) !important;
}

.cyber-news-item:hover::before {
    background: #00c0ff !important;
}

.cyber-news-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.cyber-news-tags {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.cyber-badge-tag {
    font-size: 9px !important;
    font-weight: 800 !important;
    padding: 2px 7px !important;
    border-radius: 10px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.badge-notice { color: #0284c7 !important; background: #e0f2fe !important; border: 1px solid #bae6fd !important; }
.badge-tender { color: #d97706 !important; background: #fef3c7 !important; border: 1px solid #fde68a !important; }
.badge-placement { color: #9333ea !important; background: #f3e8ff !important; border: 1px solid #e9d5ff !important; }
.badge-award { color: #ca8a04 !important; background: #fef9c3 !important; border: 1px solid #fef08a !important; }

.cyber-news-date {
    font-size: 10.5px !important;
    color: #64748b !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.cyber-news-title {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: break-word !important;
}

.cyber-news-item:hover .cyber-news-title {
    color: #0077cc !important;
}

.cyber-news-arrow {
    color: #94a3b8 !important;
    font-size: 12px !important;
    transition: all 0.3s ease !important;
}

.cyber-news-item:hover .cyber-news-arrow {
    color: #00c0ff !important;
    transform: translateX(3px) !important;
}

/* Empty State */
.cyber-empty-state {
    text-align: center !important;
    padding: 30px 10px !important;
    color: #64748b !important;
    font-size: 12px !important;
}

/* Responsive */
@media (max-width: 991px) {
    .cyber-portal-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

/* ==========================================================================
   DYNAMIC THEME COLOR SWITCHER INTEGRATION
   (Navy/Blue, Olive/Green, Maroon/Red, Gold/Yellow)
   ========================================================================== */

/* 1. GREEN / OLIVE THEME */
body.theme-green .cyber-portal-section,
html[data-theme="olive"] .cyber-portal-section {
    background: linear-gradient(180deg, #f7fee7 0%, #ecfccb 50%, #f7fee7 100%) !important;
}

body.theme-green .cyber-portal-section::before,
html[data-theme="olive"] .cyber-portal-section::before {
    background-image: radial-gradient(rgba(132, 204, 22, 0.4) 2.2px, transparent 2.2px) !important;
}

body.theme-green .cyber-portal-section::after,
html[data-theme="olive"] .cyber-portal-section::after {
    background: radial-gradient(circle, rgba(132, 204, 22, 0.35) 0%, rgba(101, 163, 13, 0.2) 45%, transparent 70%) !important;
}

body.theme-green .cyber-icon-badge,
html[data-theme="olive"] .cyber-icon-badge {
    color: #4d7c0f !important;
    background: linear-gradient(135deg, rgba(132, 204, 22, 0.2), rgba(101, 163, 13, 0.2)) !important;
    border-color: rgba(132, 204, 22, 0.4) !important;
}

body.theme-green .cyber-btn-cta,
html[data-theme="olive"] .cyber-btn-cta {
    color: #3f6212 !important;
    background: #f7fee7 !important;
    border-color: #d9f99d !important;
}

body.theme-green .cyber-btn-cta:hover,
html[data-theme="olive"] .cyber-btn-cta:hover {
    background: linear-gradient(135deg, #84cc16, #4d7c0f) !important;
    color: #ffffff !important;
    border-color: #84cc16 !important;
}

body.theme-green .cinema-play-orb,
html[data-theme="olive"] .cinema-play-orb,
body.theme-green .cyber-chip-btn.active,
html[data-theme="olive"] .cyber-chip-btn.active,
body.theme-green .cinema-progress-fill,
html[data-theme="olive"] .cinema-progress-fill {
    background: linear-gradient(135deg, #84cc16, #4d7c0f) !important;
    border-color: #84cc16 !important;
}

body.theme-green .cyber-card:hover,
html[data-theme="olive"] .cyber-card:hover {
    border-color: rgba(132, 204, 22, 0.5) !important;
}

body.theme-green .cyber-news-item:hover::before,
html[data-theme="olive"] .cyber-news-item:hover::before {
    background: #84cc16 !important;
}

/* 2. MAROON / RED THEME */
body.theme-maroon .cyber-portal-section,
html[data-theme="maroon"] .cyber-portal-section {
    background: linear-gradient(180deg, #fef2f2 0%, #ffe4e4 50%, #fef2f2 100%) !important;
}

body.theme-maroon .cyber-portal-section::before,
html[data-theme="maroon"] .cyber-portal-section::before {
    background-image: radial-gradient(rgba(239, 68, 68, 0.4) 2.2px, transparent 2.2px) !important;
}

body.theme-maroon .cyber-portal-section::after,
html[data-theme="maroon"] .cyber-portal-section::after {
    background: radial-gradient(circle, rgba(239, 68, 68, 0.35) 0%, rgba(185, 28, 28, 0.2) 45%, transparent 70%) !important;
}

body.theme-maroon .cyber-icon-badge,
html[data-theme="maroon"] .cyber-icon-badge {
    color: #b91c1c !important;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(185, 28, 28, 0.2)) !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
}

body.theme-maroon .cyber-btn-cta,
html[data-theme="maroon"] .cyber-btn-cta {
    color: #991b1b !important;
    background: #fef2f2 !important;
    border-color: #fecaca !important;
}

body.theme-maroon .cyber-btn-cta:hover,
html[data-theme="maroon"] .cyber-btn-cta:hover {
    background: linear-gradient(135deg, #ef4444, #991b1b) !important;
    color: #ffffff !important;
    border-color: #ef4444 !important;
}

body.theme-maroon .cinema-play-orb,
html[data-theme="maroon"] .cinema-play-orb,
body.theme-maroon .cyber-chip-btn.active,
html[data-theme="maroon"] .cyber-chip-btn.active,
body.theme-maroon .cinema-progress-fill,
html[data-theme="maroon"] .cinema-progress-fill {
    background: linear-gradient(135deg, #ef4444, #991b1b) !important;
    border-color: #ef4444 !important;
}

body.theme-maroon .cyber-card:hover,
html[data-theme="maroon"] .cyber-card:hover {
    border-color: rgba(239, 68, 68, 0.5) !important;
}

body.theme-maroon .cyber-news-item:hover::before,
html[data-theme="maroon"] .cyber-news-item:hover::before {
    background: #ef4444 !important;
}

/* 3. GOLD / YELLOW THEME */
body.theme-yellow .cyber-portal-section,
html[data-theme="gold"] .cyber-portal-section {
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 50%, #fffbeb 100%) !important;
}

body.theme-yellow .cyber-portal-section::before,
html[data-theme="gold"] .cyber-portal-section::before {
    background-image: radial-gradient(rgba(245, 158, 11, 0.4) 2.2px, transparent 2.2px) !important;
}

body.theme-yellow .cyber-portal-section::after,
html[data-theme="gold"] .cyber-portal-section::after {
    background: radial-gradient(circle, rgba(245, 158, 11, 0.35) 0%, rgba(180, 83, 9, 0.2) 45%, transparent 70%) !important;
}

body.theme-yellow .cyber-icon-badge,
html[data-theme="gold"] .cyber-icon-badge {
    color: #b45309 !important;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(180, 83, 9, 0.2)) !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
}

body.theme-yellow .cyber-btn-cta,
html[data-theme="gold"] .cyber-btn-cta {
    color: #92400e !important;
    background: #fffbeb !important;
    border-color: #fde68a !important;
}

body.theme-yellow .cyber-btn-cta:hover,
html[data-theme="gold"] .cyber-btn-cta:hover {
    background: linear-gradient(135deg, #f59e0b, #b45309) !important;
    color: #ffffff !important;
    border-color: #f59e0b !important;
}

body.theme-yellow .cinema-play-orb,
html[data-theme="gold"] .cinema-play-orb,
body.theme-yellow .cyber-chip-btn.active,
html[data-theme="gold"] .cyber-chip-btn.active,
body.theme-yellow .cinema-progress-fill,
html[data-theme="gold"] .cinema-progress-fill {
    background: linear-gradient(135deg, #f59e0b, #b45309) !important;
    border-color: #f59e0b !important;
}

body.theme-yellow .cyber-card:hover,
html[data-theme="gold"] .cyber-card:hover {
    border-color: rgba(245, 158, 11, 0.5) !important;
}

body.theme-yellow .cyber-news-item:hover::before,
html[data-theme="gold"] .cyber-news-item:hover::before {
    background: #f59e0b !important;
}

/* =========================================================
   MOBILE RESPONSIVE FIX FOR LATEST NEWS & UPDATES HEADER
   ========================================================= */
@media (max-width: 768px) {
    .cyber-news-card .cyber-card-header,
    .cyber-card-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        margin-bottom: 16px !important;
        flex-wrap: wrap !important;
    }

    .cyber-title-group {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .cyber-icon-badge {
        width: 44px !important;
        height: 44px !important;
        flex-shrink: 0 !important;
        border-radius: 12px !important;
        font-size: 1.1rem !important;
    }

    .cyber-title-group h2 {
        font-size: 1.15rem !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        color: #0f172a !important;
        margin: 0 0 2px 0 !important;
    }

    .cyber-title-group p {
        font-size: 0.76rem !important;
        color: #64748b !important;
        margin: 0 !important;
        white-space: normal !important;
    }

    .cyber-header-badges {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-left: 0 !important;
        padding-top: 8px !important;
        border-top: 1px dashed rgba(226, 232, 240, 0.8) !important;
    }

    .cyber-live-beacon {
        padding: 4px 12px !important;
        font-size: 0.72rem !important;
        font-weight: 700 !important;
        background: #ecfdf5 !important;
        color: #059669 !important;
        border: 1px solid #a7f3d0 !important;
        border-radius: 20px !important;
    }

    .cyber-archive-btn {
        padding: 5px 14px !important;
        font-size: 0.74rem !important;
        font-weight: 700 !important;
        border-radius: 20px !important;
    }

    .cyber-filter-bar {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 3px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 12px !important;
    }

    .cyber-chip-btn {
        white-space: nowrap !important;
        padding: 5.5px 2px !important;
        font-size: 10px !important;
        border-radius: 14px !important;
        gap: 3px !important;
    }

    .cyber-chip-btn i {
        font-size: 9px !important;
    }
}
