/* ==========================================
   LunarStar Empty State
   Brand illustration, not blank screen.
========================================== */

.ls-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 24px;
    text-align: center;
    gap: 20px;
}

.ls-empty .empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 176, 82, 0.1), transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #D4B052;
    opacity: 0.6;
}

.ls-empty h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.ls-empty p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    max-width: 320px;
    margin: 0;
    line-height: 1.6;
}

.ls-empty button,
.ls-empty .btn {
    margin-top: 8px;
}
