@charset "UTF-8";
:root {
  --dark: #0e0e0e;
  --dark-2: #1a1a1a;
  --dark-3: #252525;
  --iv-cream: #faf3e9;
  --iv-navy: #1e2839;
  --iv-purple: #7e4f83;
  --iv-teal: #53827e;
  --iv-gold: #d8a450;
  --iv-text-dim: #6b6255;
  --iv-error: #b23b3b;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  background: var(--iv-navy);
  color: var(--iv-cream);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-wrap: balance;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: 80vw;
  max-width: 700px;
  max-height: 700px;
  background: radial-gradient(ellipse, rgba(216, 164, 80, 0.09) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#app {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#screen-loading {
  text-align: center;
  animation: fadeIn 0.5s ease;
}

.loading-ring {
  width: 48px;
  height: 48px;
  border: 1px solid var(--dark-3);
  border-top-color: var(--iv-gold);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 24px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.iv-card {
  background: var(--iv-cream);
  color: var(--iv-navy);
  padding: clamp(28px, 6vw, 48px) clamp(22px, 5vw, 40px);
  position: relative;
  text-align: center;
}
.iv-card::before {
  content: "";
  position: absolute;
  inset: -3px;
  pointer-events: none;
  background-color: var(--iv-navy);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 34px 34px;
  mask-size: 34px 34px;
  -webkit-mask-position: top left, top right, bottom right, bottom left;
  mask-position: top left, top right, bottom right, bottom left;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(0 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(90 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(180 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(270 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(0 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(90 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(180 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='rotate(270 60 60)'><polygon points='36 0 0 0 0 36 0 72 36 72 36 36 72 36 72 0 36 0' fill='black'/><rect x='72' y='96' width='24' height='24' fill='black'/><rect x='96' y='72' width='24' height='24' fill='black'/></g></svg>");
}

.iv-champagne-top {
  width: 28px;
  height: auto;
  margin-bottom: 12px;
  transform: rotate(-8deg);
}

.iv-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 16px;
  gap: 14px;
}

.iv-rule {
  flex: 0 0 32px;
  height: 2px;
  background: var(--iv-gold);
}

.iv-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.35em;
  padding-left: 0.35em;
  color: var(--iv-navy);
  width: min-content;
}

.iv-eyebrow {
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--iv-text-dim);
  margin-bottom: 8px;
}

.iv-guest-name {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(40px, 5vw, 48px);
  color: var(--iv-navy);
  margin-bottom: 28px;
}

.iv-script {
  font-family: "Oooh Baby", cursive;
  font-size: clamp(24px, 8vw, 55px);
  font-weight: 600;
  color: var(--iv-gold);
  margin-bottom: 24px;
}

.iv-quest-banner {
  position: relative;
  background: var(--iv-navy);
  color: var(--iv-cream);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 16px;
  margin-bottom: 20px;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.iv-quest-banner::before, .iv-quest-banner::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 25px;
  background-color: var(--iv-navy);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.iv-quest-banner::before {
  left: -16px;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 110'><g transform=''><polygon points='66 0 66 15.6669312 66 22 44 22 44 32.833313 44 44 22 44 0 44 0 66 22 66 44 66 44 88 66 88 66 110 88 110 88 22 88 15.6669312 88 0 66 0' fill='black'/></g></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 110'><g transform=''><polygon points='66 0 66 15.6669312 66 22 44 22 44 32.833313 44 44 22 44 0 44 0 66 22 66 44 66 44 88 66 88 66 110 88 110 88 22 88 15.6669312 88 0 66 0' fill='black'/></g></svg>");
}
.iv-quest-banner::after {
  right: -16px;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 110'><g transform='scale(-1,1) translate(-88,0)'><polygon points='66 0 66 15.6669312 66 22 44 22 44 32.833313 44 44 22 44 0 44 0 66 22 66 44 66 44 88 66 88 66 110 88 110 88 22 88 15.6669312 88 0 66 0' fill='black'/></g></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 110'><g transform='scale(-1,1) translate(-88,0)'><polygon points='66 0 66 15.6669312 66 22 44 22 44 32.833313 44 44 22 44 0 44 0 66 22 66 44 66 44 88 66 88 66 110 88 110 88 22 88 15.6669312 88 0 66 0' fill='black'/></g></svg>");
}

#screen-invite {
  width: 100%;
  max-width: 620px;
  animation: fadeInUp 1s ease;
}

.iv-ages-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: clamp(10px, 3vw, 26px);
  margin-block: 20px;
}

.iv-age {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iv-age img {
  transform: scale(1.2);
  translate: -3px;
}

.iv-age-name {
  font-family: "Oooh Baby";
  font-size: clamp(42px, 10vw, 3.5rem);
  line-height: 0.7;
}

.iv-age-num {
  font-family: "Jersey 10", monospace;
  font-size: clamp(38px, 35vw, 200px);
  line-height: 0.7;
}

.iv-age-purple .iv-age-num,
.iv-age-purple .iv-age-name {
  color: var(--iv-purple);
}

.iv-age-teal .iv-age-num,
.iv-age-teal .iv-age-name {
  color: var(--iv-teal);
}

.iv-amp {
  display: unset;
}

.iv-age-amp {
  font-family: "Jersey 25", monospace;
  font-size: clamp(20px, 10vw, 70px);
  color: var(--iv-navy);
  line-height: 0.8;
}

.iv-age-ribbon {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 12px;
}
.iv-age-ribbon::before, .iv-age-ribbon::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 9px;
  height: 9px;
  background: inherit;
}
.iv-age-ribbon::before {
  left: -9px;
}
.iv-age-ribbon::after {
  right: -9px;
}

.iv-age-purple .iv-age-ribbon {
  background: var(--iv-purple);
}

.iv-age-teal .iv-age-ribbon {
  background: var(--iv-teal);
}

.iv-activities-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 28px;
}
.iv-activities-row img {
  width: 100%;
  max-width: 140px;
  height: auto;
}
.iv-activities-row span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 4px;
  min-height: 28px;
}

.iv-activity {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iv-details-banner {
  background: var(--iv-navy);
  color: var(--iv-cream);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 22px 14px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
.iv-details-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-color: var(--iv-cream);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
  -webkit-mask-position: top left, top right, bottom right, bottom left;
  mask-position: top left, top right, bottom right, bottom left;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(0 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(90 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(180 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(270 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(0 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(90 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(180 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>"), url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.6660156 104.6659546'><g transform='rotate(270 52.333 52.333)'><polygon points='104.6660156 34.8886719 104.6660156 0 69.7773438 0 34.8886719 0 0 0 0 34.8886719 0 69.7773438 0 104.6659546 34.8886719 104.6659546 34.8886719 69.7773438 62.6907349 69.7773438 62.6907349 86.6906738 86.6907349 86.6906738 86.6907349 62.6906738 69.7773438 62.6906738 69.7773438 34.8886719 104.6660156 34.8886719' fill='black'/></g></svg>");
}

.iv-detail-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}
.iv-detail-col img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.iv-detail-sep {
  width: 1px;
  background: rgba(250, 243, 233, 0.2);
  margin: 0 4px;
}

.iv-detail-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--iv-gold);
  margin-bottom: 6px;
}
.iv-detail-label-when {
  color: var(--iv-purple);
}
.iv-detail-label-what {
  color: var(--iv-teal);
}

.iv-detail-value {
  font-size: 11px;
  line-height: 1.6;
  color: var(--iv-cream);
}
.iv-detail-value strong {
  font-weight: 500;
}

.iv-already-confirmed {
  background: rgba(126, 79, 131, 0.08);
  border: 2px solid var(--iv-navy);
  padding: 20px 24px;
  text-align: center;
}

.iv-confirmed-check {
  font-size: 28px;
  color: var(--iv-teal);
  margin-bottom: 8px;
}

.iv-confirmed-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: italic;
  color: var(--iv-navy);
}

.iv-confirmed-sub {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--iv-text-dim);
  margin-top: 6px;
}

.iv-confirmed-message-recap {
  margin-top: 16px;
  font-size: 13px;
  color: var(--iv-text-dim);
  font-style: italic;
  border-top: 1px solid rgba(30, 40, 57, 0.15);
  padding-top: 14px;
}

.iv-preview-banner {
  background: var(--iv-purple);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 14px;
  margin-bottom: 18px;
}

.iv-form-section {
  text-align: left;
}

.iv-rsvp-box {
  display: flex;
  align-items: start;
  gap: 14px;
  border: 2px dashed var(--iv-navy);
  padding: 16px 18px;
  margin-bottom: 22px;
}
.iv-rsvp-box img {
  width: 34px;
  height: auto;
  flex-shrink: 0;
  margin-top: 2px;
}

.iv-rsvp-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--iv-navy);
  margin-bottom: 12px;
  text-align: center;
}

.iv-rsvp-sub {
  font-size: 12px;
  color: var(--iv-text-dim);
  margin-top: 3px;
}
.iv-rsvp-sub strong {
  font-weight: 500;
}

.iv-form-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--iv-text-dim);
  margin-bottom: 10px;
}

.iv-select-wrap {
  position: relative;
  margin-bottom: 22px;
}
.iv-select-wrap::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: var(--iv-gold);
  font-size: 13px;
  pointer-events: none;
}

