:root {
  --lt-primary: #0d1b3f;
  --lt-ink: #111827;
  --lt-muted: #5b6475;
  --lt-border: #dbe3ef;
  --lt-soft: #f5f7fb;
  --lt-accent: #2563eb;
  --lt-accent-2: #0f766e;
  --lt-danger: #b91c1c;
  --lt-success: #047857;
}

@property --lt-score-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--lt-ink);
  background: #f3f6fb;
  font-family: "Noto Sans KR", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.lt-page {
  min-height: 100vh;
}

.lt-topbar {
  background: #fff;
  border-bottom: 1px solid var(--lt-border);
}

.lt-topbar-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lt-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lt-primary);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.lt-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.lt-top-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--lt-muted);
}

.lt-top-links a {
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
}

.lt-top-links a:hover {
  color: var(--lt-primary);
  background: var(--lt-soft);
}

.lt-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13, 27, 63, 0.94), rgba(13, 27, 63, 0.74)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.lt-hero--neural {
  background:
    url('neural-faint.svg'),
    radial-gradient(1100px 520px at 78% -10%, rgba(56, 92, 173, 0.55), rgba(56, 92, 173, 0) 60%),
    linear-gradient(120deg, #0d1b3f 0%, #122a63 52%, #0d1b3f 100%);
  background-size: cover, cover, cover;
  background-position: center, center, center;
  background-repeat: no-repeat;
}

.lt-hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 36px;
}

.lt-eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lt-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(30px, 4.3vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.lt-hero p {
  margin: 16px 0 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.lt-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.lt-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
}

.lt-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 52px;
}

.lt-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.42fr);
  gap: 18px;
  align-items: start;
}

.lt-panel,
.lt-question,
.lt-result {
  background: #fff;
  border: 1px solid var(--lt-border);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.lt-panel {
  padding: 20px;
  position: sticky;
  top: 16px;
}

.lt-panel h2,
.lt-section-title {
  margin: 0 0 6px;
  color: var(--lt-primary);
  font-size: 20px;
  line-height: 1.3;
}

.lt-panel p,
.lt-section-note {
  margin: 0 0 18px;
  color: var(--lt-muted);
  font-size: 14px;
}

.lt-field {
  margin-bottom: 13px;
}

.lt-field label,
.lt-field legend {
  display: block;
  margin: 0 0 5px;
  color: #26324a;
  font-size: 13px;
  font-weight: 800;
}

.lt-field input,
.lt-field select,
.lt-field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 14px;
  padding: 9px 11px;
}

.lt-field textarea {
  min-height: 118px;
  resize: vertical;
}

.lt-field input:focus,
.lt-field select:focus,
.lt-field textarea:focus {
  outline: 0;
  border-color: var(--lt-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.lt-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 13px;
}

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

.lt-inline-options label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  color: #243047;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.lt-inline-options input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
}

.lt-required {
  color: var(--lt-danger);
}

.lt-help {
  margin-top: 5px;
  color: #737d90;
  font-size: 12px;
}

.lt-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lt-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 14px 0 16px;
  color: #3f4b62;
  font-size: 12px;
}

.lt-consent input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
  accent-color: var(--lt-accent);
}

.lt-consent strong {
  color: var(--lt-primary);
}

.lt-consent.is-auto-checked {
  color: #1f3a5f;
}

.lt-consent-note {
  display: inline-flex;
  margin-left: 6px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 1px 7px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.lt-questions-wrap {
  display: grid;
  gap: 14px;
}

.lt-tier {
  padding: 18px 18px 16px;
  border: 1px solid #cfd8e6;
  border-left: 5px solid var(--lt-accent-2);
  border-radius: 8px;
  background: #fff;
}

.lt-tier-kicker {
  margin: 0 0 4px;
  color: var(--lt-accent-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lt-tier h2 {
  margin: 0 0 5px;
  color: var(--lt-primary);
  font-size: 19px;
  line-height: 1.3;
}

.lt-tier p {
  margin: 0;
  color: var(--lt-muted);
  font-size: 14px;
}

.lt-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--lt-border);
  border-radius: 8px;
}

.lt-progress-bar {
  height: 8px;
  overflow: hidden;
  background: #e8eef7;
  border-radius: 8px;
}

.lt-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--lt-accent), var(--lt-accent-2));
  transition: width 0.2s ease;
}

.lt-set-note {
  margin: -4px 0 0;
  color: var(--lt-muted);
  font-size: 13px;
  font-weight: 700;
}

.lt-empty-state {
  padding: 24px 20px;
  border: 1px dashed #bfccdc;
  border-radius: 8px;
  background: #f8fafc;
}

