:root {
  --bg: #f6f2ec;
  --bg-soft: #efe8df;
  --card: rgba(255, 255, 255, 0.92);
  --card-border: rgba(130, 92, 64, 0.2);
  --text: #2c1a0d;
  --muted: #8a6e55;
  --accent: #b07b52;
  --accent-strong: #c28e67;
  --danger: #d34747;
  --shadow: 0 16px 34px rgba(42, 22, 5, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
  background: radial-gradient(120% 140% at 20% 0%, #fffdfa 0%, var(--bg) 46%, #ebe2d8 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}

body {
  position: relative;
}

main,
section,
div,
p,
h1,
h2,
h3,
h4,
span,
label,
button,
a,
img {
  user-select: none;
  -webkit-user-select: none;
}

input,
textarea {
  user-select: text;
  -webkit-user-select: text;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image: radial-gradient(rgba(111, 80, 53, 0.08) 0.8px, transparent 0.8px);
  background-size: 3px 3px;
}

.app {
  height: 100%;
  padding: calc(env(safe-area-inset-top) + 14px) 14px calc(env(safe-area-inset-bottom) + 14px);
  position: relative;
}

.screen {
  position: absolute;
  inset: calc(env(safe-area-inset-top) + 14px) 14px calc(env(safe-area-inset-bottom) + 14px);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(245, 238, 230, 0.92));
  border: 1px solid var(--card-border);
  border-radius: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateX(20px) scale(0.99);
  pointer-events: none;
  transition: opacity 360ms ease, transform 360ms ease;
}

.screen.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.splash {
  padding: 0;
  border: none;
  background: #1f140b url("./assets/images/splash.webp") center center / cover no-repeat;
  overflow: hidden;
}

.splash::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.24));
  pointer-events: none;
}

.splash-top-logo {
  position: absolute;
  bottom: calc(env(safe-area-inset-bottom) + 84px);
  left: 50%;
  transform: translateX(-50%);
  width: min(22vw, 84px);
  height: auto;
  z-index: 2;
  filter: brightness(0) invert(1) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
  opacity: 0.96;
}

.splash-loader {
  position: absolute;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border-radius: 50%;
  border: 2.4px solid rgba(255, 255, 255, 0.38);
  border-top-color: #ffffff;
  z-index: 2;
  animation: splashSpin 0.9s linear infinite;
}

.onboarding-flow {
  padding: 0;
  border: none;
  overflow: hidden;
  background: #1b2432;
}

.onboarding-flow::after {
  content: none;
}

.onboarding-hero {
  width: 100%;
  height: 64%;
  object-fit: cover;
  display: block;
}

.hero-one {
  object-position: 38% 22%;
}

.onboarding-skip {
  position: absolute;
  top: calc(env(safe-area-inset-top) + 18px);
  right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(26, 12, 6, 0.38);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.onboarding-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 43%;
  background:
    radial-gradient(130% 120% at 12% 0%, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0.7) 38%, rgba(255, 255, 255, 1) 100%),
    #ffffff;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  border-top: 1px solid rgba(227, 232, 240, 0.82);
  box-shadow: 0 -14px 32px rgba(22, 30, 45, 0.2);
  padding: 16px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onboarding-sheet::before {
  content: none;
}

.onboarding-progress {
  display: flex;
  gap: 8px;
  margin: 0 0 8px;
  justify-content: center;
}

.onboarding-progress .bar {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: #d6dbe4;
}

.onboarding-progress .bar.active {
  background: linear-gradient(90deg, #9b6542 0%, #7e4d2f 100%);
}

.onboarding-sheet h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(22px, 6.4vw, 30px);
  line-height: 1.1;
  font-weight: 800;
  color: #171a1f;
  letter-spacing: -0.018em;
  text-align: center;
}

.onboarding-sheet h2 span {
  color: #8c5737;
}

.onboarding-sheet p {
  margin: 0;
  color: #656f7f;
  font-size: 14px;
  line-height: 1.52;
  font-weight: 580;
  text-align: center;
  max-width: 336px;
  align-self: center;
}

