* { box-sizing: border-box; }

body {
  margin: 0;
  background: oklch(95% 0.006 240);
  font-family: 'Work Sans', sans-serif;
  color: oklch(26% 0.02 250);
}

a {
  color: oklch(52% 0.06 220);
  text-decoration: none;
}
a:hover {
  color: oklch(42% 0.06 220);
}

button {
  font-family: 'Work Sans', sans-serif;
}
button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 2px solid oklch(52% 0.06 220);
  outline-offset: 2px;
}

#app {
  min-height: 100vh;
  font-family: 'Work Sans', sans-serif;
  color: oklch(26% 0.02 250);
  background: oklch(95% 0.006 240);
}

/* ---------- shared layout ---------- */

.uc-screen-center {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.uc-card {
  width: 100%;
  max-width: 420px;
  background: oklch(98% 0.004 240);
  border: 1px solid oklch(87% 0.008 240);
  border-radius: 4px;
  padding: 44px 40px;
}

.uc-card-title {
  font-family: 'Source Serif 4', serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.uc-card-sub {
  font-size: 14px;
  color: oklch(50% 0.015 250);
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ---------- buttons ---------- */

.uc-btn-primary {
  background: oklch(52% 0.06 220);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
}
.uc-btn-primary:hover {
  background: oklch(42% 0.06 220);
}

.uc-btn-block {
  width: 100%;
  padding: 13px;
}

.uc-btn-landing {
  padding: 14px 36px;
}

.uc-btn-intro {
  padding: 13px 28px;
  font-size: 14px;
  margin-bottom: 24px;
}

.uc-btn-buy {
  padding: 10px 20px;
  font-size: 13px;
  white-space: nowrap;
}

.uc-btn-plain {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  color: oklch(50% 0.015 250);
  cursor: pointer;
}

.uc-btn-outline {
  padding: 12px 26px;
  background: none;
  border: 1px solid oklch(82% 0.01 240);
  border-radius: 3px;
  font-size: 14px;
  color: oklch(45% 0.015 250);
  cursor: pointer;
}

.uc-btn-link {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: oklch(52% 0.06 220);
  cursor: pointer;
  text-decoration: underline;
}

/* ---------- landing ---------- */

.uc-landing {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(circle at 30% 20%, oklch(30% 0.025 250), oklch(21% 0.02 250) 60%);
}
.uc-landing-inner { max-width: 480px; text-align: center; }
.uc-landing-title {
  font-family: 'Source Serif 4', serif;
  font-size: 34px;
  font-weight: 600;
  color: oklch(96% 0.006 240);
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
.uc-landing-body {
  font-size: 16px;
  line-height: 1.7;
  color: oklch(80% 0.01 240);
  margin-bottom: 28px;
}
.uc-landing-tag {
  font-size: 13px;
  color: oklch(65% 0.01 240);
  margin-bottom: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ---------- age gate ---------- */

.uc-dob-row { display: flex; gap: 10px; margin-bottom: 24px; }
.uc-dob-input {
  padding: 12px;
  border: 1px solid oklch(82% 0.01 240);
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
}
.uc-dob-day, .uc-dob-month { width: 60px; }
.uc-dob-year { width: 90px; }

.uc-agefail {
  font-size: 16px;
  color: oklch(35% 0.015 250);
  text-align: center;
  max-width: 360px;
  line-height: 1.6;
}

/* ---------- register ---------- */

.uc-register-points {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}
.uc-register-point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: oklch(45% 0.015 250);
}
.uc-register-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: oklch(52% 0.06 220);
  flex-shrink: 0;
}
.uc-email-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid oklch(82% 0.01 240);
  border-radius: 3px;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 18px;
}

.uc-magiclink-inner { width: 100%; max-width: 420px; text-align: center; }
.uc-magiclink-body {
  font-size: 14px;
  color: oklch(50% 0.015 250);
  line-height: 1.7;
  margin-bottom: 30px;
}

/* ---------- header ---------- */

.uc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid oklch(87% 0.008 240);
  background: oklch(98% 0.004 240);
}
.uc-header-title {
  font-family: 'Source Serif 4', serif;
  font-size: 18px;
  font-weight: 600;
}
.uc-header-links {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: oklch(50% 0.015 250);
}

/* ---------- test list ---------- */

.uc-list-wrap { max-width: 700px; margin: 0 auto; padding: 52px 24px 80px; }
.uc-list-title {
  font-family: 'Source Serif 4', serif;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 8px;
}
.uc-list-sub {
  font-size: 14px;
  color: oklch(50% 0.015 250);
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 520px;
}
.uc-list-items { display: flex; flex-direction: column; gap: 14px; }
.uc-list-item {
  border-radius: 4px;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid oklch(87% 0.008 240);
  background: oklch(98% 0.004 240);
}
.uc-list-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Source Serif 4', serif;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
  background: oklch(90% 0.02 220);
  color: oklch(42% 0.06 220);
}
.uc-list-body { flex: 1; }
.uc-list-item-title {
  font-family: 'Source Serif 4', serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}
