@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/montserrat-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Neucha";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/neucha-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Neucha";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/neucha-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Ura Bum Bum SP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ura-bum-bum-sp.ttf") format("truetype");
}

:root {
  --font-body: "Montserrat";
  --font-hand: "Neucha";
  --font-guest-name: "Ura Bum Bum SP";
  --ink: #27352f;
  --muted: #728078;
  --cream: #f8f4ea;
  --paper: #fffdf8;
  --sage: #809b87;
  --sage-dark: #526f5c;
  --line: #e4e3d8;
  --rose: #a8716e;
  --shadow: 0 22px 60px rgba(58, 75, 66, 0.1);
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 0%, rgba(128, 155, 135, 0.15), transparent 24rem),
    radial-gradient(circle at 98% 42%, rgba(168, 113, 110, 0.1), transparent 26rem),
    var(--cream);
  font-family: var(--font-body), "Segoe UI", Arial, sans-serif;
}

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, p { margin-top: 0; }

.admin-shell {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 72px;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.eyebrow,
.section-heading > span,
.section-heading > div > span,
.invitation-kicker {
  margin: 0 0 8px;
  color: var(--sage-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-header h1 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.header-copy {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.date-seal {
  display: grid;
  width: 120px;
  height: 120px;
  flex: 0 0 auto;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(82, 111, 92, 0.35);
  border-radius: 50%;
  color: var(--sage-dark);
}

.admin-header-actions {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.date-seal strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.date-seal span {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.stat-card {
  min-height: 132px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.78);
  backdrop-filter: blur(10px);
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.stat-card strong {
  display: block;
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  font-weight: 400;
}

.stat-yes strong { color: var(--sage-dark); }
.stat-pending strong { color: #a3834f; }
.stat-no strong { color: var(--rose); }

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(480px, 1.6fr);
  gap: 24px;
  align-items: start;
}

.telegram-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.75fr) auto;
  gap: 20px;
  align-items: end;
  padding: 22px 24px;
  border: 1px solid #cfded5;
  border-radius: 20px;
  background: #edf6f0;
}

.telegram-panel div > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.telegram-panel p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.telegram-kicker {
  display: block;
  margin-bottom: 5px;
  color: #2481cc;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.telegram-panel label { margin: 0; }
.telegram-panel .small-primary { min-height: 45px; }

.success-message {
  grid-column: 1 / -1;
  margin: -12px 0 0;
  padding: 11px 13px;
  border-radius: 10px;
  color: #42644e;
  background: #e7f1e9;
  font-size: 0.84rem;
  font-weight: 700;
}

.guest-form,
.guest-list-panel {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.guest-form {
  position: sticky;
  top: 24px;
  padding: 30px;
}

.guest-list-panel {
  min-height: 480px;
  padding: 30px;
}

.section-heading h2 {
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.list-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.guest-count {
  display: grid;
  width: 42px;
  height: 42px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sage-dark);
  font-weight: 800;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  color: var(--ink);
  background: #fff;
  font-weight: 500;
  transition: border-color 160ms, box-shadow 160ms;
}

textarea { resize: vertical; line-height: 1.5; }

input:focus,
textarea:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 4px rgba(128, 155, 135, 0.13);
}

.primary-button,
.small-primary,
.rsvp-actions button {
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--sage-dark);
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms, background 160ms;
}

.primary-button { width: 100%; padding: 15px 18px; }

.primary-button:hover,
.small-primary:hover,
.rsvp-actions button:hover {
  background: #405d4a;
  transform: translateY(-1px);
}

button:disabled { cursor: wait; opacity: 0.6; }

.form-note {
  margin: 14px 4px 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.empty-state {
  display: grid;
  min-height: 230px;
  place-content: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.empty-state strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.guest-list { display: grid; gap: 12px; }

.guest-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.guest-name {
  display: inline;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(82, 111, 92, 0.3);
  text-underline-offset: 5px;
}

.guest-main p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.guest-main small {
  display: block;
  margin-top: 7px;
  color: var(--sage-dark);
  font-size: 0.72rem;
  font-weight: 700;
}

.guest-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.status {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
}

.status-pending { color: #8b6e3d; background: #fbf2df; }
.status-yes { color: #42644e; background: #e7f1e9; }
.status-no { color: #8a5653; background: #f8e9e7; }

.text-button,
.text-link {
  padding: 0;
  border: 0;
  color: var(--sage-dark);
  background: transparent;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.text-button:hover,
.text-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.danger-button { color: #9b4f4b; }

.guest-actions form { margin: 0; }

.edit-details {
  width: 100%;
}

.edit-details > summary {
  list-style: none;
}

.edit-details > summary::-webkit-details-marker {
  display: none;
}

.edit-details[open] {
  grid-column: 1 / -1;
}

.edit-details[open] + p,
.edit-details[open] + p + small {
  display: none;
}

.edit-details .edit-form {
  margin-top: 20px;
}

.edit-form { grid-column: 1 / -1; }
.edit-actions { display: flex; gap: 14px; align-items: center; }
.small-primary { padding: 10px 16px; }

.error-message {
  margin: 0 0 16px;
  padding: 11px 13px;
  border-radius: 10px;
  color: #8a5653;
  background: #f8e9e7;
  font-size: 0.84rem;
}

.admin-login-shell {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 24px;
}

.admin-login-card {
  width: min(430px, 100%);
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.admin-login-card h1 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.admin-login-card > p:not(.eyebrow) {
  margin-bottom: 26px;
  color: var(--muted);
  line-height: 1.6;
}

.login-error {
  display: block;
  margin-top: 14px;
  color: #8a5653;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}

.wedding-invitation-page {
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: #fefaef;
}

.wedding-design {
  position: relative;
  width: 100%;
  container-type: inline-size;
  background: #fefaef;
}

.wedding-design-image {
  display: block;
  width: 100%;
  height: auto;
}

.personal-message-overlay {
  position: absolute;
  left: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-inline: 8cqw;
  background: #fefaef;
  text-align: center;
}

.wedding-design .personal-message-overlay {
  top: 31.7876%;
  height: 5.0486%;
  padding-top: 5.25cqw;
}

.personal-message-overlay span {
  color: #171717;
  font-family: var(--font-body), sans-serif;
  line-height: 1.2;
}

.personal-message-overlay h1 {
  margin: 0;
  color: #c13768;
  font-family: var(--font-guest-name), var(--font-hand), cursive;
  font-weight: 400;
  line-height: 1.05;
}

.personal-message-overlay p {
  max-width: 68cqw;
  margin: 0;
  color: #171717;
  font-family: var(--font-body), sans-serif;
  line-height: 1.35;
  white-space: pre-line;
}

.wedding-design .personal-message-overlay span { font-size: 2.9167cqw; }
.wedding-design .personal-message-overlay h1 { font-size: 6.25cqw; }
.wedding-design .personal-message-overlay p { margin-top: 1.5cqw; font-size: 2.9167cqw; }
.design-countdown {
  position: absolute;
  left: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fefaef;
  background: #c13768;
  text-align: center;
}

.wedding-design .design-countdown {
  top: 77.356%;
  height: 6.348%;
}

.design-countdown h2 {
  margin: 0 0 1.2cqw;
  font-family: var(--font-hand), cursive;
  font-weight: 400;
  line-height: 1;
}

.design-countdown > div {
  display: grid;
  width: 76%;
  grid-template-columns: repeat(4, 1fr);
  gap: 2cqw;
}

.design-countdown span {
  display: grid;
  gap: 0.35cqw;
}

.design-countdown strong {
  font-family: var(--font-hand), cursive;
  font-weight: 400;
  line-height: 1;
}

.design-countdown small {
  font-family: var(--font-body), sans-serif;
}

.wedding-design .design-countdown h2 { font-size: 5.55cqw; }
.wedding-design .design-countdown strong { font-size: 9cqw; }
.wedding-design .design-countdown small { font-size: 2.4cqw; }
.design-rsvp {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  color: #171717;
  background: #fefaef;
}

.wedding-design .design-rsvp {
  top: 83.7135%;
  height: 12.3224%;
  padding: 0;
}

.design-rsvp h2 {
  position: absolute;
  top: 6.5cqw;
  left: 0;
  width: 100%;
  margin: 0;
  color: #c13768;
  font-family: var(--font-hand), cursive;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.design-rsvp > p {
  position: absolute;
  top: 15cqw;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.design-rsvp fieldset {
  position: absolute;
  right: 15.3cqw;
  left: 16.875cqw;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.design-rsvp fieldset:first-of-type { top: 26.25cqw; }
.design-rsvp fieldset:nth-of-type(2) {
  top: 47.25cqw;
  left: 16.5cqw;
}

.design-rsvp legend {
  padding: 0;
  font-family: var(--font-body), sans-serif;
  line-height: 1.2;
}

.design-rsvp fieldset:first-of-type legend { margin-left: 0.34cqw; }
.design-rsvp fieldset:nth-of-type(2) legend { margin-left: 0.9cqw; }

.design-rsvp label {
  display: flex;
  min-height: 4.5833cqw;
  align-items: center;
  gap: clamp(12px, 1.6cqw, 18px);
  margin: 0;
  color: #171717;
  cursor: pointer;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  line-height: 1.28;
}

.design-rsvp fieldset:nth-of-type(2) label { gap: 1.15cqw; }

.design-rsvp input {
  appearance: none;
  display: grid;
  width: clamp(20px, 2.3cqw, 27px);
  height: clamp(20px, 2.3cqw, 27px);
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  place-content: center;
  border: 2px solid rgba(193, 55, 104, 0.78);
  background: rgba(193, 55, 104, 0.035);
  box-shadow: 0 0 0 3px rgba(193, 55, 104, 0);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.design-rsvp input[type="radio"] {
  width: clamp(21px, 2.35cqw, 26px);
  height: clamp(21px, 2.35cqw, 26px);
  border-radius: 50%;
}

.design-rsvp input[type="radio"]:checked {
  border-color: #c13768;
  background: #c13768;
  box-shadow: inset 0 0 0 clamp(4px, 0.46cqw, 5px) #fefaef;
}

.design-rsvp input[type="checkbox"] {
  width: clamp(22px, 2.5cqw, 28px);
  height: clamp(22px, 2.5cqw, 28px);
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("/design/codex-clipboard-de48e496-31c5-4799-b52c-c2c0da377be5.png");
  background-repeat: no-repeat;
  background-position: 18% 46.1%;
  background-size: 341.3% 512%;
  box-shadow: none;
}

.design-rsvp input[type="checkbox"]::before {
  content: none;
}

.design-rsvp input[type="checkbox"]:checked {
  background-color: transparent;
  background-position: 82% 46.1%;
  box-shadow: none;
}

.design-rsvp input:hover {
  transform: scale(1.04);
}

.design-rsvp input:focus-visible {
  outline: 0.22cqw solid #c13768;
  outline-offset: 0.22cqw;
}

.design-rsvp button {
  position: absolute;
  top: 76.94cqw;
  left: 50%;
  width: 33.125cqw;
  height: 9.3937cqw;
  padding: 0;
  transform: translateX(-50%);
  border: 0;
  border-radius: 1.9776cqw;
  color: #fefaef;
  background: #c13768;
  cursor: pointer;
  font-family: var(--font-hand), cursive;
  line-height: 1;
}

.wedding-design .design-rsvp h2 { font-size: 6.25cqw; }
.wedding-design .design-rsvp > p { font-size: 2.9167cqw; }
.wedding-design .design-rsvp legend { margin-bottom: 1.55cqw; font-size: 2.9167cqw; }
.wedding-design .design-rsvp label { font-size: 2.8125cqw; }
.wedding-design .design-rsvp button { font-size: 5cqw; }
.rsvp-error {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.modal-open { overflow: hidden; }

.rsvp-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(39, 31, 31, 0.46);
  backdrop-filter: blur(7px);
  animation: rsvp-fade-in 180ms ease-out both;
}

.rsvp-modal.is-closing {
  pointer-events: none;
  animation: rsvp-fade-out 180ms ease-in both;
}

.rsvp-modal-card {
  position: relative;
  width: min(430px, 100%);
  padding: 46px 34px 34px;
  border: 1px solid rgba(193, 55, 104, 0.2);
  border-radius: 28px;
  color: #171717;
  background: #fefaef;
  box-shadow: 0 26px 80px rgba(65, 28, 42, 0.24);
  text-align: center;
  animation: rsvp-card-in 220ms ease-out both;
}

.rsvp-modal-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-content: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fefaef;
  background: #c13768;
  font-size: 2.2rem;
}

.rsvp-modal-card h2 {
  margin-bottom: 12px;
  color: #c13768;
  font-family: var(--font-hand), cursive;
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 1;
}

.rsvp-modal-card p {
  margin-bottom: 26px;
  font-size: 1rem;
  line-height: 1.55;
}

.rsvp-modal-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  color: #876c76;
  background: transparent;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.rsvp-modal-button {
  min-width: 150px;
  padding: 13px 24px;
  border: 0;
  border-radius: 13px;
  color: #fefaef;
  background: #c13768;
  cursor: pointer;
  font-weight: 700;
}

@keyframes rsvp-fade-in { from { opacity: 0; } }
@keyframes rsvp-fade-out { to { opacity: 0; } }
@keyframes rsvp-card-in {
  from { opacity: 0; transform: translateY(18px) scale(0.97); }
}

.map-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 2cqw;
}

.map-hotspot:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 3px;
}

.wedding-design .map-hotspot {
  top: 69.15%;
  left: 35%;
  width: 30%;
  height: 1.32%;
}

.invitation-not-found {
  display: grid;
  min-height: 100svh;
  place-content: center;
  padding: 32px;
  color: #171717;
  background: #fefaef;
  text-align: center;
}

.invitation-not-found p,
.invitation-not-found h1 {
  color: #c13768;
  font-family: var(--font-hand), cursive;
}

@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workspace-grid { grid-template-columns: 1fr; }
  .guest-form { position: static; }
  .telegram-panel { grid-template-columns: 1fr; align-items: stretch; }
}

@media (max-width: 767px) {
  .wedding-design .personal-message-overlay {
    top: 35.7387%;
    height: 5.1168%;
    padding-top: 7cqw;
  }

  .wedding-design .personal-message-overlay span { font-size: 3.8889cqw; }
  .wedding-design .personal-message-overlay h1 { font-size: 8.3333cqw; }
  .wedding-design .personal-message-overlay p {
    max-width: 86cqw;
    margin-top: 2cqw;
    font-size: 3.8889cqw;
    line-height: 1.32;
  }

  .wedding-design .design-countdown {
    top: 79.2443%;
    height: 5.143%;
  }

  .wedding-design .design-countdown h2 { margin-bottom: 2cqw; font-size: 7.4cqw; }
  .wedding-design .design-countdown > div { width: 94%; gap: 1cqw; }
  .wedding-design .design-countdown strong { font-size: 12cqw; }
  .wedding-design .design-countdown small { font-size: 3.2cqw; }

  .wedding-design .design-rsvp {
    top: 84.3873%;
    height: 11.8342%;
    padding: 0;
  }

  .wedding-design .design-rsvp h2 { top: 8.6cqw; font-size: 8.3333cqw; }
  .wedding-design .design-rsvp > p { top: 20cqw; font-size: 3.8889cqw; }
  .wedding-design .design-rsvp fieldset {
    right: 4.8cqw;
    left: 5.8333cqw;
  }
  .wedding-design .design-rsvp fieldset:first-of-type { top: 35cqw; }
  .wedding-design .design-rsvp fieldset:nth-of-type(2) {
    top: 63cqw;
    left: 4.85cqw;
  }
  .wedding-design .design-rsvp fieldset:first-of-type legend { margin-left: 0.52cqw; }
  .wedding-design .design-rsvp fieldset:nth-of-type(2) legend { margin-left: 1.35cqw; }
  .wedding-design .design-rsvp legend { margin-bottom: 2.5cqw; font-size: 3.8889cqw; }
  .wedding-design .design-rsvp label {
    min-height: 6.1111cqw;
    gap: 12px;
    font-size: 3.75cqw;
  }
  .wedding-design .design-rsvp fieldset:nth-of-type(2) label { gap: 12px; }
  .wedding-design .design-rsvp button {
    top: 104.1667cqw;
    width: 44.1667cqw;
    height: 12.5249cqw;
    padding: 0;
    border-radius: 3.0173cqw;
    font-size: 6.6667cqw;
  }

  .wedding-design .map-hotspot {
    top: 69.42%;
    left: 29.5%;
    width: 41%;
    height: 1.75%;
  }
}

@media (max-width: 620px) {
  .admin-shell { width: min(100% - 28px, 1420px); padding-top: 30px; }
  .admin-header { align-items: flex-start; }
  .date-seal { width: 82px; height: 82px; }
  .date-seal strong { font-size: 1.8rem; }
  .stats-grid { gap: 9px; }
  .stat-card { min-height: 108px; padding: 18px; }
  .stat-card strong { margin-top: 12px; font-size: 2.1rem; }
  .guest-form, .guest-list-panel { padding: 22px; border-radius: 20px; }
  .guest-card { grid-template-columns: 1fr; }
  .guest-actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