.onboarding-kicker {
  margin: 0;
  text-align: center;
  font-size: 12px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8c5737 !important;
  font-weight: 800 !important;
}

.onboarding-meta {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.onboarding-meta span {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #7b5f49;
  letter-spacing: 0.01em;
}

.onboarding-meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #9a6340;
}

.swipe-cta {
  margin-top: 10px;
  width: 100%;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(180deg, #090909 0%, #030303 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 10px 24px rgba(14, 14, 14, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 16px 0 8px;
  user-select: none;
  -webkit-user-select: none;
}

.swipe-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/splash.webp") center center / cover no-repeat;
  opacity: 0.29;
  pointer-events: none;
}

.swipe-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 36%);
  pointer-events: none;
  z-index: 1;
}

.swipe-cta-text {
  margin-left: 60px;
  color: #f6f7f8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

.swipe-cta-knob {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #202020;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
  cursor: grab;
  touch-action: none;
  z-index: 2;
}

.swipe-cta-knob.dragging {
  cursor: grabbing;
}

.swipe-cta.is-complete {
  border-color: rgba(207, 132, 80, 0.75);
  box-shadow:
    0 10px 24px rgba(14, 14, 14, 0.28),
    0 0 0 2px rgba(207, 132, 80, 0.25);
}

.nowrap {
  white-space: nowrap;
}

.phone-notch {
  width: 92px;
  height: 5px;
  border-radius: 999px;
  background: rgba(138, 110, 85, 0.36);
  margin: 0 auto;
}

.logo-lockup {
  margin: auto;
  text-align: center;
  position: relative;
}

.brand-logo {
  width: min(78vw, 320px);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 12px 18px rgba(88, 57, 30, 0.14));
}

.logo-kicker,
.eyebrow {
  margin: 0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--muted);
}

.logo-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(42px, 14vw, 72px);
  margin: 12px 0 0;
  letter-spacing: 0.08em;
}

.logo-sub {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.screen-inner {
  margin-top: 30px;
}

h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 9vw, 44px);
  line-height: 1.05;
  margin: 14px 0;
}

.body-copy,
.success-card p {
  margin: 0;
  color: #6d523d;
  line-height: 1.55;
  font-size: 15px;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: rgba(128, 96, 68, 0.28);
}

.dot.active {
  width: 28px;
  background: var(--accent);
}

.ghost-btn,
.cta-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  height: 56px;
  padding: 0 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: transform 140ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.ghost-btn {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(130, 92, 64, 0.24);
  color: var(--text);
  box-shadow:
    0 8px 16px rgba(114, 80, 48, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.onboarding .ghost-btn {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.onboarding-footer {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 2px;
}

.pager-inline {
  justify-content: flex-start;
  gap: 8px;
}

.onboarding-footer .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(132, 105, 81, 0.22);
}

.onboarding-footer .dot.active {
  width: 9px;
  background: #8f6544;
  box-shadow: 0 0 0 2px rgba(143, 101, 68, 0.16);
}

.onboarding-next-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(145deg, #b07b52 0%, #8c5a38 100%);
  box-shadow:
    0 10px 18px rgba(108, 68, 38, 0.32),
    inset 0 1px 0 rgba(248, 230, 214, 0.32);
  transition: transform 140ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.onboarding-next-btn:hover {
  transform: translateY(-1px);
}

.onboarding-next-btn:active {
  transform: translateY(1px) scale(0.98);
}

.onboarding-next-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(248, 243, 236, 0.96),
    0 0 0 4px rgba(176, 123, 82, 0.28),
    0 10px 18px rgba(108, 68, 38, 0.32);
}

.cta-btn {
  border-color: rgba(138, 86, 47, 0.42);
  background: linear-gradient(140deg, #c78f67 0%, #ae764f 55%, #9b633f 100%);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(45, 22, 7, 0.24);
  box-shadow:
    0 12px 22px rgba(158, 102, 61, 0.3),
    inset 0 1px 0 rgba(248, 225, 205, 0.44);
}

.ghost-btn:hover,
.cta-btn:hover {
  transform: translateY(-1px);
}

.ghost-btn:active,
.cta-btn:active {
  transform: translateY(1px) scale(0.99);
}

.ghost-btn:focus-visible,
.cta-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(249, 244, 237, 0.96),
    0 0 0 4px rgba(176, 123, 82, 0.3);
}

.join {
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #16110d;
  background-image:
    linear-gradient(180deg, rgba(14, 9, 6, 0.16) 0%, rgba(14, 9, 6, 0.22) 100%),
    url("./assets/images/kayitbackground.webp"),
    url("./assets/images/kayıtbacround.webp");
  background-position: center center, center center, center center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  border: none;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 12px);
}

.join::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 9, 6, 0.58) 0%, rgba(14, 9, 6, 0.46) 50%, rgba(14, 9, 6, 0.62) 100%);
  pointer-events: none;
}

