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

:root {
  --bg: #050505;
  --panel: rgba(255, 255, 255, 0.035);
  --panel-strong: rgba(255, 255, 255, 0.055);
  --border: rgba(255, 255, 255, 0.14);
  --border-soft: rgba(255, 255, 255, 0.08);
  --text: #fff;
  --muted: rgba(255, 255, 255, 0.58);
  --pink: #ff2c78;
  --pink-soft: #ff5b96;
  --green: #39df78;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(255, 20, 90, 0.08),
      transparent 36%
    ),
    #050505;
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

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

button {
  color: inherit;
}

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

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 35, 111, 0.085),
    transparent 70%
  );
  pointer-events: none;
  z-index: 2;
}

.page-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 720px;
  height: 74vh;
  max-height: 930px;
  overflow: hidden;

  background-image: url("./poster.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Sahnenin iki yanından gelen ışık huzmeleri ve merkez sisi */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      115deg,
      transparent 0 23%,
      rgba(255, 255, 255, 0.025) 24%,
      rgba(255, 44, 120, 0.08) 31%,
      transparent 39%
    ),
    linear-gradient(
      245deg,
      transparent 0 23%,
      rgba(255, 255, 255, 0.025) 24%,
      rgba(255, 44, 120, 0.08) 31%,
      transparent 39%
    ),
    radial-gradient(
      ellipse at 50% 18%,
      rgba(255, 255, 255, 0.055),
      transparent 35%
    ),
    radial-gradient(
      ellipse at 50% 78%,
      rgba(255, 44, 120, 0.12),
      transparent 43%
    );

  pointer-events: none;
  z-index: 0;
}

/* Sahne zemini */
.hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -120px;
  height: 300px;

  background:
    radial-gradient(
      ellipse at center,
      rgba(255, 44, 120, 0.16),
      transparent 55%
    ),
    linear-gradient(to top, rgba(255, 44, 120, 0.05), transparent);

  border-top: 1px solid rgba(255, 44, 120, 0.12);

  transform: perspective(450px) rotateX(65deg);
  filter: blur(0.2px);

  pointer-events: none;
  z-index: 0;
}

/* Poster kullanılmıyor */
.hero-image {
  display: none;
}

/* Grid, küçük ışık noktaları ve sahne truss'ı */
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(
      circle at 13% 22%,
      rgba(255, 44, 120, 0.9) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 86% 28%,
      rgba(255, 44, 120, 0.65) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 22% 58%,
      rgba(255, 255, 255, 0.35) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 78% 64%,
      rgba(255, 44, 120, 0.55) 0 1px,
      transparent 2px
    );

  background-size:
    80px 80px,
    80px 80px,
    auto,
    auto,
    auto,
    auto;

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.25)
  );

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.25)
  );

  pointer-events: none;
}

/* Üst sahne ışıkları */
.hero-shade::before {
  content: "";
  position: absolute;

  top: 0;
  left: 50%;

  width: min(900px, 86vw);
  height: 150px;

  transform: translateX(-50%);

  background:
    radial-gradient(
      circle at 10% 12px,
      #ff2c78 0 4px,
      rgba(255, 44, 120, 0.18) 5px,
      transparent 18px
    ),
    radial-gradient(
      circle at 30% 12px,
      #ffffff 0 3px,
      rgba(255, 255, 255, 0.12) 4px,
      transparent 18px
    ),
    radial-gradient(
      circle at 50% 12px,
      #ff2c78 0 4px,
      rgba(255, 44, 120, 0.18) 5px,
      transparent 18px
    ),
    radial-gradient(
      circle at 70% 12px,
      #ffffff 0 3px,
      rgba(255, 255, 255, 0.12) 4px,
      transparent 18px
    ),
    radial-gradient(
      circle at 90% 12px,
      #ff2c78 0 4px,
      rgba(255, 44, 120, 0.18) 5px,
      transparent 18px
    );

  opacity: 0.8;
  pointer-events: none;
}

