@font-face {
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/xolonium/Xolonium-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/xolonium/Xolonium-Bold.otf") format("opentype");
}

:root {
  --member-bg: #08070a;
  --member-panel: #141215;
  --member-panel-strong: #1f1f1f;
  --member-purple: #692175;
  --member-pink: #ff00c3;
  --member-hot: #ff2ba7;
  --member-cyan: #68fff4;
  --member-gold: #d79a42;
  --member-paper: #f1eadc;
  --member-muted: rgba(241, 234, 220, .67);
  --member-soft: rgba(255, 255, 255, .1);
  --member-line: rgba(241, 234, 220, .18);
  --member-danger: #ff7a96;
  --member-display: "Xolonium", "Space Grotesk", "Open Sans", sans-serif;
  --member-mono: "DM Mono", "Courier New", monospace;
}

.member-page,
.member-page * {
  box-sizing: border-box;
}

.member-page {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(8, 7, 10, .74), rgba(8, 7, 10, .95)),
    radial-gradient(circle at 12% 8%, rgba(255, 0, 195, .34), transparent 29rem),
    radial-gradient(circle at 88% 12%, rgba(104, 255, 244, .16), transparent 25rem),
    radial-gradient(circle at 82% 86%, rgba(215, 154, 66, .18), transparent 24rem),
    url("../img/events/fb-ggf-poster.png") center top / min(1100px, 96vw) auto no-repeat,
    var(--member-bg);
  color: var(--member-paper);
  font-family: var(--member-display);
}

.member-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 190' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  content: "";
}

.member-page a {
  color: inherit;
}

.member-page h1,
.member-page h2,
.member-page p {
  margin-top: 0;
}

.member-shell {
  width: min(960px, calc(100% - 34px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 0 clamp(56px, 8vw, 96px);
}

.member-form {
  position: relative;
  min-width: 0;
  padding: clamp(20px, 3.2vw, 32px);
  border: 1px solid var(--member-line);
  background:
    linear-gradient(180deg, rgba(31, 31, 31, .96), rgba(12, 11, 13, .97)),
    var(--member-panel-strong);
  box-shadow:
    0 0 0 1px rgba(255, 0, 195, .08),
    0 28px 80px rgba(0, 0, 0, .48);
}

.member-form::before {
  position: absolute;
  inset: 0;
  border-top: 2px solid rgba(255, 0, 195, .68);
  pointer-events: none;
  content: "";
}

.member-form__topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--member-line);
  color: rgba(241, 234, 220, .52);
  font-family: var(--member-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.member-form__topline span:nth-child(2) {
  color: var(--member-pink);
}

.member-form__section {
  padding: 38px 0 42px;
  border-bottom: 1px solid var(--member-line);
}

.member-form__section--finish {
  padding-bottom: 0;
  border-bottom: 0;
}

.member-form__heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.member-form__heading > span {
  display: grid;
  flex: 0 0 39px;
  width: 39px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--member-cyan);
  color: var(--member-cyan);
  font-family: var(--member-mono);
  font-size: 10px;
  line-height: 1;
  box-shadow: 0 0 18px rgba(104, 255, 244, .12);
}

.member-form__heading h1,
.member-form__heading h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.04;
}

.member-form__heading p {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--member-muted);
  font-family: var(--member-mono);
  font-size: 12px;
  line-height: 1.65;
}

.member-form__identity {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.member-field {
  display: block;
}

.member-field > span {
  display: block;
  margin-bottom: 12px;
  color: var(--member-cyan);
  font-size: 15px;
  font-weight: 700;
}

.member-field i,
.member-check i {
  color: #d9ff58;
  font-style: normal;
}

.member-field input {
  width: 100%;
  min-height: 54px;
  padding: 14px 15px;
  border: 1px solid rgba(241, 234, 220, .24);
  border-radius: 0;
  outline: 0;
  background: rgba(8, 7, 10, .58);
  color: #fff;
  font-family: var(--member-display);
  font-size: 16px;
  transition: border-color .18s, box-shadow .18s, background .18s;
}

.member-field input:focus {
  border-color: var(--member-cyan);
  background: rgba(104, 255, 244, .07);
  box-shadow: 0 0 0 3px rgba(104, 255, 244, .11);
}

.member-check {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  color: var(--member-muted);
  font-family: var(--member-mono);
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.member-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--member-pink);
}