.lt-empty-state h2 {
  margin: 0 0 6px;
  color: var(--lt-primary);
  font-size: 19px;
  line-height: 1.3;
}

.lt-empty-state p {
  margin: 0;
  color: var(--lt-muted);
  font-size: 14px;
}

.lt-progress-text {
  color: var(--lt-muted);
  font-size: 13px;
  font-weight: 800;
}

.lt-question {
  padding: 18px;
}

.lt-q-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.lt-q-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--lt-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.lt-q-topic {
  color: var(--lt-muted);
  font-size: 13px;
  font-weight: 800;
}

.lt-q-difficulty {
  border: 1px solid #dbe4f1;
  border-radius: 8px;
  background: #f8fafc;
  color: #42526c;
  font-size: 12px;
  font-weight: 850;
  padding: 3px 8px;
}

.lt-q-prompt {
  margin: 0 0 12px;
  color: #111827;
  font-size: 16px;
  font-weight: 750;
}

.lt-code {
  margin: 10px 0 12px;
  overflow-x: auto;
  border: 1px solid #dbe4f1;
  border-radius: 8px;
  background: #0f172a;
  color: #dbeafe;
  padding: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.lt-choices {
  display: grid;
  gap: 8px;
}

.lt-choice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 11px 12px;
  cursor: pointer;
  background: #fff;
  color: #202a3f;
  font-size: 14px;
}

.lt-choice:hover {
  border-color: #aab8cf;
  background: #f8fafc;
}

.lt-choice input {
  margin-top: 4px;
  accent-color: var(--lt-accent);
}

.lt-choice.is-correct {
  border-color: rgba(4, 120, 87, 0.55);
  background: #ecfdf5;
}

.lt-choice.is-wrong {
  border-color: rgba(185, 28, 28, 0.48);
  background: #fef2f2;
}

.lt-explanation {
  display: none;
  margin-top: 10px;
  color: #41516a;
  font-size: 13px;
}

.lt-question.show-feedback .lt-explanation {
  display: block;
}

.lt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.lt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--lt-primary);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.lt-btn:hover:not(:disabled) {
  filter: brightness(1.05);
}

.lt-btn:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.lt-btn-secondary {
  background: #fff;
  border-color: #bfccdc;
  color: var(--lt-primary);
}

.lt-btn-kakao {
  background: #fee500;
  color: #2f2110;
}

.lt-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--lt-muted);
  font-size: 13px;
}

.lt-status.is-error {
  color: var(--lt-danger);
  font-weight: 800;
}

.lt-status.is-ok {
  color: var(--lt-success);
  font-weight: 800;
}

.lt-result {
  display: none;
  padding: 20px;
  border-color: rgba(37, 99, 235, 0.28);
}

.lt-result.is-visible {
  display: block;
}

.lt-result-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.lt-score {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #fff 0 58%, transparent 59%),
    conic-gradient(var(--lt-accent-2) 0 var(--lt-score-angle, 0deg), #dbeafe var(--lt-score-angle, 0deg) 360deg);
  color: var(--lt-primary);
  font-size: 25px;
  font-weight: 950;
  transition: --lt-score-angle 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lt-result h2 {
  margin: 0 0 4px;
  color: var(--lt-primary);
  font-size: 23px;
}

.lt-result p {
  margin: 0;
  color: #3f4b62;
}

.lt-breakdown {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.lt-result-visuals {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
}

.lt-visual-card {
  min-width: 0;
  border: 1px solid #e0e8f3;
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px;
}

.lt-visual-card h3 {
  margin: 0 0 8px;
  color: var(--lt-primary);
  font-size: 14px;
}

.lt-radar {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.lt-radar-grid,
.lt-radar-axis {
  fill: none;
  stroke: #cfdae9;
  stroke-width: 1;
}

.lt-radar-area {
  fill: rgba(15, 118, 110, 0.22);
  stroke: var(--lt-accent-2);
  stroke-width: 3;
  transform-origin: center;
}

.lt-radar-label {
  fill: #475569;
  font-size: 10px;
  font-weight: 800;
}

.lt-radar-legend {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.lt-radar-legend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.lt-radar-legend-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-skill-bars {
  display: grid;
  gap: 10px;
}

.lt-skill-row {
  display: grid;
  gap: 5px;
}

.lt-skill-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.lt-skill-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.lt-skill-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lt-accent), var(--lt-accent-2));
  transform-origin: left center;
}

.lt-breakdown-group h3 {
  margin: 0 0 8px;
  color: var(--lt-primary);
  font-size: 14px;
}

.lt-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lt-breakdown-item {
  border: 1px solid #e0e8f3;
  border-radius: 8px;
  padding: 10px;
  background: #f8fafc;
}

.lt-breakdown-item strong {
  display: block;
  color: var(--lt-primary);
  font-size: 13px;
}

.lt-breakdown-item span {
  color: var(--lt-muted);
  font-size: 13px;
}

.lt-roadmap {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #dce5f1;
  border-radius: 14px;
  background: #fff;
}

.lt-roadmap h2 {
  margin: 0 0 6px;
  color: var(--lt-primary);
  font-size: 22px;
}

.lt-roadmap > p {
  margin: 0 0 18px;
  max-width: 780px;
  color: var(--lt-muted);
  font-size: 14px;
}

.lt-track-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.lt-track-card {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid #e2e8f3;
  border-radius: 12px;
  background: #f8faff;
}

.lt-track-card.is-optional {
  background: #fffaf0;
  border-color: #fde68a;
}

.lt-track-hours {
  font-size: 26px;
  font-weight: 800;
  color: var(--lt-primary);
  line-height: 1;
}

.lt-track-name {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #2b3550;
}

.lt-track-desc {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--lt-muted);
}

.lt-module-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 16px;
  margin: 0 0 22px;
}

