@font-face {
  font-family: "Ray Medium";
  src: url("/fonts/Ray-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

[hidden] {
  display: none !important;
}

:root {
  --berry: #b61f4f;
  --berry-dark: #7f1236;
  --pink: #ff6eaa;
  --pink-soft: #ffd8e7;
  --blush: #fff1f6;
  --cream: #fffafc;
  --ink: #5b1732;
  --muted: #9c5570;
  --border: rgba(181, 31, 79, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  background: #d82e65;
}

body {
  margin: 0;
  color: var(--ink);
  background: #d82e65;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.app-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 210, 227, 0.55), transparent 24%),
    radial-gradient(circle at 88% 76%, rgba(255, 176, 205, 0.42), transparent 25%),
    linear-gradient(145deg, #ff91bc 0%, #e7497d 46%, #bc2455 100%);
}

.music-toggle {
  position: fixed;
  z-index: 20;
  bottom: 18px;
  left: 18px;
  min-height: 40px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(178, 37, 88, 0.18);
  border-radius: 999px;
  color: #9e2e58;
  background: rgba(255, 244, 248, 0.9);
  box-shadow: 0 8px 24px rgba(114, 26, 58, 0.13);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}

.music-toggle span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #d52f6a;
  font-size: 13px;
}

.music-toggle.playing span {
  animation: music-pulse 1.8s ease-in-out infinite;
}

@keyframes music-pulse {
  50% {
    box-shadow: 0 0 0 6px rgba(213, 47, 106, 0.13);
    transform: scale(1.06);
  }
}

.app-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.82) 0 3px, transparent 4px),
    radial-gradient(circle at 42px 42px, rgba(139, 11, 57, 0.25) 0 2px, transparent 3px);
  background-size: 58px 58px;
}

.soft-glow {
  position: fixed;
  z-index: -3;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.glow-one {
  width: 420px;
  height: 420px;
  top: -170px;
  right: -130px;
  background: radial-gradient(circle, rgba(255, 238, 245, 0.6), transparent 70%);
}

.glow-two {
  width: 460px;
  height: 460px;
  left: -170px;
  bottom: -210px;
  background: radial-gradient(circle, rgba(126, 0, 45, 0.2), transparent 70%);
}

.flower-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.flower,
.heart {
  position: absolute;
  filter: drop-shadow(0 5px 7px rgba(115, 9, 48, 0.18));
  animation: float 5s ease-in-out infinite;
  user-select: none;
}

.flower-1 { top: 5%; left: 6%; font-size: 42px; transform: rotate(-18deg); }
.flower-2 { top: 15%; right: 5%; font-size: 48px; animation-delay: -1.2s; }
.flower-3 { top: 45%; left: 2%; font-size: 35px; animation-delay: -2.7s; }
.flower-4 { top: 67%; right: 3%; font-size: 43px; animation-delay: -0.8s; }
.flower-5 { bottom: 5%; left: 9%; font-size: 46px; animation-delay: -3.1s; }
.flower-6 { bottom: 4%; right: 14%; font-size: 32px; animation-delay: -2s; }
.flower-7 { top: 28%; left: 14%; font-size: 25px; animation-delay: -1.7s; }
.flower-8 { top: 7%; right: 24%; font-size: 25px; animation-delay: -3.5s; }
.heart { color: rgba(255, 241, 246, 0.76); font-family: Georgia, serif; }
.heart-1 { top: 30%; right: 11%; font-size: 23px; animation-delay: -1s; }
.heart-2 { bottom: 25%; left: 12%; font-size: 31px; animation-delay: -2.4s; }
.heart-3 { bottom: 12%; right: 30%; font-size: 18px; animation-delay: -3.4s; }

.experience {
  width: min(560px, calc(100% - 26px));
  padding: 34px 0;
}

.progress {
  width: min(310px, 72%);
  height: 6px;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  direction: ltr;
}

.progress span {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 2px rgba(112, 10, 45, 0.12);
  transition: all 350ms ease;
}

.progress span.active {
  background: #fff8fb;
  box-shadow: 0 4px 12px rgba(112, 10, 45, 0.18);
}

.card {
  position: relative;
  min-height: 610px;
  padding: clamp(34px, 7vw, 54px);
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 38px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.97), rgba(255, 232, 241, 0.95));
  box-shadow:
    0 28px 70px rgba(112, 8, 43, 0.28),
    inset 0 0 0 1px rgba(189, 34, 86, 0.08);
  animation: card-in 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.card::before,
.card::after {
  content: "🌸";
  position: absolute;
  opacity: 0.17;
  font-size: 118px;
  pointer-events: none;
}

.card::before {
  top: -45px;
  right: -37px;
  transform: rotate(18deg);
}

.card::after {
  bottom: -51px;
  left: -38px;
  transform: rotate(-22deg);
}