/* Üst truss çizgisi */
.hero-shade::after {
  content: "";

  position: absolute;

  top: 34px;
  left: 50%;

  width: min(920px, 88vw);
  height: 1px;

  transform: translateX(-50%);

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.14) 15%,
    rgba(255, 44, 120, 0.32) 50%,
    rgba(255, 255, 255, 0.14) 85%,
    transparent
  );

  box-shadow: 0 10px 30px rgba(255, 44, 120, 0.08);
}

.hero-inner {
  position: relative;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 0 58px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-mark,
.top-date {
  font-size: 10px;
  letter-spacing: 0.35em;
  font-weight: 600;
}

.live-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.live-mark span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 16px rgba(255, 44, 120, 0.9);
  animation: livePulse 1.5s infinite ease-in-out;
}

.top-date {
  color: rgba(255, 255, 255, 0.78);
}

.hero-title {
  position: relative;
  text-align: center;
  transform: translateY(26px);
}

.hero-title::before {
  content: "";

  position: absolute;

  width: min(650px, 75vw);
  height: 180px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  background: radial-gradient(
    ellipse,
    rgba(255, 44, 120, 0.11),
    transparent 70%
  );

  filter: blur(35px);

  z-index: -1;
  pointer-events: none;
}

.hero-title h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(100px, 16vw, 205px);
  line-height: 0.78;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #ffffff;

  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.08),
    0 0 35px rgba(255, 44, 120, 0.12),
    0 20px 50px rgba(0, 0, 0, 0.65);
}

.subtitle-row {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.subtitle-row p {
  color: var(--pink-soft);
  font-size: 12px;
  letter-spacing: 0.65em;
  font-weight: 600;
}

.wave-mini {
  height: 18px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.wave-mini i {
  width: 2px;
  height: 4px;
  background: var(--pink);
  animation: wave 0.6s ease-in-out infinite alternate;
}

.wave-mini i:nth-child(2) {
  animation-delay: 0.1s;
  height: 9px;
}
.wave-mini i:nth-child(3) {
  animation-delay: 0.2s;
  height: 15px;
}
.wave-mini i:nth-child(4) {
  animation-delay: 0.3s;
  height: 8px;
}
.wave-mini i:nth-child(5) {
  animation-delay: 0.4s;
  height: 4px;
}

.content-section {
  position: relative;
  z-index: 3;
  padding: 0 0 40px;
  margin-top: -16px;
}

.glass-panel {
  border: 1px solid var(--border);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.018)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 20px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  border-radius: 12px;
}

.countdown-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  min-height: 190px;
  overflow: hidden;
}

.countdown-panel::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -2px;
  height: 4px;
  background: radial-gradient(ellipse, var(--pink), transparent 65%);
  filter: blur(5px);
  opacity: 0.8;
}

.time-unit {
  text-align: center;
}

.time-number {
  display: block;
  min-width: 2ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(62px, 7vw, 92px);
  font-weight: 400;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow:
    0 0 5px #fff,
    0 0 16px rgba(255, 44, 120, 0.75);
}

.time-number.tick {
  animation: numberTick 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.time-label {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  letter-spacing: 0.45em;
  font-weight: 600;
}

.counter-divider {
  width: 1px;
  height: 102px;
  background: linear-gradient(
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.status-text {
  text-align: center;
  padding: 18px 0 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  letter-spacing: 0.23em;
}

.venue-panel {
  min-height: 185px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  padding: 26px 34px;
}

.venue-info {
  padding-right: 42px;
  border-right: 1px solid var(--border-soft);
}

.venue-heading {
  display: flex;
  gap: 18px;
  align-items: center;
}

.pin-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 44, 120, 0.45);
  color: var(--pink);
}

.pin-icon svg,
.primary-button svg,
.share-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.venue-heading h2 {
  font-size: clamp(14px, 1.8vw, 19px);
  letter-spacing: 0.16em;
}

.venue-heading p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

address {
  margin: 18px 0 0 70px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.8;
}

.venue-action {
  padding-left: 42px;
  text-align: center;
}

.primary-button {
  width: min(100%, 340px);
  min-height: 58px;
  border: 1px solid #ff3a80;
  border-radius: 7px;
  background: linear-gradient(100deg, #d92363, #cc2056);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 35px rgba(217, 35, 99, 0.22);
}

.primary-button span {
  margin-left: auto;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 300;
}

.primary-button svg {
  margin-left: 16px;
}

.venue-action small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.share-panel {
  margin-top: 20px;
  padding: 26px 28px 22px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.section-title span {
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28));
}

.section-title span:last-child {
  transform: scaleX(-1);
}

.section-title h2 {
  color: var(--pink-soft);
  font-size: 12px;
  letter-spacing: 0.4em;
}

.share-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.share-button {
  min-height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.018);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease;
}

