/**
 * Noscript Styles
 * Applied when JavaScript is disabled (TOR users, etc)
 */

/* Force professional colors and glow when JS is disabled */
.header-greeting {
    color: #0ea5e9 !important;
    opacity: 1 !important;
}

.header-time {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5),
                 0 0 6px rgba(255, 255, 255, 0.3),
                 0 0 10px rgba(14, 165, 233, 0.2) !important;
}

.header-time .seconds {
    color: #0ea5e9 !important;
    text-shadow: 0 0 4px rgba(14, 165, 233, 0.8),
                 0 0 8px rgba(14, 165, 233, 0.5),
                 0 0 12px rgba(14, 165, 233, 0.3) !important;
    font-weight: 700 !important;
}

.header-date {
    color: #94a3b8 !important;
    opacity: 1 !important;
}