.join > * {
  position: relative;
  z-index: 1;
}

.join-head {
  margin-top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 360px);
  gap: 4px;
}

.join-logo {
  width: min(18vw, 72px);
  height: auto;
  display: block;
  margin: 0 auto 2px;
  filter: brightness(0) invert(1) drop-shadow(0 8px 14px rgba(0, 0, 0, 0.36));
}

.join .eyebrow {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.82);
}

.join h2 {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.join-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(19px, 6.2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.join-title span {
  color: #d7ac89;
}

.join-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
  width: min(100%, 360px);
  padding-bottom: 0;
}

.required-note {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.join-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.join-form span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
}

.join-form input[type="text"],
.join-form input[type="email"] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(18, 12, 8, 0.34);
  color: #ffffff;
  border-radius: 12px;
  height: 44px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 1.2;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.join-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.join-form label.consent-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(14, 9, 6, 0.34);
  border-radius: 12px;
  padding: 8px 10px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.join-form label.consent-row input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 2px 0 0;
  accent-color: #d6a97f;
}

.join-form label.consent-row span {
  margin: 0;
  font-size: 10px;
  line-height: 1.34;
  color: rgba(255, 255, 255, 0.9);
}

.form-msg {
  margin: 0;
  min-height: 19px;
  font-size: 12px;
  color: var(--danger);
}

.legal-links {
  display: grid;
  gap: 0;
  margin-top: 1px;
}

.legal-links::-webkit-scrollbar {
  display: none;
}

.legal-link-btn {
  min-height: 42px;
  padding: 8px 34px 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(14, 9, 6, 0.34);
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: left;
  width: 100%;
  position: relative;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.legal-link-btn::after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.legal-link-btn:active {
  transform: scale(0.99);
}

.legal-link-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.legal-main-title {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.96);
}

.legal-main-sub {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.64);
}

.swipe-submit {
  margin: 4px auto 0;
  width: min(84%, 300px);
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(180deg, #090909 0%, #030303 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 10px 24px rgba(14, 14, 14, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 14px 0 8px;
  user-select: none;
  -webkit-user-select: none;
  position: relative;
}

.swipe-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(90% 180% at 10% 10%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(130deg, rgba(207, 132, 80, 0.34) 0%, rgba(48, 25, 12, 0.16) 80%),
    url("./assets/images/kayitbackground.webp"),
    url("./assets/images/kayıtbacround.webp");
  background-position: center center, center center, center center, center center;
  background-size: cover, cover, cover, cover;
  opacity: 1;
  pointer-events: none;
}

.swipe-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 38%);
  pointer-events: none;
  z-index: 1;
}

.swipe-submit-text {
  margin-left: 56px;
  color: #f6f7f8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

.swipe-submit-knob {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #202020;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
  cursor: grab;
  touch-action: none;
  z-index: 2;
}

.swipe-submit-knob.dragging {
  cursor: grabbing;
}

.swipe-submit.is-complete {
  border-color: rgba(207, 132, 80, 0.75);
  box-shadow:
    0 10px 24px rgba(14, 14, 14, 0.26),
    0 0 0 2px rgba(207, 132, 80, 0.24);
}

.swipe-submit.is-disabled {
  opacity: 0.62;
  pointer-events: none;
}

.submit-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
}