.share-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.045);
}

.share-button.instagram {
  color: #fff;
  border-color: rgba(255, 47, 120, 0.25);
}

.share-button.instagram svg {
  color: #ff4e91;
}

.share-button.whatsapp svg {
  color: var(--green);
}

.x-icon {
  font-size: 20px;
  line-height: 1;
}

.instagram-note {
  margin-top: 16px;
  text-align: center;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.32);
  line-height: 1.6;
}

footer {
  padding: 32px 0 12px;
  text-align: center;
}

.footer-date {
  color: var(--pink-soft);
  font-size: 10px;
  letter-spacing: 0.35em;
}

.footer-venue {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  letter-spacing: 0.38em;
}

.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 16px);
  opacity: 0;
  pointer-events: none;
  background: rgba(18, 18, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  padding: 11px 16px;
  font-size: 10px;
  letter-spacing: 0.08em;
  transition: 0.22s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.tonight-screen {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  place-items: center;
  overflow: hidden;
  background: #030303;
}

.tonight-screen.active {
  display: grid;
}

.tonight-backdrop {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at center,
      rgba(255, 44, 120, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 50% 100%,
      rgba(255, 44, 120, 0.12),
      transparent 45%
    ),
    #030303;
}

.tonight-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.tonight-content > span {
  font-size: 10px;
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.58);
}

.tonight-content h2 {
  margin-top: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(90px, 20vw, 220px);
  line-height: 0.85;
  font-weight: 400;
  letter-spacing: -0.06em;
  text-shadow: 0 0 32px rgba(255, 44, 120, 0.25);
}

.tonight-content p {
  margin-top: 24px;
  color: var(--pink-soft);
  font-size: 15px;
  letter-spacing: 0.5em;
}

@keyframes livePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.75);
  }
}

@keyframes wave {
  from {
    transform: scaleY(0.5);
    opacity: 0.45;
  }
  to {
    transform: scaleY(1.25);
    opacity: 1;
  }
}

@keyframes numberTick {
  from {
    opacity: 0.25;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 850px) {
  .page-wrap {
    width: min(100% - 28px, 620px);
  }

  .hero {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.2),
        rgba(5, 5, 5, 0.38) 55%,
        #050505 100%
      ),
      url("./poster.png") center 20% / cover no-repeat;
  }

  .hero::before {
    background:
      linear-gradient(
        120deg,
        transparent 20%,
        rgba(255, 44, 120, 0.055) 30%,
        transparent 42%
      ),
      linear-gradient(
        240deg,
        transparent 20%,
        rgba(255, 44, 120, 0.055) 30%,
        transparent 42%
      ),
      radial-gradient(
        ellipse at 50% 70%,
        rgba(255, 44, 120, 0.1),
        transparent 50%
      );
  }

  .hero-shade {
    background-size:
      55px 55px,
      55px 55px,
      auto,
      auto,
      auto,
      auto;
  }

  .hero-shade::before {
    width: 94vw;
    opacity: 0.65;
  }

  .hero-inner {
    padding: max(22px, env(safe-area-inset-top)) 0 40px;
  }

  .top-date {
    display: none;
  }

  .hero-title {
    transform: none;
  }

  .hero-title h1 {
    font-size: clamp(72px, 20vw, 112px);
    letter-spacing: 0.06em;
  }

  .subtitle-row {
    margin-top: 17px;
    gap: 10px;
  }

  .subtitle-row p {
    font-size: 8px;
    letter-spacing: 0.4em;
  }

  .wave-mini {
    transform: scale(0.7);
  }

  .countdown-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    min-height: 0;
    padding: 1px;
    background: rgba(255, 255, 255, 0.11);
  }

  .countdown-panel::after {
    display: none;
  }

  .time-unit {
    min-height: 118px;
    background: #090909;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .counter-divider {
    display: none;
  }

  .time-number {
    font-size: 50px;
  }

  .time-label {
    margin-top: 8px;
    font-size: 7px;
  }

  .venue-panel {
    display: block;
    padding: 24px 20px;
  }

  .venue-info {
    border-right: 0;
    padding-right: 0;
  }

  address {
    margin-left: 70px;
  }

  .venue-action {
    padding-left: 0;
    margin-top: 23px;
  }

  .share-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .share-button {
    min-height: 52px;
    padding: 0;
  }

  .share-button span:not(.x-icon) {
    display: none;
  }

  .cursor-glow {
    display: none;
  }
}

