* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --bg: #050505;
  --text: #fff;
  --muted: rgba(255, 255, 255, 0.58);
  --pink: #ff2c78;
  --pink-soft: #ff5b96;
  --border: rgba(255, 255, 255, 0.14);
}
html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(255, 44, 120, 0.15),
      transparent 31%
    ),
    radial-gradient(
      circle at 15% 65%,
      rgba(255, 44, 120, 0.06),
      transparent 30%
    ),
    #050505;
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
button,
a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.34;
}
[hidden] {
  display: none !important;
}
.page-wrap {
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
}
.page-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.035;
  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='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  z-index: 1;
  width: 440px;
  height: 440px;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(255, 35, 111, 0.085),
    transparent 70%
  );
}
.site-header {
  position: relative;
  z-index: 3;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.back-link,
.home-text-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  transition: color 0.2s ease;
}
.back-link:hover,
.home-text-link:hover {
  color: var(--pink-soft);
}
.header-mark {
  font-size: 8px;
  letter-spacing: 0.28em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.48);
}
.header-mark i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 14px var(--pink);
}
.test-shell {
  position: relative;
  z-index: 3;
  padding: 54px 0 80px;
}
.glass-panel {
  border: 1px solid var(--border);
  border-radius: 14px;
  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 25px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.intro-card {
  position: relative;
  min-height: 680px;
  padding: 75px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intro-card::before {
  content: "CRUSH";
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(120px, 20vw, 220px);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.018);
  white-space: nowrap;
  pointer-events: none;
}
.intro-orbit {
  position: absolute;
  border: 1px solid rgba(255, 44, 120, 0.1);
  border-radius: 50%;
  pointer-events: none;
}
.intro-orbit-one {
  width: 500px;
  height: 500px;
  right: -230px;
  top: -220px;
}
.intro-orbit-two {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -100px;
}
.eyebrow {
  color: var(--pink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.42em;
}
.question-mark {
  margin: 26px 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 54px;
  line-height: 1;
  color: var(--pink-soft);
  text-shadow: 0 0 28px rgba(255, 44, 120, 0.45);
}
.intro-card h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 8.5vw, 102px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
}
.intro-card h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
}
.intro-copy {
  width: min(100%, 650px);
  margin-top: 27px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.85;
}
.intro-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 37px 0 31px;
}
.intro-stats div {
  min-width: 95px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.intro-stats strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.intro-stats span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.intro-stats > i {
  width: 1px;
  height: 36px;
  background: linear-gradient(
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
}
.primary-action,
.secondary-action {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}
.primary-action {
  border: 1px solid #ff3a80;
  background: linear-gradient(100deg, #d92363, #cc2056);
  box-shadow: 0 10px 35px rgba(217, 35, 99, 0.16);
}
.primary-action:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(217, 35, 99, 0.27);
}
.primary-action span {
  margin-left: 16px;
  font-size: 16px;
}
.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
}
.secondary-action:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(255, 44, 120, 0.45);
  background: rgba(255, 44, 120, 0.06);
}
.intro-card small {
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 8px;
  letter-spacing: 0.08em;
}
.quiz-screen {
  padding-top: 4px;
}
.quiz-topline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
}
.question-count {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 8px;
}
.question-count strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 45px;
  font-weight: 400;
}
.question-count span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 13px;
}
.close-button {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
  font-size: 25px;
  font-weight: 300;
  cursor: pointer;
}
.close-button:hover {
  border-color: rgba(255, 44, 120, 0.5);
  background: rgba(255, 44, 120, 0.08);
}
.progress-track {
  width: 100%;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
.progress-bar {
  height: 100%;
  width: 8.333%;
  background: linear-gradient(90deg, var(--pink), #ff6ca2);
  box-shadow: 0 0 14px rgba(255, 44, 120, 0.7);
  transition: width 0.35s ease;
}
.question-card {
  position: relative;
  min-height: 510px;
  padding: 52px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.question-card::after {
  content: "?";
  position: absolute;
  right: 24px;
  top: -35px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 200px;
  color: rgba(255, 44, 120, 0.035);
  pointer-events: none;
}
.card-number {
  position: relative;
  z-index: 2;
  color: var(--pink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4em;
}
.question-card h2 {
  position: relative;
  z-index: 2;
  width: min(100%, 780px);
  margin-top: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(27px, 4vw, 43px);
  font-weight: 400;
  line-height: 1.15;
}
.answer-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 38px;
}
.answer-option {
  min-height: 82px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.018);
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}
.answer-option:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 44, 120, 0.4);
  background: rgba(255, 44, 120, 0.045);
}
.answer-option.selected {
  border-color: rgba(255, 44, 120, 0.78);
  background: rgba(255, 44, 120, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 44, 120, 0.08);
}
.answer-letter {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
}
.answer-option.selected .answer-letter {
  color: #fff;
  border-color: var(--pink);
  background: rgba(255, 44, 120, 0.16);
}
.answer-text {
  flex: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.5;
}
.answer-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.answer-option.selected .answer-dot {
  border-color: var(--pink);
  background: var(--pink);
  box-shadow: 0 0 10px rgba(255, 44, 120, 0.8);
}
.quiz-nav {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}
.quiz-nav .primary-action,
.quiz-nav .secondary-action {
  min-width: 160px;
}
.result-card {
  position: relative;
  min-height: 680px;
  padding: 72px 44px;
  overflow: hidden;
  text-align: center;
}
.result-glow {
  position: absolute;
  left: 50%;
  top: 27%;
  width: 620px;
  height: 420px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse,
    rgba(255, 44, 120, 0.16),
    transparent 67%
  );
  pointer-events: none;
}
.result-card > *:not(.result-glow) {
  position: relative;
  z-index: 2;
}
.result-kicker {
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.32em;
}
.result-card h2 {
  margin-top: 5px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(88px, 15vw, 165px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.035em;
  text-shadow: 0 0 40px rgba(255, 44, 120, 0.18);
}
.match-pill {
  width: fit-content;
  margin: 19px auto 0;
  padding: 9px 14px;
  border: 1px solid rgba(255, 44, 120, 0.35);
  border-radius: 999px;
  background: rgba(255, 44, 120, 0.07);
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.match-pill span {
  color: var(--pink-soft);
}
.result-tagline {
  margin-top: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
}
.result-description {
  width: min(100%, 650px);
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.8;
}
.trait-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 27px;
}
.trait-grid span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.result-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}
.home-text-link {
  display: inline-block;
  margin-top: 28px;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 1000;
  transform: translate(-50%, 20px);
  padding: 12px 18px;
  border: 1px solid rgba(255, 44, 120, 0.35);
  border-radius: 8px;
  background: rgba(9, 9, 11, 0.94);
  color: #fff;
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (max-width: 760px) {
  .page-wrap {
    width: min(100% - 28px, 1000px);
  }
  .site-header {
    min-height: 74px;
  }
  .header-mark {
    display: none;
  }
  .test-shell {
    padding-top: 30px;
  }
  .intro-card {
    min-height: 620px;
    padding: 58px 20px;
  }
  .intro-card h1 {
    font-size: clamp(52px, 14vw, 76px);
  }
  .intro-stats {
    gap: 12px;
  }
  .intro-stats div {
    min-width: 78px;
  }
  .question-card {
    min-height: 560px;
    padding: 35px 22px;
  }
  .answer-list {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .answer-option {
    min-height: 68px;
  }
  .quiz-nav .primary-action,
  .quiz-nav .secondary-action {
    flex: 1;
    min-width: 0;
    padding-inline: 14px;
  }
  .result-card {
    padding: 60px 20px;
  }
  .result-actions {
    flex-direction: column;
  }
  .result-actions button {
    width: min(100%, 330px);
  }
}
@media (max-width: 430px) {
  .eyebrow {
    font-size: 7px;
    letter-spacing: 0.3em;
  }
  .intro-copy {
    font-size: 11px;
  }
  .intro-stats strong {
    font-size: 21px;
  }
  .intro-stats span {
    font-size: 6px;
  }
  .intro-card small {
    line-height: 1.5;
  }
  .question-card h2 {
    font-size: 28px;
  }
  .answer-text {
    font-size: 10px;
  }
  .result-card h2 {
    font-size: 76px;
  }
  .result-tagline {
    font-size: 18px;
  }
}

/* =========================================================
   CRUSH — NOW PLAYING PLAYER
========================================================= */

#backgroundMusic {
  display: none;
}

.music-player {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 500;

  width: 235px;
  height: 62px;

  display: flex;
  align-items: stretch;

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

  overflow: hidden;

  background: linear-gradient(
    120deg,
    rgba(255, 44, 120, 0.11),
    rgba(9, 9, 11, 0.92) 48%
  );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 16px 45px rgba(0, 0, 0, 0.45),
    0 0 30px rgba(255, 44, 120, 0.06);

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

.music-player:hover {
  transform: translateY(-2px);

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

  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.5),
    0 0 35px rgba(255, 44, 120, 0.1);
}

/* =========================================================
   EQUALIZER
========================================================= */

.music-player-bars {
  width: 54px;
  flex: 0 0 54px;

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

  gap: 3px;

  border-right: 1px solid rgba(255, 255, 255, 0.08);

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

.music-player-bars span {
  width: 3px;

  border-radius: 999px;

  background: var(--pink-soft);

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

  transform-origin: center;

  animation: crushMusicBar 0.7s ease-in-out infinite alternate;

  animation-play-state: paused;
}

.music-player-bars span:nth-child(1) {
  height: 10px;
  animation-delay: -0.1s;
}

.music-player-bars span:nth-child(2) {
  height: 22px;
  animation-delay: -0.3s;
}

.music-player-bars span:nth-child(3) {
  height: 15px;
  animation-delay: -0.5s;
}

.music-player-bars span:nth-child(4) {
  height: 26px;
  animation-delay: -0.2s;
}

.music-player-bars span:nth-child(5) {
  height: 12px;
  animation-delay: -0.4s;
}

.music-player.playing .music-player-bars span {
  animation-play-state: running;
}

.music-player.paused .music-player-bars span {
  animation-play-state: paused;
  opacity: 0.4;
}

@keyframes crushMusicBar {
  from {
    transform: scaleY(0.35);
    opacity: 0.5;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* =========================================================
   ANA PLAYER BUTONU
========================================================= */

.music-player-main {
  flex: 1;

  min-width: 0;

  border: 0;

  padding: 0 12px 0 14px;

  background: transparent;

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

  gap: 10px;

  color: #fff;

  cursor: pointer;

  text-align: left;
}

/* =========================================================
   YAZILAR
========================================================= */

.music-player-copy {
  min-width: 0;

  display: flex;
  flex-direction: column;

  justify-content: center;
}

.music-player-copy small {
  display: block;

  margin-bottom: 5px;

  color: var(--pink-soft);

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

  letter-spacing: 0.25em;

  line-height: 1;

  white-space: nowrap;
}

.music-player-copy strong {
  display: block;

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

  color: #fff;

  font-size: 14px;
  font-weight: 500;

  letter-spacing: 0.18em;

  line-height: 1;

  white-space: nowrap;
}

/* =========================================================
   PLAY / PAUSE ICON
========================================================= */

.music-player-icon {
  width: 32px;
  height: 32px;

  flex: 0 0 32px;

  display: grid;
  place-items: center;

  border-radius: 50%;

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

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

  color: #fff;

  font-family: Arial, sans-serif;

  font-size: 11px;

  line-height: 1;

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

.music-player-main:hover .music-player-icon {
  transform: scale(1.07);

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

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

/* =========================================================
   PLAYING GLOW
========================================================= */

.music-player.playing {
  border-color: rgba(255, 44, 120, 0.3);

  box-shadow:
    0 16px 45px rgba(0, 0, 0, 0.45),
    0 0 38px rgba(255, 44, 120, 0.1);
}

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

@media (max-width: 520px) {
  .music-player {
    left: 13px;
    bottom: 13px;

    width: 205px;
    height: 55px;

    border-radius: 10px;
  }

  .music-player-bars {
    width: 45px;
    flex-basis: 45px;
  }

  .music-player-bars span {
    width: 2px;
  }

  .music-player-copy small {
    font-size: 6px;

    letter-spacing: 0.18em;
  }

  .music-player-copy strong {
    font-size: 12px;
  }

  .music-player-main {
    padding: 0 9px 0 11px;
  }

  .music-player-icon {
    width: 28px;
    height: 28px;

    flex-basis: 28px;

    font-size: 10px;
  }
}

.result-member-photo-wrap {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 28px auto 8px;

  border-radius: 50%;
  padding: 4px;

  background: linear-gradient(
    135deg,
    var(--pink),
    rgba(255, 255, 255, 0.25),
    var(--pink-soft)
  );

  box-shadow:
    0 0 35px rgba(255, 44, 120, 0.2),
    0 18px 45px rgba(0, 0, 0, 0.35);
}

.result-member-photo-wrap::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;

  border-radius: 50%;

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

  filter: blur(15px);
}

.result-member-photo {
  width: 100%;
  height: 100%;
  display: block;

  border-radius: 50%;

  object-fit: cover;
  object-position: 50% 50%;

  background: #111;
}

@media (max-width: 520px) {
  .result-member-photo-wrap {
    width: 150px;
    height: 150px;
  }
}
