/* ──────────────────────────────────────────────────────────────────────────
   BETA BADGE  (Phase 05B)

   One shared rule, included via templates/includes/beta_badge.html next to
   the EMIL logo/wordmark in every top-level shell. Colors are hardcoded
   (not CSS custom properties) because not every shell loads base.css —
   this file is linked independently so the badge looks identical everywhere.
   ────────────────────────────────────────────────────────────────────────── */

.beta-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.1875rem 0.5rem;
    margin-left: 0.5rem;
    border-radius: 9999px;
    background: rgba(57, 103, 97, 0.1);
    color: #396761;
    border: 1px solid rgba(57, 103, 97, 0.25);
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
}
