/* ╔══════════════════════════════════════════════════════════════╗
   ║  POP THE BALLOON — STOKE  ·  styles.css                        ║
   ║  Shared by index.html (public) and admin.html (dashboard)     ║
   ╚══════════════════════════════════════════════════════════════╝ */

:root {
  --bg:         #08080D;
  --surface:    #14141E;
  --surface-2:  #1C1C28;
  --red:        #E8192C;
  --red-glow:   #FF1744;
  --rose:       #FF3D77;
  --rose-soft:  #FF7DA6;
  --text:       #FFFFFF;
  --muted:      #9C9CB0;
  --border:     rgba(255, 255, 255, 0.09);
  --grad:       linear-gradient(135deg, var(--red), var(--rose));
  --radius:     16px;
  --maxw:       1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
/* Make the HTML `hidden` attribute reliable even when an element has a
   `display` rule (e.g. .login{display:grid}, .steps{display:flex}).
   Without this, hidden elements stay visible and cover the page. */
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .anton { font-family: 'Fraunces', Georgia, serif; font-weight: 800; font-optical-sizing: auto; letter-spacing: -.01em; line-height: 1.04; }
a { color: inherit; text-decoration: none; }

/* Icons */
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; vertical-align: -0.14em; }

.muted { color: var(--muted); }

/* ░░░ BUTTONS ░░░ */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--red); color: #fff; border: none; border-radius: 999px;
  padding: .85rem 1.7rem; font: 700 1rem 'DM Sans', sans-serif; cursor: pointer;
  transition: transform .15s ease, box-shadow .25s ease, background .2s;
  box-shadow: 0 6px 24px rgba(232, 25, 44, .35);
}
.btn .icon { width: 1.15em; height: 1.15em; }
.btn:hover { transform: translateY(-2px); background: var(--red-glow); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: 1.05rem 2.3rem; font-size: 1.12rem; }
.btn--sm { padding: .55rem 1.2rem; font-size: .9rem; }
.btn--ghost { background: transparent; box-shadow: none; border: 1px solid var(--border); color: var(--text); }
.btn--ghost:hover { background: var(--surface-2); }
.btn--glow { background: var(--grad); box-shadow: 0 10px 34px rgba(255, 61, 119, .5); }
.btn--glow:hover { box-shadow: 0 14px 44px rgba(255, 61, 119, .72); }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }

/* ░░░ NAV ░░░ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem 1.5rem; background: rgba(8, 8, 13, .72);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--border);
}
.nav__brand { display: inline-flex; align-items: center; gap: .5rem; font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.15rem; letter-spacing: .03em; }
.nav__brand .icon { color: var(--rose); width: 1.3rem; height: 1.3rem; }
.nav__brand span { color: var(--rose); }
.nav__links { display: flex; align-items: center; gap: 1.4rem; }
.nav__links a:not(.btn) { color: var(--muted); font-weight: 500; font-size: .95rem; }
.nav__links a:not(.btn):hover { color: #fff; }

/* ░░░ HERO ░░░ */
.hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  justify-content: center; padding: 6rem 1.5rem 3rem; overflow: hidden;
  background:
    radial-gradient(ellipse at 25% 15%, rgba(232, 25, 44, .22), transparent 55%),
    radial-gradient(ellipse at 85% 85%, rgba(255, 61, 119, .20), transparent 55%),
    var(--bg);
}
.hero__fx { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center; max-width: 1200px; margin: 0 auto; width: 100%; }
.hero__copy { max-width: 600px; }

.hero__badge { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255, 255, 255, .06); border: 1px solid var(--border); border-radius: 999px; padding: .4rem 1rem; font-size: .85rem; color: var(--muted); margin-bottom: 1.3rem; }
.hero__badge .icon { color: var(--rose); }