.ribbon {
  position: absolute;
  top: 17px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  min-width: max-content;
  padding: 7px 16px;
  border: 1px solid rgba(185, 26, 79, 0.1);
  border-radius: 999px;
  color: #a83961;
  background: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  box-shadow: 0 5px 16px rgba(143, 12, 57, 0.08);
}

.state {
  min-height: 510px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.state-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.intro-state {
  padding-top: 38px;
}

.big-emoji {
  margin-bottom: 12px;
  font-size: clamp(72px, 16vw, 105px);
  line-height: 1;
  filter: drop-shadow(0 10px 14px rgba(126, 16, 56, 0.16));
  animation: emoji-bounce 2.3s ease-in-out infinite;
}

.titr {
  margin: 0;
  color: var(--berry-dark);
  font-family: "B Titr", "B Titr TG E", var(--font-lalezar), Tahoma, sans-serif;
  font-size: clamp(38px, 9vw, 58px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.78);
}

.intro-subtitle,
.section-subtitle {
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.answer-zone {
  width: 100%;
  min-height: 112px;
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.yes-button,
.no-button,
.cute-button {
  border: 0;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 12px 27px rgba(150, 19, 65, 0.2);
  transition:
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1),
    font-size 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 250ms ease,
    transform 180ms ease;
}

.yes-button {
  width: 130px;
  height: 55px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, #e83f79, #b9154d);
  font-size: 16px;
}

.no-button {
  width: 105px;
  height: 50px;
  border: 1px solid rgba(169, 39, 83, 0.12);
  border-radius: 17px;
  color: #93415e;
  background: #fff9fb;
  font-size: 14px;
}

.answer-stage-1 .yes-button {
  width: 165px;
  height: 66px;
  font-size: 20px;
}

.answer-stage-1 .no-button {
  width: 84px;
  height: 43px;
  font-size: 12px;
}

.answer-stage-2 .yes-button {
  width: 220px;
  height: 79px;
  font-size: 25px;
  border-radius: 24px;
}

.answer-stage-2 .no-button {
  width: 61px;
  height: 37px;
  padding: 0;
  overflow: hidden;
  font-size: 10px;
}

.answer-stage-3 .yes-button {
  width: min(100%, 350px);
  height: 96px;
  border-radius: 29px;
  font-size: 32px;
  animation: yes-pulse 1.35s ease-in-out infinite;
}

.yes-button:hover,
.cute-button:hover:not(:disabled) {
  transform: translateY(-3px) scale(1.02);
}

.no-button:hover {
  transform: rotate(-3deg);
}

.yes-button:active,
.no-button:active,
.cute-button:active:not(:disabled) {
  transform: translateY(1px) scale(0.98);
}

.yes-button:focus-visible,
.no-button:focus-visible,
.cute-button:focus-visible,
.back-button:focus-visible,
.music-toggle:focus-visible,
.option:focus-visible,
input:focus-visible {
  outline: 3px solid #ff85b3;
  outline-offset: 3px;
}

.tease {
  min-height: 28px;
  margin: 4px 0 0;
  color: #a6315b;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(5px);
  transition: all 280ms ease;
}

.tease.show {
  opacity: 1;
  transform: translateY(0);
  animation: tease-in 360ms ease;
}

.page-emoji {
  margin: 30px auto 10px;
  font-size: 48px;
  line-height: 1;
  filter: drop-shadow(0 6px 8px rgba(141, 22, 65, 0.13));
}

.section-title {
  max-width: 450px;
  margin-inline: auto;
  font-size: clamp(31px, 7vw, 45px);
  text-align: center;
}

.section-subtitle {
  max-width: 410px;
  margin-bottom: 26px;
  text-align: center;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 13px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #a64b6d;
  font-size: 11px;
  font-weight: 700;
}

input {
  width: 100%;
  height: 58px;
  padding: 0 15px;
  color: #701b3b;
  color-scheme: light;
  border: 2px solid rgba(183, 43, 92, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
  direction: ltr;
  text-align: right;
  box-shadow: inset 0 2px 5px rgba(132, 22, 61, 0.04);
  transition: border 180ms ease, box-shadow 180ms ease;
}

input:hover,
input:focus {
  border-color: rgba(226, 62, 119, 0.45);
  box-shadow: 0 7px 18px rgba(146, 24, 67, 0.08);
}

.selection-preview {
  margin-top: 17px;
  padding: 15px 17px;
  border: 1px dashed rgba(182, 31, 79, 0.24);
  border-radius: 16px;
  color: #9e4264;
  background: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  text-align: center;
}

.selection-preview strong {
  color: var(--berry-dark);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.option {
  position: relative;
  min-height: 103px;
  padding: 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 2px solid rgba(180, 41, 90, 0.1);
  border-radius: 21px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  text-align: right;
  box-shadow: 0 8px 18px rgba(141, 20, 62, 0.06);
  transition: all 200ms ease;
}

.option:hover {
  transform: translateY(-2px);
  border-color: rgba(224, 56, 115, 0.3);
}

.option.selected {
  border-color: #e53d77;
  background: #fff8fb;
  box-shadow: 0 10px 24px rgba(193, 29, 87, 0.13);
}

.option-icon {
  font-size: 23px;
}

.option-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.option-copy strong {
  font-size: 12px;
}

.option-copy small {
  color: #a3657c;
  font-size: 9px;
  line-height: 1.65;
}

.radio {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(176, 43, 90, 0.25);
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.option.selected .radio {
  border-color: #d9316d;
  background: #d9316d;
}

.choice-warning {
  margin: 13px 0 0;
  color: #8e3154;
  font-family: "Ray Medium", Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.save-error {
  margin: 8px 0 0;
  color: #b3174f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.footer-actions {
  margin-top: auto;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cute-button {
  min-height: 53px;
  padding: 0 24px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, #ed4c84, #be1c55);
  font-size: 13px;
}

.cute-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  box-shadow: none;
}

.back-button {
  border: 0;
  color: #a6657d;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
}

.success-state {
  padding-top: 28px;
}

.success-emoji {
  margin-bottom: 4px;
  font-size: clamp(62px, 14vw, 88px);
}

.love-copy {
  max-width: 430px;
  margin: 14px auto 0;
  color: #8e4661;
  font-size: 13px;
  line-height: 2;
}

.date-note {
  position: relative;
  width: 100%;
  margin: 22px 0 15px;
  padding: 21px 19px 17px;
  border: 2px dashed rgba(185, 35, 87, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 221, 234, 0.72));
  box-shadow: 0 12px 25px rgba(150, 24, 68, 0.08);
  transform: rotate(-0.8deg);
}

.date-note p {
  margin: 0;
  color: #7a2444;
  font-size: 14px;
  line-height: 2.05;
}

.date-note strong {
  color: var(--berry-dark);
  font-size: 16px;
}

.note-pin {
  position: absolute;
  top: -18px;
  right: 20px;
  font-size: 31px;
  transform: rotate(12deg);
}

.wait-copy {
  margin: 0;
  color: #a12f58;
  font-size: 13px;
  font-weight: 800;
}

.tiny-secret {
  max-width: 360px;
  margin: 18px auto 0;
  color: #b77a90;
  font-size: 9px;
  line-height: 1.8;
}

.confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.confetti i {
  position: absolute;
  width: 7px;
  height: 13px;
  border-radius: 5px;
  background: #ec4a83;
  animation: drift 3.6s ease-in-out infinite;
}

.confetti i:nth-child(1) { right: 7%; top: 18%; transform: rotate(24deg); }
.confetti i:nth-child(2) { right: 23%; top: 7%; background: #ff9ec1; animation-delay: -1.8s; }
.confetti i:nth-child(3) { left: 10%; top: 22%; background: #d41558; animation-delay: -0.8s; }
.confetti i:nth-child(4) { left: 26%; top: 8%; transform: rotate(-30deg); animation-delay: -2.3s; }
.confetti i:nth-child(5) { right: 8%; top: 55%; background: #ffb5cf; animation-delay: -1.2s; }
.confetti i:nth-child(6) { left: 7%; top: 52%; background: #b51e50; animation-delay: -2.8s; }

@keyframes card-in {
  from { opacity: 0; transform: translateY(15px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes emoji-bounce {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-7px) rotate(2deg); }
}

@keyframes float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes yes-pulse {
  0%, 100% { box-shadow: 0 13px 28px rgba(150, 19, 65, 0.22); }
  50% { box-shadow: 0 18px 40px rgba(150, 19, 65, 0.38), 0 0 0 9px rgba(234, 70, 127, 0.09); }
}

@keyframes tease-in {
  from { opacity: 0; transform: translateY(9px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes drift {
  0%, 100% { transform: translateY(0) rotate(10deg); opacity: 0.45; }
  50% { transform: translateY(18px) rotate(110deg); opacity: 1; }
}

@media (max-width: 620px) {
  .experience {
    padding: 20px 0;
  }

  .flower-7,
  .flower-8,
  .heart-1 {
    display: none;
  }

  .flower {
    opacity: 0.82;
  }

  .card {
    min-height: 625px;
    padding: 36px 21px 27px;
    border-radius: 31px;
  }

  .state {
    min-height: 556px;
  }

  .ribbon {
    top: 13px;
  }

  .answer-zone {
    min-height: 118px;
  }

  .answer-stage-2 .yes-button {
    width: 195px;
  }

  .answer-stage-3 .yes-button {
    height: 91px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .option-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .option {
    min-height: 78px;
    padding: 12px 14px;
  }

  .footer-actions {
    padding-top: 19px;
  }
}

@media (max-height: 700px) {
  .experience {
    padding-block: 12px;
  }

  .card {
    min-height: 585px;
  }

  .state {
    min-height: 515px;
  }

  .big-emoji {
    font-size: 69px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.admin-shell {
  min-height: 100svh;
  padding: 28px 18px;
  display: grid;
  place-items: center;
  color: #3e1930;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 211, 227, 0.7), transparent 26%),
    radial-gradient(circle at 90% 85%, rgba(210, 55, 109, 0.18), transparent 27%),
    #fff3f7;
}

.admin-login {
  width: min(420px, 100%);
  padding: 38px 34px;
  border: 1px solid rgba(182, 31, 79, 0.13);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 25px 65px rgba(107, 16, 50, 0.14);
  text-align: center;
}

.admin-login-icon {
  font-size: 48px;
}

.admin-kicker {
  margin: 10px 0 6px;
  color: #c12c62;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.admin-login h1,
.admin-header h1 {
  margin: 0;
  color: #721b3c;
  font-family: "Ray Medium", Tahoma, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.admin-login > p:not(.admin-kicker, .admin-error),
.admin-header > div > p:last-child {
  color: #996079;
  font-size: 11px;
  line-height: 1.9;
}

.admin-login form {
  margin-top: 25px;
  display: grid;
  gap: 10px;
  text-align: right;
}

.admin-login label {
  color: #8f4c68;
  font-size: 10px;
}

.admin-login input {
  height: 54px;
  text-align: center;
  letter-spacing: 0.3em;
}

.admin-login button,
.admin-refresh {
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  color: white;
  background: linear-gradient(135deg, #e84a83, #b81951);
  box-shadow: 0 11px 24px rgba(161, 25, 74, 0.17);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.admin-login button:disabled,
.admin-refresh:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.admin-error {
  margin: 13px 0 0;
  color: #bb174e;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
}

.admin-dashboard {
  display: block;
  padding: 38px max(20px, calc((100% - 880px) / 2));
}

.admin-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.admin-header h1 {
  font-size: clamp(28px, 5vw, 42px);
}

.admin-header p {
  margin-bottom: 0;
}

.admin-refresh {
  min-height: 43px;
  padding: 0 17px;
  flex: 0 0 auto;
}

.dashboard-error {
  padding: 11px 14px;
  border-radius: 12px;
  background: #ffe1eb;
}

.admin-empty {
  margin-top: 28px;
  padding: 55px 20px;
  border: 1px dashed rgba(180, 40, 90, 0.24);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.admin-empty span {
  font-size: 44px;
}

.admin-empty h2 {
  margin: 10px 0 5px;
  color: #721b3c;
  font-family: "Ray Medium", Tahoma, sans-serif;
  font-weight: 500;
}

.admin-empty p {
  color: #9b647a;
  font-size: 11px;
}

.response-list {
  margin-top: 27px;
  display: grid;
  gap: 14px;
}

.response-card {
  padding: 20px;
  border: 1px solid rgba(179, 38, 88, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 38px rgba(106, 17, 50, 0.08);
}

.response-card.latest {
  border-color: rgba(216, 47, 106, 0.32);
  box-shadow: 0 16px 42px rgba(153, 26, 72, 0.12);
}

.response-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.response-number {
  padding: 6px 10px;
  border-radius: 999px;
  color: #a72556;
  background: #ffe2ec;
  font-size: 9px;
  font-weight: 800;
}

.response-topline time {
  color: #af7a8e;
  font-size: 9px;
}

.response-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.response-delete {
  padding: 7px 10px;
  border: 1px solid rgba(181, 41, 88, 0.18);
  border-radius: 10px;
  color: #a72556;
  background: #fff2f6;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
}

.response-delete:hover {
  color: white;
  background: #c82f64;
}

.response-delete:disabled {
  cursor: wait;
  opacity: 0.55;
}

.response-plan {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.response-plan > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: #fff0f5;
  font-size: 23px;
}

.response-plan div,
.response-details div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.response-plan small,
.response-details small {
  color: #af7188;
  font-size: 8px;
}

.response-plan strong {
  color: #6d1b3a;
  font-size: 15px;
}

.response-details {
  margin-top: 17px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border-top: 1px dashed rgba(180, 40, 90, 0.15);
}

.response-details strong {
  color: #734056;
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 620px) {
  .admin-login {
    padding: 32px 22px;
  }

  .admin-dashboard {
    padding: 28px 15px;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .response-topline {
    align-items: flex-start;
  }

  .response-actions {
    align-items: flex-end;
    flex-direction: column;
  }

  .response-details {
    grid-template-columns: 1fr 0.6fr;
  }

  .response-details div:nth-child(3) {
    grid-column: 1 / -1;
  }
}
