/* Fallback para SPA: todas las rutas al index.html */
/* /index.html 200 */

/* ========= Responsive extras ========= */
.weekday-dot {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 600;
  background: var(--accent); color: var(--bg);
}
.weekday-dot.missed { background: var(--red); color: white; }
.weekday-dot.future { background: var(--bg3); color: var(--text-muted); }
.profile-form { max-width: 400px; }