html {
  color-scheme: light;
  font-size: 16px;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 10%, rgba(194, 181, 255, 0.42), transparent 34rem),
    radial-gradient(circle at 12% 8%, rgba(255, 215, 226, 0.44), transparent 26rem),
    linear-gradient(180deg, #fbf8ff 0%, #f8f3ff 48%, #fff 100%);
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgb(226 222 244);
  background: rgba(255, 255, 255, 0.94);
  padding: 0.72rem 0.85rem;
  color: #232033;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

input:focus,
select:focus,
textarea:focus {
  border-color: #6757f4;
  box-shadow: 0 0 0 4px rgba(103, 87, 244, 0.16);
  outline: none;
}

label {
  display: block;
  margin-bottom: 0.35rem;
  color: rgb(82 78 105);
  font-size: 0.8125rem;
  font-weight: 700;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(226, 222, 244, 0.9);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

body:has(.account-page) .site-header {
  display: none;
}

.mobile-user-menu {
  display: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #232033;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 0.8rem;
  background: linear-gradient(145deg, #7768ff, #4f3bdc);
  box-shadow: 0 12px 24px rgba(103, 87, 244, 0.24);
}

.brand-icon::before,
.brand-icon::after {
  position: absolute;
  border-radius: 9999px;
  background: white;
  content: "";
}

.brand-icon::before {
  left: 0.55rem;
  top: 0.58rem;
  width: 0.9rem;
  height: 0.9rem;
}

.brand-icon::after {
  left: 0.76rem;
  bottom: 0.45rem;
  width: 0.48rem;
  height: 0.18rem;
}

.user-menu-icon {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  background: linear-gradient(145deg, #7768ff, #4f3bdc);
  box-shadow: 0 12px 24px rgba(103, 87, 244, 0.24);
}

.user-menu-icon::before,
.user-menu-icon::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: white;
  content: "";
}

.user-menu-icon::before {
  top: 0.58rem;
  width: 0.72rem;
  height: 0.72rem;
}

.user-menu-icon::after {
  bottom: 0.5rem;
  width: 1.25rem;
  height: 0.72rem;
}

.header-icon-action {
  position: relative;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(103, 87, 244, 0.18);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.72);
  color: #4f3bdc;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(103, 87, 244, 0.1);
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.header-icon-action:hover {
  border-color: rgba(103, 87, 244, 0.38);
  background: white;
  color: #32116f;
  box-shadow: 0 14px 28px rgba(103, 87, 244, 0.14);
  transform: translateY(-1px);
}

.header-icon-action:focus-visible {
  box-shadow: 0 0 0 4px rgba(103, 87, 244, 0.18);
  outline: none;
}

.share-icon {
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
}

.share-icon::before {
  position: absolute;
  left: 0.27rem;
  top: 0.26rem;
  width: 0.62rem;
  height: 0.62rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(-45deg);
}

.share-icon::after {
  position: absolute;
  left: 50%;
  bottom: 0.08rem;
  width: 0.9rem;
  height: 0.62rem;
  transform: translateX(-50%);
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.26rem 0.26rem;
  content: "";
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-150%);
  border-radius: 0.75rem;
  background: #232033;
  padding: 0.625rem 0.875rem;
  color: white;
  font-weight: 700;
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field-validation-error,
.validation-summary-errors {
  color: rgb(190 18 60);
  font-size: 0.875rem;
}

.eyebrow {
  color: #6757f4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nursery-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(226, 222, 244, 0.86);
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 211, 106, 0.28), transparent 11rem),
    linear-gradient(135deg, #f2ecff 0%, #fbf8ff 58%, #fff5fb 100%);
}

.nursery-hero::after {
  position: absolute;
  right: -8rem;
  top: -5rem;
  width: 24rem;
  height: 24rem;
  border: 3rem solid rgba(122, 104, 255, 0.1);
  border-radius: 9999px;
  content: "";
  pointer-events: none;
}

.nursery-scene {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  border-radius: 1.65rem;
  background:
    linear-gradient(90deg, rgba(130, 113, 255, 0.12) 1px, transparent 1px) 0 0 / 2.2rem 100%,
    linear-gradient(180deg, #cfc5ff 0%, #eee9ff 62%, #fff 62%, #fff 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.82);
}

.nursery-scene.compact {
  min-height: 13rem;
}

.mobile {
  position: absolute;
  left: 44%;
  top: 0;
  width: 0.18rem;
  height: 5.6rem;
  background: rgba(75, 53, 165, 0.42);
}

.mobile::before {
  position: absolute;
  left: -2.1rem;
  top: 3.15rem;
  width: 4.2rem;
  height: 0.2rem;
  border-radius: 9999px;
  background: rgba(75, 53, 165, 0.45);
  content: "";
}

.mobile::after {
  position: absolute;
  left: -0.85rem;
  top: 4.05rem;
  width: 1.7rem;
  height: 1.25rem;
  border-radius: 1rem 1rem 0.4rem 0.4rem;
  background: #6757f4;
  box-shadow: -2.4rem 0.65rem 0 -0.18rem #ffd36a, 2.4rem 0.65rem 0 -0.18rem #ff9cc0;
  content: "";
}

.crib {
  position: absolute;
  left: 50%;
  bottom: 3.3rem;
  width: 10.5rem;
  height: 4.4rem;
  transform: translateX(-50%);
  border: 0.45rem solid #b85d38;
  border-radius: 0.35rem 0.35rem 0.8rem 0.8rem;
  background: repeating-linear-gradient(90deg, transparent 0 1rem, rgba(184, 93, 56, 0.9) 1rem 1.25rem);
}

.crib::after {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.4rem;
  height: 0.62rem;
  border-radius: 9999px;
  background: #ffd36a;
  content: "";
}

.baby-face {
  position: absolute;
  left: 50%;
  bottom: 6.1rem;
  width: 3.6rem;
  height: 3.6rem;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: #ffb39f;
  box-shadow: inset 0 0.35rem 0 #2f1d2d;
}

.baby-face::before,
.baby-face::after {
  position: absolute;
  top: 1.55rem;
  width: 0.42rem;
  height: 0.58rem;
  border-radius: 9999px;
  background: #232033;
  content: "";
}

.baby-face::before {
  left: 1.02rem;
}

.baby-face::after {
  right: 1.02rem;
}

.toy-ball {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 9999px;
  background: conic-gradient(from 15deg, #6757f4, #6757f4 25%, white 25%, white 50%, #ffd36a 50%, #ffd36a 75%, white 75%);
  box-shadow: 0 10px 18px rgba(45, 36, 94, 0.12);
}

.star-shape {
  position: absolute;
  right: 1.3rem;
  bottom: 2.1rem;
  width: 3rem;
  height: 3rem;
  clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
  background: #ffd36a;
  filter: drop-shadow(0 10px 12px rgba(162, 108, 0, 0.16));
}

.dashboard-phone {
  overflow: hidden;
  border: 0.45rem solid rgba(255, 255, 255, 0.82);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 80px rgba(75, 53, 165, 0.18);
}

.growth-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: -2.2rem 1rem 0;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  background: linear-gradient(135deg, #6f5cff 0%, #32116f 100%);
  padding: 1rem;
  box-shadow: 0 18px 35px rgba(50, 17, 111, 0.26);
}

.growth-bars {
  display: inline-flex;
  align-items: end;
  gap: 0.35rem;
  height: 3.2rem;
}

.growth-bars i {
  width: 0.58rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.42);
}

.growth-bars i:nth-child(1) { height: 38%; }
.growth-bars i:nth-child(2) { height: 50%; }
.growth-bars i:nth-child(3) { height: 64%; }
.growth-bars i:nth-child(4) { height: 78%; }
.growth-bars i:nth-child(5) { height: 100%; background: white; }

.metric-disclosure {
  padding-bottom: 0.85rem;
}

.metric-disclosure summary {
  display: flex;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  margin: 0.9rem auto 0;
  border: 1px solid rgba(103, 87, 244, 0.25);
  border-radius: 9999px;
  background: white;
  color: #6757f4;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 12px 26px rgba(45, 36, 94, 0.1);
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.metric-disclosure summary::-webkit-details-marker {
  display: none;
}

.metric-disclosure summary:hover,
.metric-disclosure[open] summary {
  border-color: #6757f4;
  background: #6757f4;
  color: white;
}

.metric-disclosure summary:focus-visible {
  box-shadow: 0 0 0 4px rgba(103, 87, 244, 0.18);
  outline: none;
}

.metric-disclosure[open] summary {
  transform: rotate(180deg);
}

.disclosure-icon {
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.15rem) rotate(45deg);
}

.metric-card {
  min-height: 6.3rem;
  border: 1px solid rgba(226, 222, 244, 0.74);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1rem;
  box-shadow: 0 14px 30px rgba(45, 36, 94, 0.08);
}

.form-card {
  border: 1px solid rgba(226, 222, 244, 0.8);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1rem;
  box-shadow: 0 18px 45px rgba(45, 36, 94, 0.08);
}

.action-card {
  position: relative;
  overflow: hidden;
}

.action-card::before {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 1rem;
  background: rgba(103, 87, 244, 0.12);
  content: "";
  pointer-events: none;
}

.feeding-card::before { background: rgba(255, 156, 192, 0.24); }
.diaper-card::before { background: rgba(188, 239, 214, 0.54); }
.health-card::before { background: rgba(255, 115, 138, 0.18); }
.growth-action-card::before { background: rgba(103, 87, 244, 0.16); }
.medication-card::before { background: rgba(141, 210, 255, 0.28); }
.question-card::before { background: rgba(255, 211, 106, 0.34); }
.share-card::before { background: rgba(103, 87, 244, 0.12); }

.account-card {
  padding: 1.25rem;
}

.baby-select-card:hover {
  border-color: rgba(103, 87, 244, 0.55);
  transform: translateY(-1px);
}

.baby-avatar {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 9999px;
  background:
    radial-gradient(circle at 36% 46%, #232033 0 0.14rem, transparent 0.15rem),
    radial-gradient(circle at 64% 46%, #232033 0 0.14rem, transparent 0.15rem),
    radial-gradient(circle at 50% 70%, #b85d38 0 0.24rem, transparent 0.25rem),
    linear-gradient(180deg, #2f1d2d 0 24%, #ffb39f 25%);
  box-shadow: 0 12px 24px rgba(103, 87, 244, 0.16);
}

.action-chip {
  border-radius: 9999px;
  background: #f0e9ff;
  padding: 0.35rem 0.7rem;
  color: #6757f4;
  font-size: 0.8rem;
  font-weight: 800;
}

.quick-action {
  min-height: 5.2rem;
  border: 1px solid rgba(226, 222, 244, 0.9);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.85rem;
  color: #232033;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.quick-action:hover,
.quick-action:focus-visible {
  border-color: #6757f4;
  background: #6757f4;
  color: white;
  box-shadow: 0 14px 28px rgba(103, 87, 244, 0.22);
  outline: none;
  transform: translateY(-1px);
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.65rem 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.btn-primary {
  border: 1px solid #6757f4;
  background: #6757f4;
  color: white;
  box-shadow: 0 14px 28px rgba(103, 87, 244, 0.22);
}

.btn-primary:hover {
  background: #4f3bdc;
  border-color: #4f3bdc;
  color: white;
  transform: translateY(-1px);
}

.btn-secondary {
  border: 1px solid rgba(103, 87, 244, 0.22);
  background: rgba(255, 255, 255, 0.86);
  color: #4f3bdc;
}

.btn-secondary:hover {
  border-color: rgba(103, 87, 244, 0.55);
  color: #32116f;
  box-shadow: 0 10px 22px rgba(103, 87, 244, 0.12);
}

.btn-small {
  min-height: 2.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.btn-primary:focus-visible,
.btn-secondary:focus-visible {
  box-shadow: 0 0 0 4px rgba(103, 87, 244, 0.18);
  outline: none;
}

.phone-input {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgb(226 222 244);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.94);
}

.phone-input:focus-within {
  border-color: #6757f4;
  box-shadow: 0 0 0 4px rgba(103, 87, 244, 0.16);
}

.phone-input-prefix {
  display: inline-flex;
  align-items: center;
  border-right: 1px solid rgb(226 222 244);
  background: #f0e9ff;
  padding: 0 0.75rem;
  color: #4f3bdc;
  font-weight: 800;
}

.phone-input input {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.phone-input input:focus {
  box-shadow: none;
}

.moment-field summary {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(103, 87, 244, 0.25);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #6757f4;
  cursor: pointer;
  list-style: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.moment-field summary::-webkit-details-marker {
  display: none;
}

.moment-field summary:hover,
.moment-field[open] summary {
  border-color: #6757f4;
  background: #6757f4;
  color: white;
}

.moment-field summary:focus-visible {
  box-shadow: 0 0 0 4px rgba(103, 87, 244, 0.18);
  outline: none;
}

.moment-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-radius: 9999px;
}

.moment-icon::before,
.moment-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  border-radius: 9999px;
  background: currentColor;
  content: "";
  transform-origin: center top;
}

.moment-icon::before {
  height: 0.35rem;
  transform: translate(-50%, -0.35rem);
}

.moment-icon::after {
  height: 0.28rem;
  transform: translate(-50%, 0) rotate(90deg);
}

.diaper-option {
  margin: 0;
}

.diaper-option input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.diaper-option-card {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 222, 244, 0.9);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.75rem;
  color: #232033;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 800;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.diaper-option:hover .diaper-option-card {
  border-color: #6757f4;
  transform: translateY(-1px);
}

.diaper-option input[type="checkbox"]:checked + .diaper-option-card {
  border-color: #6757f4;
  background: #6757f4;
  color: white;
}

.diaper-option input[type="checkbox"]:focus-visible + .diaper-option-card {
  box-shadow: 0 0 0 4px rgba(103, 87, 244, 0.18);
}

.timeline-card {
  background: rgba(255, 255, 255, 0.72);
}

.current-feeding-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0;
}

.current-feeding-status__kind {
  color: #6757f4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.current-feeding-status__elapsed {
  margin-top: 0.15rem;
  color: #232033;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.btn-current-event {
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
}

.journal-content {
  position: relative;
}

.journal-add-fab {
  position: fixed;
  left: 50%;
  bottom: calc(1.25rem + env(safe-area-inset-bottom));
  z-index: 30;
  display: inline-flex;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: #6757f4;
  color: white;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(103, 87, 244, 0.34);
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.journal-add-fab:hover {
  background: #4f3bdc;
  color: white;
  transform: translateX(-50%) translateY(-1px);
  box-shadow: 0 20px 42px rgba(103, 87, 244, 0.4);
}

.journal-add-fab:focus-visible {
  outline: 4px solid rgba(103, 87, 244, 0.2);
  outline-offset: 4px;
}

.journal-add-fab .action-plus-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.journal-add-fab .action-plus-icon::before,
.journal-add-fab .action-plus-icon::after {
  width: 1.35rem;
  height: 0.18rem;
}

.action-plus-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.action-plus-icon::before,
.action-plus-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 0.14rem;
  border-radius: 9999px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.action-plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.timeline-item {
  position: relative;
  border: 1px solid rgba(226, 222, 244, 0.82);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}

.timeline-item::before {
  position: absolute;
  left: -0.48rem;
  top: 1.15rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid white;
  border-radius: 9999px;
  background: #6757f4;
  content: "";
  box-shadow: 0 0 0 3px rgba(103, 87, 244, 0.16);
}

@media (max-width: 1023px) {
  .site-header {
    position: relative;
    border-bottom: 1px solid rgba(226, 222, 244, 0.9);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
  }

  .site-header .desktop-navigation {
    display: none;
  }

  .site-header .mobile-user-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    min-height: 3.9rem;
    padding: 0.75rem 1rem;
  }

  .mobile-user-menu__details {
    position: relative;
  }

  .mobile-user-menu__details summary {
    display: block;
    cursor: pointer;
    list-style: none;
  }

  .mobile-user-menu__details summary::-webkit-details-marker {
    display: none;
  }

  .mobile-user-menu__details summary:focus-visible,
  .mobile-user-menu__login:focus-visible,
  .mobile-user-menu .header-icon-action:focus-visible {
    border-radius: 9999px;
    outline: 3px solid rgba(103, 87, 244, 0.35);
    outline-offset: 4px;
  }

  .mobile-user-menu .header-icon-action {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
  }

  .mobile-user-menu__panel {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    min-width: 12rem;
    overflow: hidden;
    border: 1px solid rgba(226, 222, 244, 0.95);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 44px rgba(50, 17, 111, 0.18);
  }

  .mobile-user-menu__panel a,
  .mobile-user-menu__panel button {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    color: #232033;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
  }

  .mobile-user-menu__panel button {
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-user-menu__panel a + form,
  .mobile-user-menu__panel form + a {
    border-top: 1px solid rgba(226, 222, 244, 0.9);
  }

  .mobile-user-menu__panel a:hover,
  .mobile-user-menu__panel button:hover,
  .mobile-user-menu__panel a:focus-visible,
  .mobile-user-menu__panel button:focus-visible {
    background: #f8f3ff;
    outline: none;
  }

  .mobile-user-menu__login {
    display: inline-flex;
    text-decoration: none;
  }
}

@media (max-width: 640px) {
  .form-card {
    padding: 0.875rem;
  }

  .dashboard-phone {
    border-width: 0.25rem;
    border-radius: 1.4rem;
  }

  .nursery-scene {
    min-height: 12rem;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .btn-small {
    width: auto;
  }

  .current-feeding-status {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-current-event {
    width: 100%;
  }
}
