/* ==========================================
   LunarStar Unified Badge System
========================================== */

.ls-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: rgba(212, 176, 82, 0.08);
    border: 1px solid rgba(212, 176, 82, 0.18);
    color: #D4B052;
    white-space: nowrap;
    user-select: none;
}