.member-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.member-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.member-question {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(241, 234, 220, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    var(--member-panel);
  transition: border-color .18s, box-shadow .18s, transform .18s;
}

.member-question:hover,
.member-question:focus-within {
  border-color: rgba(255, 0, 195, .66);
  box-shadow: 0 0 0 1px rgba(255, 0, 195, .1), 0 14px 30px rgba(0, 0, 0, .25);
}

.member-question.is-invalid {
  border-color: var(--member-danger);
  box-shadow: 0 0 0 2px rgba(255, 122, 150, .18);
}

.member-question legend {
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
}

.member-question__title {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
}

.member-question__image {
  position: relative;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(104, 255, 244, .38);
  background: var(--member-purple);
}

.member-question__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 195, .24), rgba(104, 255, 244, .14));
  content: "";
}

.member-question__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1) saturate(1.15);
}

.member-question__kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--member-cyan);
  font-family: var(--member-mono);
  font-size: 10px;
  letter-spacing: .08em;
}

.member-question__text {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.18;
}

.member-question-prompt {
  margin: 0 0 14px;
  color: var(--member-muted);
  font-family: var(--member-mono);
  font-size: 12px;
  line-height: 1.55;
}

.member-options {
  display: grid;
  gap: 8px;
}

.member-option {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
  padding: 9px;
  border: 1px solid transparent;
  color: rgba(241, 234, 220, .72);
  font-family: var(--member-mono);
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer;
  transition: color .18s, border-color .18s, background .18s;
}

.member-option:hover,
.member-option:focus-within {
  border-color: rgba(104, 255, 244, .4);
  color: #fff;
}

.member-option input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--member-pink);
}

.member-option:has(input:checked) {
  border-color: var(--member-pink);
  background: rgba(255, 0, 195, .12);
  color: #fff;
}

.member-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.member-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  min-height: 56px;
  padding: 16px 19px;
  border: 0;
  border-radius: 0;
  background: var(--member-paper);
  color: #111;
  font-family: var(--member-mono);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .18s, color .18s, transform .18s;
}

.member-submit:hover,
.member-submit:focus-visible {
  background: var(--member-pink);
  color: #fff;
  transform: translateY(-2px);
}

.member-submit:disabled {
  cursor: wait;
  opacity: .58;
  transform: none;
}

.member-status {
  flex: 1 1 260px;
  margin: 0;
  color: var(--member-muted);
  font-family: var(--member-mono);
  font-size: 12px;
  line-height: 1.55;
}

.member-status.is-error {
  color: var(--member-danger);
}

.member-status.is-success {
  color: #d9ff58;
}

@media (max-width: 760px) {
  .member-shell {
    width: min(100% - 22px, 960px);
    padding-top: 12px;
  }

  .member-form {
    padding: 18px;
  }

  .member-form__topline {
    flex-wrap: wrap;
    font-size: 9px;
  }

  .member-form__topline span:last-child {
    display: none;
  }

  .member-form__section {
    padding: 30px 0 34px;
  }

  .member-form__identity,
  .member-question-list {
    grid-template-columns: 1fr;
  }

  .member-question {
    padding: 15px;
  }
}

@media (max-width: 460px) {
  .member-page {
    background-size: 760px auto;
  }

  .member-form__heading {
    gap: 13px;
  }

  .member-form__heading > span {
    flex-basis: 34px;
    width: 34px;
  }

  .member-question__title {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .member-question__image {
    width: 46px;
    height: 46px;
  }

  .member-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-field input,
  .member-option,
  .member-question,
  .member-submit {
    transition: none;
  }
}

/* Visual upgrade: poster-style question cards */
@font-face {
  font-family: "Mokoto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mokoto/Mokoto.ttf") format("truetype");
}