@media (max-width: 520px) {
  .page-wrap {
    width: calc(100% - 22px);
  }

  .hero {
    min-height: 500px;
    height: 62vh;
  }

  .live-mark {
    font-size: 8px;
    letter-spacing: 0.24em;
  }

  .hero-title h1 {
    font-size: clamp(62px, 21vw, 88px);
  }

  .subtitle-row p {
    white-space: nowrap;
  }

  .content-section {
    margin-top: -10px;
  }

  .time-unit {
    min-height: 106px;
  }

  .time-number {
    font-size: 43px;
  }

  .venue-heading {
    gap: 14px;
  }

  .pin-icon {
    width: 44px;
    height: 44px;
  }

  .venue-heading h2 {
    font-size: 12px;
    line-height: 1.5;
  }

  .venue-heading p {
    font-size: 10px;
  }

  address {
    margin: 15px 0 0 58px;
    font-size: 10px;
  }

  .primary-button {
    min-height: 52px;
    font-size: 9px;
  }

  .share-panel {
    padding: 22px 18px;
  }

  .section-title span {
    width: 42px;
  }

  .share-grid {
    gap: 9px;
  }

  .share-button {
    min-height: 48px;
  }

  .footer-date,
  .footer-venue {
    font-size: 8px;
  }

  .instagram-note {
    font-size: 8px;
  }
}

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