#guests-count-select {
  width: 100%;
  background: #fff;
  border: 2px solid var(--iv-navy);
  color: var(--iv-navy);
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-style: italic;
  padding: 14px 16px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
#guests-count-select:focus {
  border-color: var(--iv-gold);
}

#confirm-form-block textarea {
  width: 100%;
  background: #fff;
  border: 2px solid var(--iv-navy);
  color: var(--iv-navy);
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-style: italic;
  padding: 14px 16px;
  resize: none;
  outline: none;
}
#confirm-form-block textarea::-moz-placeholder {
  color: var(--iv-text-dim);
  opacity: 0.6;
}
#confirm-form-block textarea::placeholder {
  color: var(--iv-text-dim);
  opacity: 0.6;
}

.iv-char-count {
  text-align: right;
  font-size: 10px;
  color: var(--iv-text-dim);
  margin-top: 6px;
  letter-spacing: 0.1em;
}

.iv-btn-confirm {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: var(--iv-navy);
  border: 2px solid var(--iv-navy);
  color: var(--iv-cream);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.25s ease;
  margin-top: 20px;
}
.iv-btn-confirm:hover {
  opacity: 0.85;
}
.iv-btn-confirm:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .iv-title-row {
    gap: 0;
  }
  .iv-activities-row {
    gap: 20px;
  }
  .iv-details-banner {
    flex-direction: column;
    gap: 18px;
  }
  .iv-detail-sep {
    display: none;
  }
  .iv-btn-confirm {
    margin-bottom: 12px;
  }
  .iv-already-confirmed {
    margin-bottom: 12px;
  }
}
#screen-invalid {
  width: 100%;
  max-width: 420px;
  animation: fadeInUp 0.8s ease;
}