:root {
  --member-display: "Mokoto", "Arial Black", Impact, sans-serif;
  --member-sans: "Inter", "Segoe UI", "Open Sans", Arial, sans-serif;
  --member-mono: "Courier New", monospace;
}

.member-page {
  background:
    linear-gradient(rgba(8, 7, 10, .66), rgba(8, 7, 10, .95)),
    radial-gradient(circle at 18% 2%, rgba(255, 0, 195, .38), transparent 32rem),
    radial-gradient(circle at 86% 10%, rgba(104, 255, 244, .18), transparent 28rem),
    radial-gradient(circle at 76% 92%, rgba(215, 154, 66, .2), transparent 26rem),
    url("../img/events/fb-ggf-poster.png") center top / min(1180px, 98vw) auto no-repeat,
    var(--member-bg);
  font-family: var(--member-sans);
}

.member-shell {
  width: min(1060px, calc(100% - 34px));
}

.member-form {
  padding: clamp(22px, 3.8vw, 42px);
  border-color: rgba(255, 255, 255, .15);
  background:
    linear-gradient(180deg, rgba(31, 31, 31, .95), rgba(10, 9, 12, .97)),
    var(--member-panel-strong);
  box-shadow:
    0 0 0 1px rgba(255, 0, 195, .15),
    0 0 80px rgba(255, 0, 195, .11),
    0 34px 90px rgba(0, 0, 0, .58);
}

.member-form::before {
  border-top-color: var(--member-pink);
  box-shadow: 0 0 28px rgba(255, 0, 195, .35);
}

.member-form__topline,
.member-form__heading > span,
.member-field > span,
.member-question__kicker,
.member-submit {
  font-family: var(--member-display);
  font-weight: 400;
  letter-spacing: 0;
}

.member-form__heading h1,
.member-form__heading h2 {
  font-family: var(--member-display);
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(255, 0, 195, .34);
}

.member-form__heading p,
.member-check,
.member-question-prompt,
.member-option,
.member-status {
  font-family: var(--member-sans);
  letter-spacing: 0;
}

.member-field > span {
  text-transform: uppercase;
}

.member-field input {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .055);
  font-family: var(--member-sans);
}

.member-question-list {
  gap: 18px;
}

.member-question {
  overflow: hidden;
  padding: 0;
  border-color: rgba(255, 255, 255, .15);
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)), #121015;
}

.member-question:hover,
.member-question:focus-within {
  transform: translateY(-2px);
  border-color: rgba(255, 0, 195, .74);
  box-shadow:
    0 0 0 1px rgba(255, 0, 195, .14),
    0 0 34px rgba(255, 0, 195, .11),
    0 18px 40px rgba(0, 0, 0, .36);
}

.member-question legend {
  display: block;
  margin: 0;
}

.member-question__title {
  position: relative;
  display: block;
  min-height: clamp(170px, 21vw, 238px);
  overflow: hidden;
  background: var(--member-purple);
}

.member-question__image {
  display: block;
  width: 100%;
  height: clamp(170px, 21vw, 238px);
  border: 0;
  background: var(--member-purple);
}

.member-question__image::after {
  background:
    linear-gradient(180deg, transparent 18%, rgba(8, 7, 10, .2) 48%, rgba(8, 7, 10, .92) 100%),
    linear-gradient(135deg, rgba(255, 0, 195, .32), rgba(104, 255, 244, .12));
}

.member-question__image img {
  transform: scale(1.04);
  filter: contrast(1.16) saturate(1.22) brightness(.88);
  transition: transform .45s ease, filter .45s ease;
}

.member-question:hover .member-question__image img,
.member-question:focus-within .member-question__image img {
  transform: scale(1.1);
  filter: contrast(1.18) saturate(1.32) brightness(.96);
}

