:root {
  --ln-forest: #063f2e;
  --ln-forest-2: #0b5841;
  --ln-lime: #b7f34a;
  --ln-coral: #ff6b4a;
  --ln-ink: #101713;
  --ln-muted: #657168;
  --ln-paper: #f7f4ea;
  --ln-card: #fffdf7;
  --ln-line: #dcded2;
}

html { scroll-behavior: smooth; }
body.analyser-app {
  background: var(--ln-paper) !important;
  color: var(--ln-ink) !important;
  font-family: "DM Sans", sans-serif !important;
}
body.analyser-app h1,
body.analyser-app h2,
body.analyser-app h3,
body.analyser-app .ln-site-word { font-family: "Sora", sans-serif; }

.analyser-app .ln-site-top {
  background: rgba(247,244,234,.92);
  border-color: rgba(16,23,19,.12);
  backdrop-filter: blur(18px);
}
.analyser-app .ln-site-top-inner { max-width: 1240px; height: 72px; }
.analyser-app .ln-site-mark {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  box-shadow: none;
}
.analyser-app .ln-site-mark img { width: 38px; height: 38px; }
.analyser-app .ln-site-word { color: var(--ln-ink); font-weight: 750; letter-spacing: -.06em; }
.analyser-app .ln-site-tag { color: #577066; border-left: 1px solid #bdc5ba; padding-left: 12px; }
.analyser-app .ln-site-nav { gap: 0; }
.analyser-app .ln-site-nav a { color: #536058; font-size: .84rem; border-radius: 999px; }
.analyser-app .ln-site-nav a:hover { color: var(--ln-ink); background: #ebe8dd; }
.analyser-app .ln-site-nav a.active { color: var(--ln-forest); background: #e5efd9; box-shadow: none; }
.analyser-app .ln-site-cta {
  background: var(--ln-ink);
  border-radius: 999px;
  padding: 11px 16px;
  box-shadow: none;
}
.analyser-app .ln-site-cta:hover { background: var(--ln-forest); transform: translateY(-1px); }

.analyser-app .ln-main { padding-top: 112px; padding-left: 22px; padding-right: 22px; }
.analyser-app .ln-wrap { max-width: 1240px; }
.analyser-app .reveal { will-change: transform, opacity; }

/* Landing */
.ln-audit-hero {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(460px,1.14fr);
  gap: clamp(32px,5vw,84px);
  align-items: center;
  padding: 36px 0 54px;
}
.ln-hero-copy { max-width: 600px; }
.ln-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ln-forest);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ln-kicker > span { width: 26px; height: 2px; background: var(--ln-lime); box-shadow: 8px 0 0 var(--ln-coral); }
.ln-hero-copy h1 {
  margin: 21px 0 22px;
  font-size: clamp(3rem,5.4vw,5.8rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 750;
  color: var(--ln-ink);
}
.ln-hero-copy h1 em { color: var(--ln-forest); font-style: normal; position: relative; }
.ln-hero-copy h1 em::after {
  content: "";
  position: absolute;
  right: -.08em;
  bottom: .03em;
  width: .48em;
  height: .12em;
  background: var(--ln-lime);
  z-index: -1;
}
.ln-hero-copy > p { color: #566158; font-size: 1.08rem; line-height: 1.7; max-width: 52ch; }
.ln-hero-proof { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.ln-hero-proof span { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; color: #647067; font-size: .78rem; }
.ln-hero-proof b { color: var(--ln-forest); font-family: "Sora"; font-size: .84rem; }

.ln-audit-console {
  position: relative;
  background: var(--ln-forest);
  color: #fff;
  border-radius: 28px;
  padding: clamp(24px,3vw,38px);
  box-shadow: 0 28px 70px rgba(6,63,46,.18);
  overflow: visible;
}
.ln-audit-console::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  pointer-events: none;
}
.ln-audit-console::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 16px;
  right: -34px;
  top: 72px;
  background: var(--ln-lime);
  box-shadow: 9px 23px 0 -3px var(--ln-coral), -1px 46px 0 -5px var(--ln-lime);
  transform: rotate(-10deg);
  border-radius: 20px;
  z-index: -1;
}
.ln-console-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; margin-bottom: 25px; position: relative; z-index: 1; }
.ln-console-index { display: block; color: #a8c3b9; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 7px; }
.ln-console-head h2 { color: #fff; font-size: 1.55rem; letter-spacing: -.04em; margin: 0; }
.ln-live-chip, .ln-report-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(183,243,74,.32);
  color: var(--ln-lime);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.ln-live-chip i, .ln-report-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(183,243,74,.1); }
.ln-audit-console form { position: relative; z-index: 2; }
.ln-audit-console .ln-field { margin-bottom: 15px; }
.ln-audit-console .ln-field label { color: #dce8e1; font-size: .76rem; letter-spacing: .02em; }
.ln-audit-console .ln-field label span { color: #8ca99e; font-weight: 500; }
.ln-audit-console .ln-input {
  height: 54px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  border-radius: 13px;
}
.ln-audit-console .ln-input-primary { height: 62px; background: #fffdf7; border-color: #fffdf7; }
.ln-audit-console .ln-input input { color: #fff; font-family: "DM Sans"; }
.ln-audit-console .ln-input-primary input { color: var(--ln-ink); font-size: 1rem; }
.ln-audit-console .ln-input input::placeholder { color: #91aba1; }
.ln-audit-console .ln-input-primary input::placeholder { color: #8b938d; }
.ln-audit-console .ln-input .material-symbols-outlined { color: #9bb2aa; }
.ln-audit-console .ln-input-primary .material-symbols-outlined { color: var(--ln-forest); }
.ln-audit-console .ln-input:focus-within { border-color: var(--ln-lime); box-shadow: 0 0 0 3px rgba(183,243,74,.18); }
.ln-field-hint { margin: 8px 0 0; font-size: .7rem; color: #9ab0a7; }
.ln-audit-console .brand-suggest { margin-top: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.ln-audit-console .ln-manual summary { color: #a8c3b9; }
.ln-audit-console .ln-manual[open] summary { color: var(--ln-lime); }
.ln-audit-console .ln-manual-grid input { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.ln-audit-console .ln-check { color: #c6d5cf; font-size: .82rem; }
.ln-audit-console .ln-check .box { background: transparent; border-color: #7e9b90; }
.ln-audit-console .ln-check input:checked + .box { background: var(--ln-lime); border-color: var(--ln-lime); }
.ln-audit-console .ln-check input:checked + .box svg { color: var(--ln-forest); }
.ln-sg-check { border-top: 1px solid rgba(255,255,255,.1); padding-top: 13px; }
.ln-sg-check b { margin-left: auto; color: var(--ln-lime); font-size: .69rem; letter-spacing: .1em; }
.ln-audit-console .ln-actions { flex-direction: row; margin-top: 15px; }
.ln-audit-console .ln-actions button { height: 52px; border-radius: 12px; font-family: "DM Sans"; font-weight: 700; }
.ln-audit-console .btn-secondary { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.ln-audit-console .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.ln-audit-console .btn-primary { background: var(--ln-lime); color: var(--ln-forest); border-color: var(--ln-lime); }
.ln-audit-console .btn-primary:disabled { background: #466b5e; border-color: #466b5e; color: #91aaa1; opacity: 1; }
.ln-console-foot { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 16px; color: #a4bbb2; font-size: .69rem; position: relative; z-index: 1; }
.ln-console-foot span::before { content: "✓"; color: var(--ln-lime); margin-right: 5px; font-weight: 800; }

.ln-signal-strip {
  border-top: 1px solid var(--ln-line);
  border-bottom: 1px solid var(--ln-line);
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 40px 0 88px;
}
.ln-signal-strip > div { padding: 22px 18px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; border-right: 1px solid var(--ln-line); }
.ln-signal-strip > div:last-child { border-right: 0; }
.ln-signal-strip span { grid-row: 1 / span 2; color: #90a197; font: 600 .67rem "Sora"; }
.ln-signal-strip b { color: var(--ln-ink); font: 600 .88rem "Sora"; }
.ln-signal-strip small { color: #737d76; font-size: .74rem; margin-top: 3px; }

.ln-report-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px,6vw,86px); align-items: center; margin-bottom: 108px; }
.ln-score-preview { background: #111915; color: #fff; border-radius: 24px; padding: clamp(22px,3vw,34px); box-shadow: 18px 18px 0 #dce4ce; }
.ln-score-preview-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ln-score-preview-head > div { display: grid; gap: 4px; }
.ln-score-preview-head span { color: #93a69d; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.ln-score-preview-head b { font-family: "Sora"; font-size: .95rem; }
.ln-report-status { color: var(--ln-lime) !important; }
.ln-score-overview { display: grid; grid-template-columns: 145px 1fr; gap: 30px; padding: 28px 0 24px; }
.ln-overall-score { border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }
.ln-overall-score span, .ln-overall-score small { color: #93a69d; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.ln-overall-score b { font: 750 4.8rem/1 "Sora"; color: var(--ln-lime); letter-spacing: -.08em; margin: 6px 0 8px; }
.ln-mini-score-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.ln-mini-score-grid > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; align-content: center; }
.ln-mini-score-grid span { color: #9aad9f; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.ln-mini-score-grid b { font: 600 .85rem "Sora"; }
.ln-mini-score-grid i { grid-column: 1 / -1; height: 4px; border-radius: 4px; background: linear-gradient(90deg,var(--ln-lime) var(--score),#314039 var(--score)); }
.ln-scan-note { display: flex; align-items: flex-start; gap: 12px; background: rgba(255,255,255,.06); padding: 14px; border-radius: 13px; }
.ln-scan-note .material-symbols-outlined { color: var(--ln-coral); }
.ln-scan-note p { margin: 0; color: #b7c3bd; font-size: .78rem; line-height: 1.55; }
.ln-scan-note b { color: #fff; }
.ln-kicker-dark { color: #65786e; }
.ln-story-copy h2 { font-size: clamp(2rem,3.6vw,3.4rem); line-height: 1.08; letter-spacing: -.055em; margin: 19px 0 16px; }
.ln-story-copy > p { color: var(--ln-muted); line-height: 1.7; max-width: 50ch; }
.ln-priority-list { padding: 0; margin: 27px 0 0; list-style: none; }
.ln-priority-list li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid var(--ln-line); }
.ln-priority-list li > span { color: var(--ln-coral); font: 600 .72rem "Sora"; padding-top: 2px; }
.ln-priority-list div { display: grid; gap: 4px; }
.ln-priority-list b { font: 600 .9rem "Sora"; }
.ln-priority-list small { color: #6b756e; line-height: 1.4; }

.ln-process { margin-bottom: 92px; }
.ln-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.ln-overline { display: block; color: var(--ln-coral); font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; margin-bottom: 9px; }
.ln-section-head h2, .ln-cta-band h2 { margin: 0; font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.1; letter-spacing: -.05em; }
.ln-section-head > p { max-width: 40ch; color: #6a756e; font-size: .85rem; line-height: 1.55; }
.ln-process-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ln-line); border-radius: 22px; overflow: hidden; background: rgba(255,253,247,.6); }
.ln-process-grid article { padding: 27px; border-right: 1px solid var(--ln-line); position: relative; }
.ln-process-grid article:last-child { border: 0; }
.ln-process-grid article > span { position: absolute; right: 22px; top: 22px; color: #96a098; font: 600 .7rem "Sora"; }
.ln-process-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ln-forest); color: var(--ln-lime); border-radius: 12px; margin-bottom: 36px; }
.ln-process-grid h3 { font-size: 1rem; margin: 0 0 10px; letter-spacing: -.03em; }
.ln-process-grid p { color: #68736b; font-size: .8rem; line-height: 1.55; margin: 0; }

.ln-cta-band {
  margin: 0 0 30px;
  padding: 36px 40px;
  border: 0;
  border-radius: 22px;
  background: var(--ln-coral);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ln-cta-band .ln-overline { color: #4b1d13; }
.ln-cta-band h2 { color: #2e160f; }
.ln-cta-band .btn-primary { display: inline-flex; align-items: center; gap: 9px; background: var(--ln-ink); color: #fff; text-decoration: none; border-radius: 999px; padding: 13px 18px; white-space: nowrap; font-weight: 700; }

/* Progress and report surfaces */
.analyser-app #view-progress,
.analyser-app #view-summary,
.analyser-app #view-deep-dive { max-width: 1180px; }
.analyser-app #view-progress > section:first-child,
.analyser-app #view-summary > section:first-child,
.analyser-app #view-deep-dive > section:first-child { padding-top: 18px; }
.analyser-app #view-progress h2,
.analyser-app #view-summary h2,
.analyser-app #view-deep-dive h2,
.analyser-app #view-summary h3,
.analyser-app #view-deep-dive h3 { color: var(--ln-ink) !important; }
.analyser-app #view-progress .glass-panel {
  background: var(--ln-forest) !important;
  border: 0 !important;
  border-radius: 26px !important;
  box-shadow: 16px 16px 0 #dce4ce;
}
.analyser-app #view-progress .glass-panel .text-white,
.analyser-app #view-progress .glass-panel [class*="text-white/"] { color: #fff !important; }
.analyser-app #view-progress .glass-panel #loading-status { color: #fff !important; }
.analyser-app #view-progress .glass-panel #overall-progress { color: var(--ln-lime) !important; }
.analyser-app #view-progress .card-midnight,
.analyser-app #view-summary .card-midnight,
.analyser-app #view-deep-dive .card-midnight {
  background: var(--ln-card) !important;
  border-color: var(--ln-line) !important;
  box-shadow: none;
  border-radius: 18px !important;
}
.analyser-app #view-summary .text-white,
.analyser-app #view-summary [class*="text-white/"],
.analyser-app #view-deep-dive .text-white,
.analyser-app #view-deep-dive [class*="text-white/"] { color: var(--ln-ink) !important; }
.analyser-app #view-summary [class*="bg-white/"],
.analyser-app #view-deep-dive [class*="bg-white/"] { background: #f1efe6 !important; }
.analyser-app #view-summary .pill,
.analyser-app #view-deep-dive .pill { background: #e6ecd9; color: var(--ln-forest); border-color: #cbd5be; }
.analyser-app .section-label { font-family: "Sora"; letter-spacing: .1em; }
.analyser-app .btn-primary { background: var(--ln-forest); border-color: var(--ln-forest); color: #fff; }
.analyser-app .btn-primary:hover { background: var(--ln-forest-2); }
.analyser-app .btn-secondary { background: transparent; border-color: #c7cbc2; color: var(--ln-ink); }
.analyser-app .ln-audit-console .btn-secondary { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.04); }
.analyser-app .ln-audit-console .btn-secondary:hover { color: var(--ln-forest); border-color: var(--ln-lime); background: var(--ln-lime); }

.analyser-app .ln-site-footer { background: #0c1510; }
.analyser-app .ln-site-footer .ln-site-word { color: #fff; }
.analyser-app .ln-site-footer .ln-site-mark { background: #fff; padding: 3px; }
.analyser-app .ln-site-footer h3 { color: #eff8f2; }

@media (max-width: 1020px) {
  .ln-audit-hero { grid-template-columns: 1fr; padding-top: 16px; }
  .ln-hero-copy { max-width: 760px; }
  .ln-hero-copy h1 { max-width: 11ch; }
  .ln-audit-console { max-width: 760px; }
  .ln-report-story { grid-template-columns: 1fr; }
  .ln-score-preview { max-width: 760px; }
}

@media (max-width: 760px) {
  .analyser-app .ln-main { padding-top: 94px; padding-left: 15px; padding-right: 15px; }
  .analyser-app .ln-site-top-inner { height: 64px; padding: 0 14px; }
  .analyser-app .ln-site-tag { display: none; }
  .analyser-app .ln-site-cta { padding: 10px 12px; font-size: .76rem; }
  .ln-audit-hero { gap: 30px; padding-bottom: 34px; }
  .ln-hero-copy h1 { font-size: clamp(2.7rem,13vw,4.4rem); }
  .ln-hero-proof { gap: 12px 18px; }
  .ln-audit-console { border-radius: 21px; padding: 23px 19px; }
  .ln-audit-console::after { display: none; }
  .ln-audit-console .ln-actions { flex-direction: column; }
  .ln-signal-strip { grid-template-columns: 1fr 1fr; margin-bottom: 64px; }
  .ln-signal-strip > div:nth-child(2) { border-right: 0; }
  .ln-signal-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--ln-line); }
  .ln-score-overview { grid-template-columns: 1fr; }
  .ln-overall-score { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 20px; }
  .ln-overall-score b { font-size: 4rem; }
  .ln-section-head { align-items: start; flex-direction: column; }
  .ln-process-grid { grid-template-columns: 1fr; }
  .ln-process-grid article { border-right: 0; border-bottom: 1px solid var(--ln-line); }
  .ln-cta-band { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
}

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