.uc-list-item-hint { font-size: 13px; color: oklch(50% 0.015 250); }

.uc-lock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: oklch(58% 0.012 240);
  flex-shrink: 0;
}
.uc-lock-icon {
  width: 11px;
  height: 9px;
  border: 1.5px solid oklch(60% 0.012 240);
  border-top: none;
  border-radius: 0 0 2px 2px;
  position: relative;
  margin-top: 7px;
}
.uc-lock-icon::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 1px;
  width: 7px;
  height: 7px;
  border: 1.5px solid oklch(60% 0.012 240);
  border-bottom: none;
  border-radius: 7px 7px 0 0;
}

.uc-list-footer { margin-top: 36px; font-size: 13px; color: oklch(58% 0.012 240); }

/* ---------- payment ---------- */

.uc-payment-wrap { max-width: 460px; margin: 0 auto; padding: 52px 24px 80px; }
.uc-payment-title {
  font-family: 'Source Serif 4', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.uc-payment-price { font-size: 14px; color: oklch(50% 0.015 250); margin-bottom: 28px; }
.uc-qr-wrap { display: flex; justify-content: center; margin-bottom: 20px; }
.uc-qr-placeholder {
  width: 200px;
  height: 200px;
  border: 1.5px dashed oklch(78% 0.01 240);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: oklch(97% 0.004 240);
  color: oklch(55% 0.012 240);
}
.uc-qr-placeholder svg { opacity: 0.5; }
.uc-qr-placeholder span { font-size: 12px; }
.uc-payment-scan-note {
  font-size: 13px;
  color: oklch(50% 0.015 250);
  text-align: center;
  margin-bottom: 28px;
}
.uc-payment-descriptor {
  padding: 16px 18px;
  background: oklch(90% 0.02 220);
  border-radius: 3px;
  font-size: 13px;
  color: oklch(35% 0.04 220);
  line-height: 1.6;
  margin-bottom: 28px;
}
.uc-payment-support { font-size: 13px; color: oklch(58% 0.012 240); text-align: center; }

/* ---------- paper surfaces (intro / question / sheet) ---------- */

.uc-paper {
  min-height: 100vh;
  background: oklch(96% 0.014 75);
}
.uc-paper-brand {
  padding: 28px 40px 0;
  font-family: 'Source Serif 4', serif;
  font-size: 15px;
  font-weight: 600;
  color: oklch(40% 0.014 75);
}

/* ---------- intro ---------- */

.uc-intro-wrap { max-width: 540px; margin: 0 auto; padding: 90px 24px 80px; }
.uc-intro-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: oklch(55% 0.012 75);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.uc-intro-title {
  font-family: 'Source Serif 4', serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 22px;
  color: oklch(27% 0.014 75);
}
.uc-intro-p1 {
  font-family: 'Source Serif 4', serif;
  font-size: 17px;
  line-height: 1.8;
  color: oklch(30% 0.016 75);
  margin-bottom: 20px;
}
.uc-intro-p2 {
  font-size: 14px;
  line-height: 1.7;
  color: oklch(45% 0.012 75);
  margin-bottom: 40px;
}
.uc-paper-support { font-size: 13px; color: oklch(58% 0.01 75); }

/* ---------- question ---------- */

.uc-question-wrap { max-width: 580px; margin: 0 auto; padding: 60px 24px 80px; }
.uc-question-count { font-size: 13px; color: oklch(55% 0.012 75); margin-bottom: 44px; }
.uc-question-text {
  font-family: 'Source Serif 4', serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 44px;
  color: oklch(27% 0.014 75);
}
.uc-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 48px; }
.uc-option {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  padding: 20px 22px;
  border-radius: 3px;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  width: 100%;
  border: 1.5px solid oklch(88% 0.014 75);
  background: oklch(98% 0.008 75);
}
.uc-option.uc-option-selected {
  border-color: oklch(52% 0.06 220);
  background: oklch(93% 0.03 220);
}
.uc-option-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  text-transform: uppercase;
  border: 1.5px solid oklch(75% 0.012 75);
  color: oklch(50% 0.012 75);
}
.uc-option.uc-option-selected .uc-option-circle {
  border-color: oklch(52% 0.06 220);
  color: oklch(52% 0.06 220);
}
.uc-option-text { font-size: 15px; color: oklch(27% 0.014 75); font-weight: 500; }