/* ===== CRUSH FANDOM QUIZ ===== */
.quiz-panel {
  margin-top: 20px;
  padding: 30px 28px 28px;
}
.quiz-intro {
  max-width: 760px;
  margin: 24px auto 30px;
  text-align: center;
}
.quiz-intro p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.8;
}
.quiz-progress-wrap {
  margin-top: 18px;
}
.quiz-progress-bar {
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.quiz-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--pink), var(--pink-soft));
  box-shadow: 0 0 16px rgba(255, 44, 120, 0.45);
  transition: width 0.25s ease;
}
.quiz-progress-wrap small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.18em;
}
.quiz-list {
  display: grid;
  gap: 18px;
}
.quiz-question {
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.018);
  border-radius: 10px;
  padding: 22px;
}
.quiz-question-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.quiz-number {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 44, 120, 0.45);
  color: var(--pink-soft);
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
}
.quiz-question h3 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.quiz-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.015);
  cursor: pointer;
  transition: 0.18s ease;
  font-size: 11px;
  line-height: 1.4;
}
.quiz-option:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 44, 120, 0.42);
  background: rgba(255, 44, 120, 0.035);
}
.quiz-option input {
  accent-color: var(--pink);
}
.quiz-option.selected {
  border-color: rgba(255, 44, 120, 0.65);
  background: rgba(255, 44, 120, 0.07);
}
.quiz-option.correct {
  border-color: rgba(57, 223, 120, 0.65);
  background: rgba(57, 223, 120, 0.06);
}
.quiz-option.wrong {
  border-color: rgba(255, 80, 100, 0.6);
  background: rgba(255, 80, 100, 0.06);
}
.quiz-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.quiz-submit {
  width: min(100%, 360px);
}
.quiz-reset {
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.quiz-result {
  display: none;
  margin-top: 26px;
  padding: 28px;
  text-align: center;
  border: 1px solid rgba(255, 44, 120, 0.28);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 44, 120, 0.12), transparent 55%),
    rgba(255, 255, 255, 0.018);
}
.quiz-result.show {
  display: block;
  animation: numberTick 0.35s ease;
}
.quiz-result .result-kicker {
  color: var(--pink-soft);
  font-size: 10px;
  letter-spacing: 0.35em;
}
.quiz-result .result-score {
  margin-top: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 8vw, 96px);
  line-height: 1;
}
.quiz-result .result-level {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.12em;
}
.quiz-result .result-message {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.7;
}
.quiz-result .achievement {
  margin-top: 14px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
}
@media (max-width: 850px) {
  .quiz-options {
    grid-template-columns: 1fr;
  }
  .quiz-panel {
    padding: 24px 20px;
  }
}
@media (max-width: 520px) {
  .quiz-question {
    padding: 18px 14px;
  }
  .quiz-question h3 {
    font-size: 12px;
  }
  .quiz-option {
    font-size: 10px;
  }
}

/* =========================================================
   CRUSH FANDOM QUIZ
========================================================= */

[hidden] {
  display: none !important;
}

/* ---------------------------------------------------------
   QUIZ BAŞLANGIÇ KARTI
--------------------------------------------------------- */

.quiz-entry {
  position: relative;
  margin: 24px 0;
  min-height: 430px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 60px 32px;
  text-align: center;
}

.quiz-entry::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      115deg,
      transparent 10%,
      rgba(255, 44, 120, 0.055),
      transparent 42%
    ),
    linear-gradient(
      245deg,
      transparent 10%,
      rgba(255, 44, 120, 0.045),
      transparent 42%
    );

  pointer-events: none;
}

.quiz-entry::after {
  content: "CRUSH";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(120px, 21vw, 260px);
  font-weight: 500;
  letter-spacing: -0.07em;

  color: rgba(255, 255, 255, 0.018);

  white-space: nowrap;
  pointer-events: none;
}

.quiz-entry-glow {
  position: absolute;

  width: 650px;
  height: 350px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  background: radial-gradient(
    ellipse,
    rgba(255, 44, 120, 0.18),
    transparent 67%
  );

  filter: blur(35px);

  pointer-events: none;
}

.quiz-entry-content {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
}

.quiz-eyebrow {
  display: block;

  color: var(--pink-soft);

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 0.55em;

  margin-bottom: 19px;
}

.quiz-entry h2 {
  font-family: "Space Grotesk", sans-serif;

  font-size: clamp(46px, 6vw, 78px);

  font-weight: 500;

  letter-spacing: -0.045em;

  line-height: 0.95;
}

.quiz-entry-content > p {
  width: min(100%, 600px);

  margin: 27px auto 0;

  color: rgba(255, 255, 255, 0.6);

  font-size: 13px;

  line-height: 1.8;
}

.quiz-entry-stats {
  margin: 38px auto 0;

  display: flex;

  justify-content: center;
  align-items: center;

  gap: 29px;
}

.quiz-entry-stats > div:not(.quiz-stat-line) {
  min-width: 100px;
}

.quiz-entry-stats strong {
  display: block;

  font-family: "Space Grotesk", sans-serif;

  font-size: 23px;

  font-weight: 500;
}

.quiz-entry-stats span {
  display: block;

  margin-top: 6px;

  color: rgba(255, 255, 255, 0.38);

  font-size: 7px;

  letter-spacing: 0.24em;
}

