/* =========================
   POPUP.AI Empty State
   ========================= */

.empty-state {
    text-align: center;
    padding: 40px 24px;
    border: 1px dashed rgba(255,255,255,0.15);
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    margin: 20px 0;
}

.empty-state .empty-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
}

.empty-state h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.empty-state p {
    margin: 0;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1.5;
}