.hero__title { display: flex; flex-direction: column; font-weight: 900; line-height: .95; font-size: clamp(3.2rem, 9vw, 7rem); }
.hero__title .line1 { background: linear-gradient(180deg, #fff, #ffd5e1); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__title .line2 { background: linear-gradient(180deg, #ff8aa9, var(--red) 60%, #a50d1c); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 70px rgba(255, 61, 119, .4); animation: glowpulse 3.5s ease-in-out infinite; }
@keyframes glowpulse { 0%, 100% { filter: drop-shadow(0 0 0 rgba(255,61,119,0)); } 50% { filter: drop-shadow(0 0 18px rgba(255,61,119,.45)); } }

.hero__city { font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: clamp(1rem, 3.5vw, 1.5rem); letter-spacing: .35em; color: var(--muted); margin: .55rem 0 .8rem; }
.hero__script { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(1.2rem, 2.7vw, 1.7rem); color: var(--rose-soft); margin-bottom: 1rem; }
.hero__tag { color: #d9d9e2; font-size: 1.08rem; max-width: 520px; margin-bottom: 1.8rem; }
.hero__tag strong { color: #fff; }
.hero__scroll { position: absolute; bottom: 1.1rem; left: 50%; transform: translateX(-50%); color: var(--muted); font-size: 1.4rem; animation: bob 1.6s ease-in-out infinite; z-index: 3; }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* Hero photo */
.hero__photo { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.hero__photo img { position: relative; z-index: 2; width: 100%; max-width: 430px; height: auto; filter: drop-shadow(0 30px 55px rgba(0, 0, 0, .6)); animation: rise 1s cubic-bezier(.2, 1, .3, 1) both; }
.hero__glow { position: absolute; z-index: 1; left: 50%; top: 48%; transform: translate(-50%, -50%); width: 90%; height: 88%; background: radial-gradient(circle, rgba(255, 61, 119, .5), rgba(232, 25, 44, .28) 42%, transparent 70%); filter: blur(34px); animation: glowpulse 4s ease-in-out infinite; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* Bokeh lights */
.bokeh { position: absolute; border-radius: 50%; filter: blur(45px); opacity: .5; animation: drift 14s ease-in-out infinite; }
.k1 { width: 260px; height: 260px; background: rgba(232, 25, 44, .5); top: 10%; left: 8%; }
.k2 { width: 220px; height: 220px; background: rgba(255, 61, 119, .5); bottom: 12%; right: 12%; animation-delay: 4s; }
.k3 { width: 180px; height: 180px; background: rgba(255, 23, 68, .4); top: 55%; left: 40%; animation-delay: 8s; }
@keyframes drift { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(20px, -25px); } }

/* Balloons */
.balloons { position: absolute; inset: 0; }
.balloon { position: absolute; bottom: -140px; width: 52px; height: 64px; border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%; background: radial-gradient(circle at 32% 28%, #ff7b88, var(--red) 55%, #a50d1c); opacity: .5; filter: drop-shadow(0 0 16px rgba(255, 23, 68, .4)); animation: float linear infinite; }
.balloon::after { content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 7px solid #a50d1c; }
.balloon::before { content: ''; position: absolute; bottom: -50px; left: 50%; width: 1px; height: 50px; background: rgba(255, 255, 255, .16); }
.b1 { left: 5%;  animation-duration: 19s; }
.b2 { left: 22%; animation-duration: 24s; animation-delay: 3s; transform: scale(.7); }
.b3 { left: 44%; animation-duration: 21s; animation-delay: 8s; transform: scale(1.15); }
.b4 { left: 64%; animation-duration: 26s; animation-delay: 2s; transform: scale(.85); }
.b5 { left: 80%; animation-duration: 22s; animation-delay: 6s; }
.b6 { left: 92%; animation-duration: 18s; animation-delay: 10s; transform: scale(.65); }
@keyframes float { 0% { transform: translateY(0) translateX(0) rotate(0); } 50% { transform: translateY(-58vh) translateX(18px) rotate(6deg); } 100% { transform: translateY(-118vh) translateX(-8px) rotate(-4deg); opacity: 0; } }

/* Floating hearts */
.fly-heart { position: absolute; width: 24px; height: 24px; color: var(--rose); fill: currentColor; stroke: none; opacity: .35; animation: floatHeart linear infinite; }
.h1 { left: 14%; bottom: -40px; animation-duration: 16s; }
.h2 { left: 58%; bottom: -40px; animation-duration: 21s; animation-delay: 5s; width: 18px; }
.h3 { left: 78%; bottom: -40px; animation-duration: 18s; animation-delay: 9s; width: 30px; }
@keyframes floatHeart { 0% { transform: translateY(0) scale(.9); opacity: 0; } 15% { opacity: .4; } 100% { transform: translateY(-110vh) scale(1.1); opacity: 0; } }

/* ░░░ MARQUEE ░░░ */
.marquee { overflow: hidden; background: var(--grad); padding: .7rem 0; }
.marquee__track { display: inline-flex; align-items: center; gap: 1.6rem; white-space: nowrap; animation: scroll 24s linear infinite; }
.marquee span { font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.3rem; letter-spacing: .06em; color: #fff; }
.marquee i { color: rgba(255, 255, 255, .65); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ░░░ SECTIONS ░░░ */
.section { padding: 5.5rem 1.5rem; }
.section--alt { background: linear-gradient(180deg, var(--surface), #10101a); }
.container { max-width: var(--maxw); margin: 0 auto; }
.container--narrow { max-width: 740px; }
.section__title { font-size: clamp(2.2rem, 6vw, 3.6rem); margin-bottom: 1.2rem; text-align: center; }
.section__title span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section__lead { color: #cfcfd8; font-size: 1.15rem; max-width: 700px; margin: 0 auto 2.6rem; }
.section__lead.center, .center { text-align: center; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ░░░ CARDS ░░░ */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; }
.card { background: rgba(255, 255, 255, .03); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem 1.6rem; text-align: center; transition: transform .2s, border-color .2s; }
.card:hover { transform: translateY(-5px); border-color: rgba(255, 61, 119, .55); }
.card__icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto .9rem; border-radius: 18px; background: rgba(255, 61, 119, .12); border: 1px solid rgba(255, 61, 119, .3); color: var(--rose-soft); }
.card__icon .icon { width: 1.7rem; height: 1.7rem; }
.card h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.card p { color: var(--muted); }

/* ░░░ TIMELINE / HOW IT WORKS ░░░ */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.tl-step { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.7rem 1.1rem; text-align: center; transition: transform .2s, border-color .2s; }
.tl-step:hover { transform: translateY(-5px); border-color: rgba(255, 61, 119, .5); }
.tl-step__ico { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto .6rem; background: var(--grad); color: #fff; box-shadow: 0 8px 24px rgba(255, 61, 119, .4); }
.tl-step__ico .icon { width: 1.6rem; height: 1.6rem; }
.tl-step__n { font-family: 'Fraunces', Georgia, serif; font-weight: 700; color: var(--rose-soft); font-size: .85rem; letter-spacing: .22em; }
.tl-step h3 { font-size: 1.15rem; margin: .3rem 0 .35rem; }
.tl-step p { color: var(--muted); font-size: .9rem; }

/* ░░░ CHECKLIST ░░░ */
.checklist { list-style: none; max-width: 600px; margin: 0 auto 2.2rem; text-align: left; }
.checklist li { display: flex; align-items: center; gap: .9rem; background: rgba(255, 255, 255, .03); border: 1px solid var(--border); border-radius: 12px; padding: .9rem 1.1rem; margin-bottom: .7rem; }
.checklist li .icon { width: 1.6rem; height: 1.6rem; color: var(--rose); background: rgba(255, 61, 119, .14); border-radius: 50%; padding: .3rem; flex-shrink: 0; }

/* ░░░ STEPS PROGRESS ░░░ */
.steps { display: flex; justify-content: center; gap: .5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.steps__item { display: flex; align-items: center; gap: .5rem; color: var(--muted); font-size: .9rem; font-weight: 500; padding: .4rem .8rem; }
.steps__item span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border); font-weight: 700; }
.steps__item.is-active { color: #fff; }
.steps__item.is-active span { background: var(--grad); border-color: transparent; }
.steps__item.is-done span { background: #1f8a4c; border-color: #1f8a4c; }

/* ░░░ FORM ░░░ */
.form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.step { display: none; border: none; }
.step.is-active { display: block; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; font-size: .9rem; font-weight: 600; color: #d8d8e0; margin-bottom: 1rem; }
.field--full { grid-column: 1 / -1; }
.field__label { font-size: .9rem; font-weight: 600; color: #d8d8e0; display: block; margin-bottom: .5rem; }
.field input, .field select, .field textarea, .input-icon input,
.toolbar input, .toolbar select {
  background: var(--bg); border: 1px solid var(--border); border-radius: 10px; color: #fff;
  padding: .75rem .9rem; font: 400 1rem 'DM Sans', sans-serif; width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus, .input-icon input:focus {
  outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(255, 61, 119, .22);
}
.field textarea { resize: vertical; }

/* Socials with inline icons */
.socials__title { margin: .3rem 0 .7rem; }
.socials .field { margin-bottom: .7rem; }
.input-icon { position: relative; }
.input-icon .icon { position: absolute; left: .85rem; top: 50%; transform: translateY(-50%); width: 1.15rem; height: 1.15rem; color: var(--rose-soft); pointer-events: none; }
.input-icon input { padding-left: 2.7rem; }

.radios { display: flex; gap: 1rem; flex-wrap: wrap; }
.radios label { display: flex; align-items: center; gap: .5rem; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: .7rem 1rem; cursor: pointer; font-weight: 500; }
.radios input { accent-color: var(--rose); }

.check { display: flex; gap: .7rem; align-items: flex-start; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: .9rem; margin-bottom: .9rem; font-size: .92rem; color: #d8d8e0; cursor: pointer; }
.check input { margin-top: .25rem; accent-color: var(--rose); width: 18px; height: 18px; flex-shrink: 0; }

/* Dropzones */
.dropzone { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: .25rem; background: var(--bg); border: 1.5px dashed var(--border); border-radius: 14px; padding: 1.5rem 1rem; cursor: pointer; transition: border-color .2s, background .2s; margin-bottom: 1rem; }
.dropzone:hover { border-color: var(--rose); background: rgba(255, 61, 119, .05); }
.dropzone.has-file { border-style: solid; border-color: var(--rose); }
.dropzone .icon { width: 1.9rem; height: 1.9rem; color: var(--rose-soft); }
.dropzone__title { font-weight: 700; color: #fff; font-size: .95rem; }
.dropzone__hint { font-size: .75rem; color: var(--muted); }
.dropzone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }

.preview { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1rem; }
.preview img { width: 90px; height: 90px; object-fit: cover; border-radius: 10px; border: 1px solid var(--border); }

.privacy { display: flex; gap: .6rem; align-items: flex-start; font-size: .82rem; color: var(--muted); background: rgba(255, 255, 255, .03); border: 1px solid var(--border); border-radius: 10px; padding: .8rem 1rem; margin: .4rem 0 1rem; }
.privacy .icon { width: 1.15rem; height: 1.15rem; color: var(--rose); flex-shrink: 0; margin-top: .1rem; }
.privacy a { color: var(--rose-soft); font-weight: 600; }

.cf-turnstile { margin: 1rem 0; }
.form__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 1.5rem; gap: 1rem; }
.form__error { color: #ff8a96; text-align: center; margin-top: 1rem; min-height: 1.2rem; font-weight: 600; }
.field-error { animation: shake .4s ease; }
.field-error input, .field-error select, .field-error textarea { border-color: var(--red) !important; box-shadow: 0 0 0 3px rgba(232, 25, 44, .3) !important; }
.dropzone.field-error { border-color: var(--red) !important; background: rgba(232, 25, 44, .08); }
@keyframes shake { 0%, 100% { transform: translateX(0); } 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }

/* ░░░ SUCCESS ░░░ */
.success { text-align: center; background: var(--surface); border: 1px solid rgba(255, 61, 119, .5); border-radius: var(--radius); padding: 3rem 2rem; }
.success__pop { color: var(--rose); animation: pop .6s cubic-bezier(.2, 1.4, .4, 1) both; }
.success__pop .icon { width: 4rem; height: 4rem; }
@keyframes pop { from { transform: scale(.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.success h3 { font-size: 2rem; margin: .5rem 0 1rem; }
.success p { color: #cfcfd8; max-width: 480px; margin: 0 auto 1.8rem; }

/* Confetti */
.confetti { position: fixed; inset: 0; pointer-events: none; z-index: 200; overflow: hidden; }
.confetti b { position: absolute; top: -24px; width: 11px; height: 15px; border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%; animation: confettiFall linear forwards; }
@keyframes confettiFall { to { transform: translateY(110vh) rotate(540deg); opacity: 0; } }

/* ░░░ FAQ ░░░ */
.faq details { background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.2rem; margin-bottom: .7rem; }
.faq summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { width: 1.3rem; height: 1.3rem; color: var(--rose); transition: transform .2s; }
.faq details[open] summary .icon { transform: rotate(180deg); }
.faq p { color: var(--muted); margin-top: .7rem; }

/* ░░░ FOOTER ░░░ */
.footer { text-align: center; padding: 3.5rem 1.5rem; border-top: 1px solid var(--border); color: var(--muted); }
.footer__logo { display: inline-flex; align-items: center; gap: .5rem; font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.5rem; color: #fff; letter-spacing: .04em; }
.footer__logo .icon { color: var(--rose); }
.footer p { margin: .4rem 0; }
.footer__social { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin: .7rem 0; }
.footer__social a { display: inline-flex; align-items: center; gap: .4rem; color: var(--muted); transition: color .2s; }
.footer__social a:hover { color: var(--rose); }
.footer__social .icon { width: 1.35rem; height: 1.35rem; }
.footer__dm { color: var(--rose-soft) !important; font-weight: 700; }
.footer__tags { font-size: .82rem; opacity: .7; }
.footer__small { font-size: .8rem; opacity: .6; margin-top: 1rem; }

/* ░░░ COUNTDOWN ░░░ */
.countdown { margin-bottom: 1.8rem; }
.countdown__label { display: inline-flex; align-items: center; gap: .45rem; color: var(--muted); margin-bottom: .7rem; }
.countdown__label .icon { color: var(--rose); }
.countdown__label strong { color: var(--rose); }
.countdown__grid { display: flex; gap: .6rem; }
.countdown__grid > div { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: .7rem .4rem; min-width: 68px; text-align: center; }
.countdown__grid span { display: block; font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.9rem; color: #fff; }
.countdown__grid small { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

/* ╔══════════════════════════════════════════════════════════════╗
   ║  ADMIN DASHBOARD                                              ║
   ╚══════════════════════════════════════════════════════════════╝ */
.admin { max-width: 1300px; margin: 0 auto; padding: 1.5rem; }
.login { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; }
.login__box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 2.5rem; width: 100%; max-width: 380px; text-align: center; }
.login__box h1 { display: inline-flex; align-items: center; gap: .5rem; font-size: 1.7rem; margin-bottom: .3rem; }
.login__box h1 .icon { color: var(--rose); }
.login__box p { color: var(--muted); margin-bottom: 1.5rem; }
.login__box input { width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; color: #fff; padding: .8rem 1rem; margin-bottom: 1rem; font-size: 1rem; }
.login__box input:focus { outline: none; border-color: var(--rose); }

.admin__bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }
.admin__title { display: inline-flex; align-items: center; gap: .5rem; font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.5rem; }
.admin__title .icon { color: var(--rose); }

.statgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.stat { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.1rem; text-align: center; }
.stat__num { font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 2rem; }
.stat__label { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.stat--new .stat__num { color: var(--rose); }
.stat--shortlisted .stat__num { color: #36d399; }

.toolbar { display: flex; gap: .7rem; flex-wrap: wrap; margin-bottom: 1rem; align-items: center; }
.toolbar input, .toolbar select { width: auto; flex: 0 0 auto; }
.toolbar input[type="search"] { flex: 1 1 220px; min-width: 180px; }

.table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.table { width: 100%; border-collapse: collapse; min-width: 760px; }
.table th, .table td { padding: .85rem 1rem; text-align: left; border-bottom: 1px solid var(--border); font-size: .92rem; }
.table th { color: var(--muted); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.table tbody tr { cursor: pointer; transition: background .12s; }
.table tbody tr:hover { background: var(--surface-2); }
.table__name { font-weight: 700; }

.badge { display: inline-block; padding: .25rem .7rem; border-radius: 999px; font-size: .75rem; font-weight: 700; text-transform: capitalize; }
.badge--new { background: rgba(255, 61, 119, .18); color: var(--rose-soft); }
.badge--reviewed { background: rgba(255, 255, 255, .1); color: #d8d8e0; }
.badge--shortlisted { background: rgba(54, 211, 153, .18); color: #36d399; }
.badge--rejected { background: rgba(120, 120, 140, .18); color: #9a9aae; }

.pager { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 1.2rem; color: var(--muted); }

.drawer { position: fixed; inset: 0; z-index: 100; display: none; }
.drawer.is-open { display: block; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .6); backdrop-filter: blur(3px); }
.drawer__content { position: absolute; top: 0; right: 0; height: 100%; width: min(560px, 100%); background: var(--surface); border-left: 1px solid var(--border); padding: 2rem; overflow-y: auto; animation: slidein .25s ease; }
@keyframes slidein { from { transform: translateX(40px); opacity: 0; } to { transform: none; opacity: 1; } }
.drawer__close { position: absolute; top: 1rem; right: 1rem; background: var(--surface-2); border: 1px solid var(--border); color: #fff; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; }
.drawer h2 { font-size: 1.6rem; }
.drawer__photos { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; }
.drawer__photos img { width: 130px; height: 130px; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); }
.detail-row { padding: .7rem 0; border-bottom: 1px solid var(--border); }
.detail-row b { color: var(--muted); font-weight: 600; display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .15rem; }
.detail-row a { color: var(--rose-soft); }
.notes { width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; color: #fff; padding: .7rem; min-height: 80px; margin: .6rem 0; font: 400 .95rem 'DM Sans', sans-serif; resize: vertical; }
.status-btns { display: flex; gap: .5rem; flex-wrap: wrap; margin: .6rem 0 1rem; }
.status-btns button { padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--border); background: var(--surface-2); color: #fff; cursor: pointer; font-weight: 600; font-size: .85rem; }
.status-btns button.is-active { background: var(--grad); border-color: transparent; }
.loading { text-align: center; padding: 3rem; color: var(--muted); }

/* ░░░ RESPONSIVE ░░░ */
@media (max-width: 900px) {
  .hero { min-height: auto; padding-top: 7rem; text-align: center; }
  .hero__grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero__copy { margin: 0 auto; }
  .hero__badge { margin-left: auto; margin-right: auto; }
  .hero__photo img { max-width: 300px; }
  .countdown__grid { justify-content: center; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid, .socials { grid-template-columns: 1fr; }
  .nav__links a:not(.btn) { display: none; }
  .form { padding: 1.3rem; }
  .timeline { grid-template-columns: 1fr; }
  .countdown__grid > div { min-width: 58px; }
  .hero__tag { margin-left: auto; margin-right: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .balloon, .fly-heart, .bokeh, .marquee__track, .hero__title .line2, .hero__glow { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
