.m-card-body{padding:28px}
@media(max-width:768px){.m-card-body{padding:20px}}
.dd-center{text-align:center}
.dd-goal-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:1rem}
.dd-hours{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1.25rem}
.dd-hour{width:56px;height:56px;border-radius:12px;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;user-select:none}
.dd-hour:hover{border-color:#a5b4fc;background:#f5f3ff}
.dd-hour-done{background:#10b981;border-color:#10b981;color:#fff}
.dd-hour-done:hover{background:#059669;border-color:#059669}
.dd-status{font-size:1.1rem;font-weight:700;color:#334155;margin-bottom:.5rem}
.dd-message{font-size:.95rem;color:#10b981;font-weight:600;min-height:1.5rem;margin-bottom:1rem}