.uc-continue-row { margin-bottom: 40px; }
.uc-btn-continue {
  padding: 13px 28px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  background: oklch(90% 0.01 240);
  color: oklch(65% 0.01 240);
}
.uc-btn-continue.uc-btn-continue-active {
  background: oklch(52% 0.06 220);
  color: #fff;
  cursor: pointer;
}

.uc-progress-line {
  width: 100%;
  max-width: 200px;
  height: 2px;
  background: oklch(88% 0.014 75);
  border-radius: 1px;
  margin-bottom: 40px;
}
.uc-progress-line-fill {
  height: 100%;
  background: oklch(65% 0.03 220);
  border-radius: 1px;
}

/* ---------- sheet ---------- */

.uc-sheet-wrap { max-width: 560px; margin: 0 auto; padding: 56px 24px 80px; }
.uc-sheet-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: oklch(55% 0.012 75);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.uc-sheet-title {
  font-family: 'Source Serif 4', serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: oklch(27% 0.014 75);
}
.uc-sheet-text {
  font-family: 'Source Serif 4', serif;
  font-size: 17px;
  line-height: 1.85;
  color: oklch(28% 0.016 75);
  margin-bottom: 36px;
}
.uc-sheet-quiet {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-size: 14px;
  color: oklch(50% 0.012 75);
  line-height: 1.6;
  padding-top: 24px;
  border-top: 1px solid oklch(88% 0.014 75);
  margin-bottom: 32px;
}
.uc-sheet-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.uc-btn-sheet-save {
  padding: 12px 20px;
  background: oklch(52% 0.06 220);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.uc-btn-sheet-delete {
  padding: 12px 20px;
  background: none;
  border: 1px solid oklch(80% 0.02 75);
  border-radius: 3px;
  font-size: 13px;
  color: oklch(40% 0.04 40);
  cursor: pointer;
}
.uc-btn-sheet-back {
  padding: 12px 20px;
  background: none;
  border: 1px solid oklch(85% 0.014 75);
  border-radius: 3px;
  font-size: 13px;
  color: oklch(45% 0.012 75);
  cursor: pointer;
}

/* ---------- account ---------- */

.uc-account-wrap { max-width: 620px; margin: 0 auto; padding: 52px 24px 80px; }
.uc-account-title {
  font-family: 'Source Serif 4', serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 32px;
}
.uc-account-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 44px; }
.uc-account-item {
  border: 1px solid oklch(87% 0.008 240);
  background: oklch(98% 0.004 240);
  border-radius: 4px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uc-account-item-title { font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.uc-account-item-status { font-size: 12px; color: oklch(55% 0.012 240); }

.uc-account-danger { border-top: 1px solid oklch(87% 0.008 240); padding-top: 28px; }
.uc-account-danger-title { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.uc-account-danger-sub {
  font-size: 13px;
  color: oklch(50% 0.015 250);
  line-height: 1.6;
  margin-bottom: 16px;
}
.uc-delete-confirm-row { display: flex; gap: 12px; align-items: center; }
.uc-delete-confirm-label { font-size: 13px; color: oklch(40% 0.04 40); }
.uc-btn-delete-forever {
  padding: 9px 16px;
  background: oklch(40% 0.04 40);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.uc-btn-delete-cancel {
  padding: 9px 16px;
  background: none;
  border: 1px solid oklch(85% 0.008 240);
  border-radius: 3px;
  font-size: 13px;
  color: oklch(45% 0.015 250);
  cursor: pointer;
}
.uc-btn-delete-request {
  padding: 10px 18px;
  background: none;
  border: 1px solid oklch(80% 0.03 40);
  border-radius: 3px;
  font-size: 13px;
  color: oklch(40% 0.04 40);
  cursor: pointer;
}

/* ---------- support ---------- */

.uc-support-wrap { max-width: 480px; margin: 0 auto; padding: 72px 24px; }
.uc-support-title {
  font-family: 'Source Serif 4', serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.uc-support-body {
  font-size: 15px;
  line-height: 1.7;
  color: oklch(32% 0.015 250);
  margin-bottom: 24px;
}
.uc-support-resources {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  background: oklch(98% 0.004 240);
  border: 1px solid oklch(87% 0.008 240);
  border-radius: 3px;
}
.uc-support-resource { font-size: 14px; }
.uc-support-resource-note { color: oklch(55% 0.015 250); font-weight: 400; }