.quiz-stat-line {
  width: 1px;
  height: 35px;

  background: linear-gradient(
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
}

.quiz-start-button {
  width: min(100%, 350px);

  min-height: 62px;

  margin-top: 35px;

  padding: 0 21px 0 28px;

  border-radius: 7px;

  border: 1px solid #ff3a80;

  background: linear-gradient(100deg, #d92363, #cc2056);

  color: #fff;

  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 0.19em;

  cursor: pointer;

  box-shadow: 0 15px 50px rgba(217, 35, 99, 0.18);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.quiz-start-button:hover {
  transform: translateY(-3px);

  filter: brightness(1.08);

  box-shadow: 0 20px 55px rgba(217, 35, 99, 0.3);
}

.quiz-start-arrow {
  font-size: 22px;
  font-weight: 300;
}

.quiz-entry small {
  display: block;

  margin-top: 17px;

  color: rgba(255, 255, 255, 0.3);

  font-size: 9px;

  letter-spacing: 0.08em;
}

/* ---------------------------------------------------------
   QUIZ ANA EKRAN
--------------------------------------------------------- */

.quiz-section {
  margin: 28px 0 35px;
}

.quiz-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  margin-bottom: 18px;
}

.quiz-header-label {
  display: block;

  margin-bottom: 8px;

  color: var(--pink-soft);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 0.4em;
}

.quiz-counter {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.quiz-counter strong {
  font-family: "Space Grotesk", sans-serif;

  font-size: 42px;

  font-weight: 400;
}

.quiz-counter span {
  color: rgba(255, 255, 255, 0.32);

  font-size: 13px;
}

.quiz-close-button {
  width: 42px;
  height: 42px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.14);

  background: rgba(255, 255, 255, 0.025);

  color: rgba(255, 255, 255, 0.7);

  font-size: 25px;

  font-weight: 300;

  cursor: pointer;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.quiz-close-button:hover {
  transform: rotate(5deg);

  border-color: rgba(255, 44, 120, 0.5);

  background: rgba(255, 44, 120, 0.08);
}

/* ---------------------------------------------------------
   PROGRESS
--------------------------------------------------------- */

.quiz-progress {
  width: 100%;
  height: 3px;

  margin-bottom: 18px;

  overflow: hidden;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.08);
}

.quiz-progress-bar {
  width: 5%;
  height: 100%;

  background: linear-gradient(90deg, var(--pink), #ff6ca2);

  box-shadow: 0 0 14px rgba(255, 44, 120, 0.7);

  transition: width 0.4s ease;
}

/* ---------------------------------------------------------
   SORU KARTI
--------------------------------------------------------- */

.quiz-question-stage {
  min-height: 470px;

  padding: 48px;

  display: flex;
  flex-direction: column;

  justify-content: center;

  position: relative;

  overflow: hidden;
}

.quiz-question-stage::before {
  content: "";

  position: absolute;

  right: -100px;
  top: -100px;

  width: 350px;
  height: 350px;

  background: radial-gradient(
    circle,
    rgba(255, 44, 120, 0.09),
    transparent 70%
  );

  pointer-events: none;
}

.quiz-stage-number {
  position: relative;

  z-index: 2;

  color: var(--pink-soft);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 0.4em;
}

.quiz-stage-question {
  position: relative;

  z-index: 2;

  width: min(100%, 820px);

  margin-top: 17px;

  font-family: "Space Grotesk", sans-serif;

  font-size: clamp(26px, 4vw, 43px);

  line-height: 1.15;

  font-weight: 500;

  letter-spacing: -0.025em;
}

/* ---------------------------------------------------------
   CEVAPLAR
--------------------------------------------------------- */

.quiz-options {
  position: relative;

  z-index: 2;

  margin-top: 36px;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 12px;
}

.quiz-option {
  min-height: 75px;

  padding: 12px 19px;

  border: 1px solid rgba(255, 255, 255, 0.13);

  border-radius: 9px;

  background: rgba(255, 255, 255, 0.018);

  display: grid;

  grid-template-columns: auto 1fr auto;

  align-items: center;

  gap: 16px;

  text-align: left;

  color: #fff;

  cursor: pointer;

  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.quiz-option:hover {
  transform: translateY(-2px);

  border-color: rgba(255, 255, 255, 0.3);

  background: rgba(255, 255, 255, 0.04);
}

.quiz-option-letter {
  width: 39px;
  height: 39px;

  border-radius: 7px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.12);

  background: rgba(255, 255, 255, 0.025);

  font-family: "Space Grotesk", sans-serif;

  font-size: 13px;

  transition: 0.18s ease;
}

.quiz-option-text {
  font-size: 12px;

  line-height: 1.5;

  color: rgba(255, 255, 255, 0.82);
}

.quiz-option-dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.25);

  transition: 0.18s ease;
}

/* seçilmiş cevap */

.quiz-option.selected {
  border-color: rgba(255, 44, 120, 0.8);

  background: linear-gradient(
    110deg,
    rgba(255, 44, 120, 0.13),
    rgba(255, 44, 120, 0.035)
  );

  box-shadow:
    inset 0 0 30px rgba(255, 44, 120, 0.04),
    0 10px 40px rgba(255, 44, 120, 0.06);
}

.quiz-option.selected .quiz-option-letter {
  border-color: var(--pink);

  background: var(--pink);

  color: #fff;

  box-shadow: 0 0 18px rgba(255, 44, 120, 0.45);
}

.quiz-option.selected .quiz-option-dot {
  border-color: var(--pink);

  background: var(--pink);

  box-shadow: 0 0 10px rgba(255, 44, 120, 0.8);
}

/* ---------------------------------------------------------
   ALT BUTONLAR
--------------------------------------------------------- */

.quiz-navigation {
  margin-top: 17px;

  display: flex;

  justify-content: space-between;

  gap: 14px;
}

.quiz-back-button,
.quiz-next-button {
  min-height: 53px;

  padding: 0 25px;

  border-radius: 7px;

  cursor: pointer;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.15em;

  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease;
}

.quiz-back-button {
  border: 1px solid rgba(255, 255, 255, 0.15);

  background: rgba(255, 255, 255, 0.02);

  color: rgba(255, 255, 255, 0.7);
}

.quiz-next-button {
  min-width: 220px;

  border: 1px solid #ff3a80;

  background: linear-gradient(100deg, #d92363, #cc2056);

  color: #fff;
}

.quiz-back-button:not(:disabled):hover,
.quiz-next-button:not(:disabled):hover {
  transform: translateY(-2px);
}

.quiz-back-button:disabled,
.quiz-next-button:disabled {
  opacity: 0.25;

  cursor: not-allowed;

  transform: none;
}

/* ---------------------------------------------------------
   SONUÇ
--------------------------------------------------------- */

.quiz-result-section {
  position: relative;

  margin: 28px 0;

  min-height: 500px;

  padding: 65px 30px;

  text-align: center;

  overflow: hidden;
}

.quiz-result-section::before {
  content: "";

  position: absolute;

  width: 650px;
  height: 450px;

  left: 50%;
  top: 45%;

  transform: translate(-50%, -50%);

  background: radial-gradient(
    ellipse,
    rgba(255, 44, 120, 0.16),
    transparent 68%
  );

  filter: blur(25px);

  pointer-events: none;
}

.quiz-result-section > * {
  position: relative;
  z-index: 2;
}

.quiz-result-eyebrow {
  color: var(--pink-soft);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 0.45em;
}

.quiz-result-emoji {
  margin-top: 26px;

  font-size: 48px;
}

.quiz-result-label {
  margin-top: 22px;

  color: rgba(255, 255, 255, 0.4);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 0.4em;
}

.quiz-result-section h2 {
  margin-top: 9px;

  font-family: "Space Grotesk", sans-serif;

  font-size: clamp(50px, 8vw, 90px);

  font-weight: 500;

  letter-spacing: -0.055em;

  line-height: 1;
}

.quiz-final-score {
  margin-top: 24px;

  display: flex;

  align-items: baseline;

  justify-content: center;

  gap: 5px;
}

.quiz-final-score strong {
  font-family: "Space Grotesk", sans-serif;

  font-size: 45px;

  font-weight: 400;

  color: var(--pink-soft);
}

.quiz-final-score span {
  color: rgba(255, 255, 255, 0.32);

  font-size: 15px;
}

.quiz-result-message {
  margin: 22px auto 0;

  width: min(100%, 550px);

  color: rgba(255, 255, 255, 0.65);

  font-size: 13px;

  line-height: 1.7;
}

.quiz-perfect {
  width: fit-content;

  margin: 25px auto 0;

  padding: 12px 18px;

  border-radius: 999px;

  border: 1px solid rgba(255, 44, 120, 0.4);

  background: rgba(255, 44, 120, 0.08);

  color: var(--pink-soft);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.16em;
}

.quiz-restart-button {
  margin-top: 31px;

  min-height: 54px;

  padding: 0 28px;

  border: 1px solid rgba(255, 255, 255, 0.16);

  border-radius: 7px;

  background: rgba(255, 255, 255, 0.025);

  color: #fff;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.15em;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.quiz-restart-button:hover {
  transform: translateY(-2px);

  border-color: rgba(255, 44, 120, 0.55);

  background: rgba(255, 44, 120, 0.08);
}

/* =========================================================
   QUIZ TABLET
========================================================= */

@media (max-width: 850px) {
  .quiz-entry {
    min-height: 400px;

    padding: 48px 22px;
  }

  .quiz-entry h2 {
    font-size: clamp(42px, 9vw, 65px);
  }

  .quiz-question-stage {
    min-height: 430px;

    padding: 36px 27px;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   QUIZ MOBILE
========================================================= */

@media (max-width: 520px) {
  .quiz-entry {
    min-height: 420px;

    padding: 42px 18px;
  }

  .quiz-entry::after {
    font-size: 120px;
  }

  .quiz-eyebrow {
    font-size: 8px;

    letter-spacing: 0.4em;
  }

  .quiz-entry h2 {
    font-size: 40px;

    line-height: 0.98;
  }

  .quiz-entry-content > p {
    margin-top: 20px;

    font-size: 11px;

    line-height: 1.7;
  }

  .quiz-entry-stats {
    gap: 13px;

    margin-top: 28px;
  }

  .quiz-entry-stats > div:not(.quiz-stat-line) {
    min-width: 70px;
  }

  .quiz-entry-stats strong {
    font-size: 18px;
  }

  .quiz-entry-stats span {
    font-size: 6px;
  }

  .quiz-start-button {
    min-height: 56px;

    margin-top: 29px;

    font-size: 9px;
  }

  .quiz-header {
    margin-top: 7px;
  }

  .quiz-counter strong {
    font-size: 34px;
  }

  .quiz-question-stage {
    min-height: 0;

    padding: 30px 17px;
  }

  .quiz-stage-question {
    margin-top: 14px;

    font-size: 25px;

    line-height: 1.15;
  }

  .quiz-options {
    margin-top: 27px;

    gap: 9px;
  }

  .quiz-option {
    min-height: 66px;

    padding: 10px 13px;

    gap: 11px;
  }

  .quiz-option-letter {
    width: 35px;
    height: 35px;

    font-size: 11px;
  }

  .quiz-option-text {
    font-size: 10px;
  }

  .quiz-option-dot {
    width: 7px;
    height: 7px;
  }

  .quiz-navigation {
    gap: 9px;
  }

  .quiz-back-button,
  .quiz-next-button {
    min-height: 49px;

    padding: 0 15px;

    font-size: 8px;
  }

  .quiz-back-button {
    width: 100px;
  }

  .quiz-next-button {
    flex: 1;

    min-width: 0;
  }

  .quiz-result-section {
    min-height: 470px;

    padding: 52px 18px;
  }

  .quiz-result-section h2 {
    font-size: 50px;
  }

  .quiz-result-emoji {
    font-size: 43px;
  }
}