.member-question__title > span:last-child {
  position: absolute;
  right: 17px;
  bottom: 16px;
  left: 17px;
  z-index: 1;
  display: block;
}

.member-question__kicker {
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(104, 255, 244, .55);
  background: rgba(8, 7, 10, .62);
  color: var(--member-cyan);
  font-size: 10px;
}

.member-question__text {
  max-width: 95%;
  color: #fff;
  font-family: var(--member-display);
  font-size: clamp(18px, 2.3vw, 27px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .72), 0 0 18px rgba(255, 0, 195, .22);
}

.member-question-prompt {
  margin: 18px 18px 12px;
  color: rgba(241, 234, 220, .72);
  font-size: 13px;
}

.member-options {
  gap: 10px;
  padding: 0 18px 18px;
}

.member-option {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 11px;
  padding: 11px 10px;
  border-color: rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .03);
  font-size: 13px;
}

.member-option:hover,
.member-option:focus-within {
  border-color: rgba(104, 255, 244, .55);
  background: rgba(104, 255, 244, .065);
}

.member-option:has(input:checked) {
  border-color: var(--member-pink);
  background: linear-gradient(90deg, rgba(255, 0, 195, .18), rgba(104, 255, 244, .06));
  box-shadow: inset 3px 0 0 var(--member-pink);
}