.lt-module-cluster {
  min-width: 0;
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid #dfe7f3;
  border-radius: 12px;
  background: #f8fafc;
  padding: 14px;
}

.lt-module-cluster:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -9px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #bfdbfe;
  border-right: 2px solid #bfdbfe;
  transform: rotate(45deg);
  z-index: 1;
}

.lt-module-cluster.is-optional {
  background: #fffaf0;
  border-color: #fde68a;
}

.lt-module-phase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 28px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #e0f2fe;
  color: #075985;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lt-module-cluster.is-optional .lt-module-phase {
  background: #fef3c7;
  color: #92400e;
}

.lt-module-nodes {
  display: grid;
  gap: 10px;
}

.lt-module-node {
  display: grid;
  grid-template-columns: minmax(42px, auto) minmax(0, 1fr) minmax(52px, auto);
  gap: 12px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  min-height: 48px;
  padding: 10px 12px;
}

.lt-module-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  border-radius: 8px;
  background: var(--lt-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.lt-module-title,
.lt-module-node strong {
  display: block;
  min-width: 0;
  color: #23314d;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: anywhere;
  white-space: normal;
}

.lt-module-hours,
.lt-module-node span:last-child {
  justify-self: end;
  min-width: 48px;
  border-left: 1px solid #e2e8f0;
  padding-left: 10px;
  color: var(--lt-accent-2);
  font-size: 12px;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.lt-roadmap-scroll {
  overflow-x: auto;
}

.lt-roadmap-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  font-size: 13px;
}

.lt-roadmap-table th,
.lt-roadmap-table td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e7eef7;
  border-bottom: 1px solid #e7eef7;
  background: #fff;
}

.lt-roadmap-table td:first-child {
  position: relative;
  border-left: 1px solid #e7eef7;
  border-radius: 10px 0 0 10px;
  padding-left: 38px;
  color: #1e2b48;
  font-weight: 850;
}

.lt-roadmap-table td:first-child::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid #bfdbfe;
  border-radius: 999px;
  background: var(--lt-accent);
  transform: translateY(-50%);
}

.lt-roadmap-table td:last-child {
  border-right: 1px solid #e7eef7;
  border-radius: 0 10px 10px 0;
}

.lt-roadmap-table th {
  color: var(--lt-primary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lt-roadmap-table td:last-child,
.lt-roadmap-table th:last-child {
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
  color: var(--lt-primary);
}

.lt-roadmap-table tbody tr.lt-stage td {
  background: #f4f7fc;
  font-weight: 700;
  color: #2b3550;
  text-transform: none;
  letter-spacing: 0;
  border: 0;
  border-radius: 10px;
  padding-left: 12px;
}

.lt-roadmap-table tbody tr.lt-stage td::before {
  display: none;
}

.lt-roadmap-table tbody tr.is-optional td {
  background: #fffdf7;
}

.lt-roadmap-table tbody tr.is-optional td:first-child::before {
  border-color: #fde68a;
  background: #d97706;
}

.lt-roadmap-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 16px;
  margin-top: 22px;
}

.lt-timeline-card,
.lt-advantage-card {
  border: 1px solid #e0e8f3;
  border-radius: 12px;
  background: #f8fafc;
  padding: 16px;
}

.lt-timeline-card h3,
.lt-advantage-card h3 {
  margin: 0 0 12px;
  color: var(--lt-primary);
  font-size: 16px;
}

.lt-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lt-timeline-step {
  position: relative;
  min-width: 0;
  border: 1px solid #dbe4f1;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.lt-timeline-step::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: var(--lt-accent-2);
}

.lt-timeline-step.is-mid::before {
  background: var(--lt-accent);
}

.lt-timeline-step.is-late::before {
  background: #d97706;
}

.lt-timeline-step span {
  display: block;
  color: var(--lt-muted);
  font-size: 12px;
  font-weight: 800;
}

.lt-timeline-step strong {
  display: block;
  margin-top: 2px;
  color: var(--lt-primary);
  font-size: 14px;
}

.lt-timeline-step p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 12px;
}