.iv-invalid-glyph {
  font-family: "Jersey 10", monospace;
  font-size: clamp(38px, 35vw, 200px);
  color: var(--iv-purple);
  line-height: 0.7;
  margin-bottom: 24px;
}

.iv-invalid-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  color: var(--iv-navy);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

#screen-success {
  width: 100%;
  max-width: 560px;
  animation: fadeInUp 0.8s ease;
}

.iv-success-check {
  font-size: 40px;
  color: var(--iv-teal);
  margin-bottom: 12px;
  animation: scaleIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#screen-admin {
  width: 100%;
  max-width: 90vw;
  animation: fadeInUp 0.6s ease;
}

#screen-admin .iv-card {
  text-align: left;
}

.admin-header {
  margin-bottom: 28px;
  border-bottom: 2px solid var(--iv-navy);
  padding-bottom: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--iv-navy);
}

.admin-logout {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--iv-text-dim);
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition: color 0.2s;
}
.admin-logout:hover {
  color: var(--iv-purple);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}

.stat-card {
  background: var(--iv-navy);
  border: 2px solid var(--iv-navy);
  padding: 18px 16px;
  text-align: center;
}

.stat-value {
  font-family: "Press Start 2P", monospace;
  font-size: 26px;
  color: var(--iv-gold);
  line-height: 1;
}

.stat-label {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--iv-cream);
  opacity: 0.75;
  margin-top: 8px;
}

.guest-table {
  width: 100%;
  border-collapse: collapse;
}
.guest-table th {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--iv-gold);
  text-align: left;
  padding: 10px 14px;
  border-bottom: 2px solid var(--iv-navy);
}
.guest-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(30, 40, 57, 0.12);
  font-size: 13px;
  color: var(--iv-navy);
  vertical-align: top;
}
.guest-table tr:last-child td {
  border-bottom: none;
}
.guest-table tr:hover td {
  background: rgba(30, 40, 57, 0.03);
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.badge-confirmed {
  background: var(--iv-teal);
  color: #fff;
}

.badge-pending {
  background: rgba(30, 40, 57, 0.08);
  color: var(--iv-text-dim);
  border: 1px solid rgba(30, 40, 57, 0.15);
}

.badge-famille {
  background: var(--iv-purple);
  color: #fff;
}

.badge-ami {
  background: var(--iv-gold);
  color: var(--iv-navy);
}

.admin-preview-link {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--iv-purple);
  text-decoration: none;
  white-space: nowrap;
}
.admin-preview-link:hover {
  text-decoration: underline;
}

.msg-preview {
  font-style: italic;
  color: var(--iv-text-dim);
  font-size: 12px;
  margin-top: 4px;
  max-width: 260px;
}

.admin-date {
  font-size: 11px;
  color: var(--iv-text-dim);
}

#screen-admin-login {
  width: 100%;
  max-width: 380px;
  animation: fadeInUp 0.8s ease;
}

.iv-login-input {
  width: 100%;
  background: #fff;
  border: 2px solid var(--iv-navy);
  color: var(--iv-navy);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 14px 16px;
  outline: none;
  letter-spacing: 0.05em;
  text-align: center;
}
.iv-login-input::-moz-placeholder {
  color: var(--iv-text-dim);
  opacity: 0.6;
}
.iv-login-input::placeholder {
  color: var(--iv-text-dim);
  opacity: 0.6;
}

.iv-login-error {
  font-size: 11px;
  color: var(--iv-error);
  letter-spacing: 0.05em;
  margin-top: 10px;
  min-height: 16px;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hidden {
  display: none !important;
}/*# sourceMappingURL=style.css.map */