.member-submit {
  min-width: 250px;
  background: linear-gradient(90deg, var(--member-paper), #f7d48f);
}

.member-submit:hover,
.member-submit:focus-visible {
  background: linear-gradient(90deg, var(--member-pink), var(--member-hot));
}

@media (max-width: 760px) {
  .member-question__title,
  .member-question__image {
    min-height: 190px;
    height: 190px;
  }

  .member-question__text {
    font-size: 22px;
  }
}

@media (max-width: 460px) {
  .member-question__title,
  .member-question__image {
    min-height: 168px;
    height: 168px;
  }

  .member-question__title > span:last-child {
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .member-question__text {
    font-size: 18px;
  }

  .member-question-prompt {
    margin-right: 14px;
    margin-left: 14px;
  }

  .member-options {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* Readability pass: keep the theme, drop the hard-to-read display font. */
:root {
  --member-display: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --member-sans: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --member-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.member-form__heading h1,
.member-form__heading h2,
.member-question__text,
.member-field > span {
  font-weight: 800;
  text-transform: none;
}

.member-form__topline,
.member-form__heading > span,
.member-question__kicker,
.member-submit {
  font-weight: 700;
}

.member-question__text {
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.08;
}

/* Pink shine pass: turn the main white type into neon pink. */
:root {
  --member-shine-pink: #ff63d8;
  --member-shine-light: #ffd7f4;
  --member-shine-deep: #ff00c3;
}

.member-form__heading h1,
.member-form__heading h2,
.member-question__text {
  color: var(--member-shine-pink);
  background: linear-gradient(105deg, var(--member-shine-pink) 0%, var(--member-shine-light) 36%, var(--member-shine-deep) 58%, var(--member-shine-pink) 100%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 7px rgba(255, 0, 195, .62),
    0 0 18px rgba(255, 0, 195, .42),
    0 3px 20px rgba(0, 0, 0, .8);
  animation: memberTextShine 5.8s ease-in-out infinite;
}

.member-question__text {
  text-shadow:
    0 0 6px rgba(255, 0, 195, .75),
    0 0 20px rgba(255, 43, 167, .5),
    0 4px 22px rgba(0, 0, 0, .88);
}

.member-form__heading > span,
.member-question__kicker {
  color: #ff9ee7;
  border-color: rgba(255, 0, 195, .68);
  box-shadow: 0 0 18px rgba(255, 0, 195, .22);
}

@keyframes memberTextShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .member-form__heading h1,
  .member-form__heading h2,
  .member-question__text {
    animation: none;
  }
}

/* Final clarity polish: clearer colors, bigger controls, centered action. */
:root {
  --member-readable: #fff5fb;
  --member-readable-soft: #ffd7f3;
  --member-readable-muted: rgba(255, 230, 247, .82);
  --member-cyan-bright: #8ffff7;
}

.member-page {
  background:
    linear-gradient(180deg, rgba(8, 7, 10, .46) 0%, rgba(8, 7, 10, .86) 34%, rgba(8, 7, 10, .98) 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 0, 195, .34), transparent 34rem),
    radial-gradient(circle at 12% 18%, rgba(104, 255, 244, .16), transparent 26rem),
    radial-gradient(circle at 88% 78%, rgba(215, 154, 66, .18), transparent 28rem),
    url("../img/events/fb-ggf-poster.png") center 26px / min(1280px, 112vw) auto fixed no-repeat,
    #08070a;
}

.member-page::before {
  opacity: .16;
}

.member-shell {
  width: min(1120px, calc(100% - 28px));
  padding-top: clamp(34px, 5.6vw, 82px);
}

.member-form {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, .2);
  background:
    linear-gradient(180deg, rgba(23, 18, 28, .94), rgba(8, 7, 10, .965)),
    rgba(8, 7, 10, .94);
  backdrop-filter: blur(10px) saturate(1.18);
  box-shadow:
    0 0 0 1px rgba(255, 0, 195, .22),
    0 0 44px rgba(255, 0, 195, .18),
    0 0 120px rgba(104, 255, 244, .07),
    0 36px 95px rgba(0, 0, 0, .66);
}

.member-form__topline {
  color: rgba(255, 245, 251, .74);
  font-size: 12px;
}

.member-form__topline span:nth-child(2) {
  color: var(--member-shine-light);
  text-shadow: 0 0 16px rgba(255, 0, 195, .55);
}

.member-form__section {
  padding-top: 46px;
  padding-bottom: 48px;
  border-color: rgba(255, 255, 255, .16);
}

.member-form__heading {
  margin-bottom: 34px;
}

.member-form__heading > span {
  flex-basis: 46px;
  width: 46px;
  height: 40px;
  border-color: rgba(255, 99, 216, .82);
  background: rgba(255, 0, 195, .08);
  font-size: 12px;
}

.member-form__heading h1,
.member-form__heading h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 52px);
}

.member-form__heading p {
  max-width: 760px;
  color: var(--member-readable-soft);
  font-size: 17px;
  line-height: 1.55;
}

.member-form__identity {
  gap: 22px;
  margin-bottom: 28px;
}

.member-field > span {
  color: var(--member-cyan-bright);
  font-size: 17px;
  text-shadow: 0 0 14px rgba(104, 255, 244, .28);
}

.member-field input {
  min-height: 64px;
  padding: 17px 18px;
  border: 1px solid rgba(143, 255, 247, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .075);
  color: var(--member-readable);
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}

.member-field input:focus {
  border-color: var(--member-cyan-bright);
  background: rgba(104, 255, 244, .1);
  box-shadow:
    0 0 0 4px rgba(104, 255, 244, .13),
    0 0 24px rgba(104, 255, 244, .14);
}

.member-check {
  gap: 16px;
  width: 100%;
  margin-top: 18px;
  color: var(--member-readable);
  font-size: 17px;
  line-height: 1.45;
}

.member-check input {
  width: 28px;
  height: 28px;
  margin-top: 0;
  accent-color: var(--member-hot);
  filter: drop-shadow(0 0 12px rgba(255, 0, 195, .45));
}

.member-check span {
  padding-top: 2px;
}

.member-question-list {
  gap: 22px;
}

.member-question {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, .18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .024)),
    rgba(18, 16, 21, .96);
}

.member-question__title,
.member-question__image {
  min-height: clamp(210px, 24vw, 280px);
  height: clamp(210px, 24vw, 280px);
}

.member-question__text {
  max-width: 100%;
  font-size: clamp(24px, 2.4vw, 31px);
  line-height: 1.06;
}