.lt-advantage-bars {
  display: grid;
  gap: 11px;
}

.lt-advantage-row {
  display: grid;
  gap: 5px;
}

.lt-advantage-row div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.lt-advantage-row div:first-child span {
  min-width: 0;
  line-height: 1.35;
}

.lt-advantage-row div:first-child strong {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

.lt-advantage-track {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.lt-advantage-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lt-accent-2), var(--lt-accent));
  transform-origin: left center;
}

.lt-roadmap-note {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--lt-muted);
}

.lt-sources {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #fff;
  color: #4b5568;
  font-size: 13px;
}

.lt-sources h2 {
  margin: 0 0 8px;
  color: var(--lt-primary);
  font-size: 16px;
}

.lt-sources ul {
  margin: 0;
  padding-left: 18px;
}

.lt-sources li {
  margin: 4px 0;
}

.lt-footer {
  padding: 22px 16px 34px;
  color: #6b7280;
  text-align: center;
  font-size: 13px;
}

.lt-motion-item {
  transform: translateY(12px);
  opacity: 0;
  transition:
    opacity 0.42s ease,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--lt-motion-delay, 0ms);
}

.lt-motion-item.is-motion-visible,
.is-motion-visible > .lt-motion-item {
  transform: translateY(0);
  opacity: 1;
}

.lt-motion-ready .lt-skill-fill,
.lt-motion-ready .lt-advantage-fill {
  transform: scaleX(0);
}

.lt-motion-ready .lt-skill-fill.is-meter-visible,
.lt-motion-ready .lt-advantage-fill.is-meter-visible {
  animation: lt-meter-fill 0.78s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--lt-meter-delay, 0ms);
}

.lt-motion-ready .lt-result.is-visible .lt-radar-area {
  animation: lt-radar-pop 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes lt-meter-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes lt-radar-pop {
  from {
    transform: scale(0.86);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

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

  .lt-motion-item {
    transform: none;
    opacity: 1;
  }

  .lt-motion-ready .lt-skill-fill,
  .lt-motion-ready .lt-advantage-fill {
    transform: none;
  }
}

@media (max-width: 920px) {
  .lt-grid {
    grid-template-columns: 1fr;
  }

  .lt-panel {
    position: static;
  }

  .lt-track-cards,
  .lt-module-map,
  .lt-roadmap-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lt-module-cluster:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .lt-topbar-inner,
  .lt-hero-inner,
  .lt-main {
    width: min(100% - 24px, 1180px);
  }

  .lt-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .lt-brand img {
    width: 38px;
    height: 38px;
  }

  .lt-top-links {
    width: 100%;
    gap: 6px;
  }

  .lt-top-links a {
    padding: 6px 8px;
    font-size: 13px;
  }

  .lt-hero-inner {
    padding: 28px 0 26px;
  }

  .lt-hero h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .lt-hero p {
    font-size: 15px;
  }

  .lt-chip {
    max-width: 100%;
    white-space: normal;
  }

  .lt-panel,
  .lt-question,
  .lt-result,
  .lt-roadmap {
    padding: 16px;
  }

  .lt-progress {
    grid-template-columns: 1fr;
  }

  .lt-result-grid,
  .lt-breakdown-grid,
  .lt-result-visuals,
  .lt-track-cards,
  .lt-module-map,
  .lt-roadmap-visuals,
  .lt-timeline {
    grid-template-columns: 1fr;
  }

  .lt-score {
    width: 84px;
    height: 84px;
  }

  .lt-roadmap-table,
  .lt-roadmap-table thead,
  .lt-roadmap-table tbody,
  .lt-roadmap-table tr,
  .lt-roadmap-table th,
  .lt-roadmap-table td {
    display: block;
  }

  .lt-roadmap-table thead {
    display: none;
  }

  .lt-roadmap-table tr {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f3;
    border-radius: 8px;
    background: #fff;
  }

  .lt-roadmap-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eef2f8;
  }

  .lt-roadmap-table td:last-child {
    border-bottom: 0;
    text-align: left;
    white-space: normal;
  }

  .lt-roadmap-table tbody tr.lt-stage {
    border: 0;
  }

  .lt-roadmap-table tbody tr.lt-stage td {
    border-radius: 8px;
  }
}