.legal-modal[hidden] {
  display: none;
}

.legal-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.64);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.legal-modal-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 430px);
  max-height: min(86vh, 760px);
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(160% 120% at 0% 0%, rgba(234, 202, 173, 0.16), rgba(17, 11, 7, 0.95)),
    #140f0b;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #f3efe9;
}

.legal-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 10px;
}

.legal-modal-head h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.legal-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.legal-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 14px 12px;
}

.legal-tab {
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
}

.legal-tab.is-active {
  background: linear-gradient(140deg, #cc946b 0%, #9b633f 100%);
  border-color: rgba(222, 174, 137, 0.68);
  color: #fff;
}

.legal-content {
  max-height: min(64vh, 560px);
  overflow: auto;
  padding: 0 16px 18px;
}

.legal-panel {
  display: none;
}

.legal-panel.is-active {
  display: block;
}

.legal-panel h4 {
  margin: 0 0 10px;
  font-size: 16px;
}

.legal-panel p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.9);
}

.tabbar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.tab {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(12, 8, 5, 0.4);
  color: rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  height: 42px;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.tab.active {
  background: rgba(176, 123, 82, 0.34);
  color: #ffffff;
  border-color: rgba(222, 174, 137, 0.66);
}

.tab:disabled {
  opacity: 0.66;
}

.success {
  justify-content: center;
  align-items: center;
  background-color: #16110d;
  background-image:
    linear-gradient(180deg, rgba(14, 9, 6, 0.5) 0%, rgba(14, 9, 6, 0.62) 100%),
    url("./assets/images/kayitbackground.webp"),
    url("./assets/images/kayıtbacround.webp");
  background-position: center center, center center, center center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  border: none;
  overflow: hidden;
}

.success-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(100%, 350px);
  background:
    radial-gradient(140% 120% at 10% 0%, rgba(229, 198, 165, 0.2), rgba(20, 13, 9, 0.5)),
    rgba(17, 11, 7, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  padding: 22px 16px 16px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.success-logo {
  width: min(26vw, 92px);
  height: auto;
  margin: 0 auto 4px;
  filter: brightness(0) invert(1) drop-shadow(0 8px 14px rgba(0, 0, 0, 0.4));
}

.success .eyebrow {
  margin: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.74);
}

.success-card h2 {
  margin: 2px 0 0;
  font-size: clamp(25px, 7vw, 34px);
  line-height: 1.05;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
  white-space: nowrap;
}

.success-card p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
}

.success-btn {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(234, 199, 168, 0.46);
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.01em;
  background: linear-gradient(140deg, #c78f67 0%, #ae764f 55%, #9b633f 100%);
  box-shadow:
    0 12px 22px rgba(158, 102, 61, 0.3),
    inset 0 1px 0 rgba(248, 225, 205, 0.44);
}

.ghost-btn.wide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@keyframes splashSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .app {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-height: 760px) {
  .join {
    gap: 8px;
    padding-top: 10px;
  }

  .join-logo {
    width: min(16vw, 62px);
  }

  .join .eyebrow {
    display: none;
  }

  .join-title {
    font-size: clamp(18px, 5.6vw, 24px);
  }

  .join-form {
    gap: 7px;
  }

  .join-form input[type="text"],
  .join-form input[type="email"] {
    height: 42px;
    font-size: 16px;
  }

  .legal-link-btn {
    min-height: 38px;
  }

  .swipe-submit {
    height: 44px;
  }

  .swipe-submit-text {
    font-size: 11px;
  }

  .swipe-submit-knob {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .success-card {
    gap: 8px;
    padding: 18px 14px 14px;
  }

  .success-logo {
    width: min(22vw, 76px);
  }

  .success-card h2 {
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .success-card p {
    font-size: 13px;
    line-height: 1.45;
  }

  .success-btn {
    height: 46px;
    font-size: 13px;
  }
}