.member-question__kicker {
  border-radius: 999px;
  background: rgba(8, 7, 10, .74);
  font-size: 12px;
}

.member-question-prompt {
  margin: 22px 22px 14px;
  color: var(--member-readable-soft);
  font-size: 16px;
  line-height: 1.5;
}

.member-options {
  gap: 12px;
  padding: 0 22px 22px;
}

.member-option {
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 15px 14px;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  color: var(--member-readable-muted);
  font-size: 16px;
  line-height: 1.42;
}

.member-option input {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  accent-color: var(--member-hot);
  filter: drop-shadow(0 0 10px rgba(255, 0, 195, .42));
}

.member-option:hover,
.member-option:focus-within {
  color: var(--member-readable);
  background: rgba(104, 255, 244, .09);
}

.member-option:has(input:checked) {
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 0, 195, .24), rgba(104, 255, 244, .09));
  box-shadow:
    inset 4px 0 0 var(--member-hot),
    0 0 24px rgba(255, 0, 195, .1);
}

.member-actions {
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  text-align: center;
}

.member-submit {
  justify-content: center;
  min-width: min(100%, 340px);
  min-height: 64px;
  gap: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff00c3, #ff63d8 48%, #8ffff7 100%);
  color: #08070a;
  font-size: 15px;
  font-weight: 900;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .2),
    0 0 28px rgba(255, 0, 195, .28),
    0 14px 35px rgba(0, 0, 0, .4);
}

.member-submit:hover,
.member-submit:focus-visible {
  background: linear-gradient(90deg, #8ffff7, #ff63d8 52%, #ff00c3 100%);
  color: #08070a;
  transform: translateY(-3px) scale(1.01);
}

.member-status {
  flex: 0 0 100%;
  max-width: 620px;
  margin: 0 auto;
  color: var(--member-readable-soft);
  font-size: 15px;
  text-align: center;
}

.member-status.is-error {
  color: #ff9abc;
  text-shadow: 0 0 12px rgba(255, 0, 80, .25);
}

.member-status.is-success {
  color: #bafff8;
  text-shadow: 0 0 14px rgba(104, 255, 244, .34);
}

@media (max-width: 760px) {
  .member-shell {
    width: min(100% - 18px, 1120px);
  }

  .member-form__heading h1,
  .member-form__heading h2 {
    font-size: 34px;
  }

  .member-form__heading p,
  .member-check,
  .member-option,
  .member-question-prompt {
    font-size: 16px;
  }

  .member-question__title,
  .member-question__image {
    min-height: 220px;
    height: 220px;
  }
}

@media (max-width: 460px) {
  .member-form {
    padding: 16px;
  }

  .member-form__heading {
    display: block;
  }

  .member-form__heading > span {
    margin-bottom: 14px;
  }

  .member-question__title,
  .member-question__image {
    min-height: 190px;
    height: 190px;
  }

  .member-question__text {
    font-size: 22px;
  }

  .member-option {
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 14px 12px;
  }
}

/* Birthdate field polish. */
.member-field--birthdate {
  max-width: 420px;
  margin: 4px 0 26px;
}

.member-field--birthdate input {
  color-scheme: dark;
}

.member-field--birthdate small {
  display: block;
  margin-top: 9px;
  color: var(--member-readable-soft, rgba(255, 230, 247, .82));
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 560px) {
  .member-field--birthdate {
    max-width: none;
  }
}


/* Swedish birthdate picker overlay. */
.member-date-wrap {
  position: relative;
  display: block;
}

.member-date-wrap > input[name="birthdate"] {
  padding-right: 62px;
}

.member-date-button {
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(122, 255, 248, .42);
  border-radius: 10px;
  color: #ff7bd5;
  background: rgba(255, 58, 184, .11);
  box-shadow: 0 0 18px rgba(255, 58, 184, .24);
  transform: translateY(-50%);
  pointer-events: none;
}

.member-date-native {
  position: absolute;
  right: 8px;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
