/* ============================================================
 * Site-wide Notice Banner
 * Append to public/assets/css/style.css (or load as separate file)
 * ============================================================ */

.site-notice {
    padding: 10px 0;
    font-size: 0.86rem;
    font-weight: 500;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 60;
}

.site-notice-warning {
    background: linear-gradient(90deg, #f5cc4f, #ffd966);
    color: #2c1f00;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.site-notice-primary {
    background: linear-gradient(90deg, #1cbfa7, #4aa9d3);
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.site-notice i { font-size: 0.9rem; }

@media (max-width: 540px) {
    .site-notice { font-size: 0.78rem; padding: 8px 0; }
}
