.sleep-card{background:#fff;border:1px solid #e8e8e8;border-radius:3px;padding:15px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}
.sleep-time{font-size:24px;font-weight:700;color:#3592e2}
.sleep-info{font-size:12px;color:#888;text-align:right}
.sleep-badge{display:inline-block;font-size:11px;color:#fff;background:#4caf50;border-radius:2px;padding:2px 8px;margin-left:8px}
.sleep-badge.ok{background:#F78015}
.sleep-badge.short{background:#e53935}