.m-card-body{padding:28px}
@media(max-width:768px){.m-card-body{padding:20px}}
.hs-center{text-align:center}
.hs-habit-field{max-width:320px;margin:0 auto 1.5rem}
.hs-week{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}
.hs-day{width:52px;text-align:center;cursor:pointer;user-select:none}
.hs-day-label{font-size:.7rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}
.hs-day-box{width:48px;height:48px;border-radius:10px;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease;margin:0 auto}
.hs-day-box:hover{border-color:#a5b4fc;background:#f5f3ff}
.hs-day-done .hs-day-box{background:#635bff;border-color:#635bff;color:#fff}
.hs-streak{font-size:1.3rem;font-weight:700;min-height:2rem;margin-bottom:1rem}
