:root {
  --bg: #f5f2ea;
  --surface: #fffdf8;
  --surface-2: #f8faf7;
  --ink: #1c2623;
  --muted: #65716d;
  --line: #d9dfd7;
  --teal: #0f766e;
  --teal-2: #e3f4ef;
  --amber: #fff2cc;
  --amber-line: #e7c56c;
  --coral: #c2413b;
  --shadow: 0 22px 70px rgba(28, 38, 35, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

button.primary {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

button.secondary {
  border-color: #bdd8d2;
  background: var(--teal-2);
  color: var(--teal);
}

button.ghost {
  background: transparent;
}

[hidden] {
  display: none !important;
}

body[data-area="landing"] {
  background: #f6f1e4;
}

.seo-static-home {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 24px;
  color: #0a322b;
}

.seo-static-home header,
.seo-static-home section,
.seo-static-home footer {
  margin-bottom: 34px;
}

.seo-static-home h1 {
  max-width: 760px;
  margin: 8px 0 16px;
  color: #0b4a3d;
  font-size: 44px;
  line-height: 1.14;
}

.seo-static-home h2 {
  margin: 0 0 14px;
  color: #0b4a3d;
  font-size: 28px;
}

.seo-static-home h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.seo-static-home p,
.seo-static-home li {
  color: #53635d;
  line-height: 1.8;
}

.seo-static-home article {
  border-bottom: 1px solid rgba(12, 75, 62, 0.12);
  padding: 14px 0;
}

.seo-static-home nav,
.seo-static-home footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.seo-static-home a {
  color: #0d806b;
  font-weight: 900;
  text-decoration: none;
}

.landing-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #f7f2e7 0%, #fffdf7 40%, #f2f6ed 100%);
  color: #0a322b;
}

.landing-browser {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fffdf7;
}

.landing-browser-bar {
  display: none;
  grid-template-columns: 12px 12px 12px 1fr;
  gap: 8px;
  align-items: center;
  padding: 14px 18px 8px;
  background: rgba(255, 255, 255, 0.8);
}

.landing-browser-bar i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.landing-browser-bar i:nth-child(1) {
  background: #ef6a44;
}

.landing-browser-bar i:nth-child(2) {
  background: #f2ba35;
}

.landing-browser-bar i:nth-child(3) {
  background: #38b46a;
}

.landing-browser-bar span {
  min-height: 30px;
  border: 1px solid rgba(20, 49, 42, 0.08);
  border-radius: 8px;
  padding: 6px 14px;
  background: #fff;
  color: #7a8681;
  font-size: 13px;
}

.landing-nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(21, 54, 46, 0.1);
  padding: 16px 64px;
  background: rgba(255, 253, 247, 0.96);
}

.landing-brand {
  display: inline-flex;
  min-height: 46px;
  gap: 12px;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
}

.landing-brand span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: #0c4b3e;
  color: #fff;
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.18);
}

.landing-brand strong {
  font-size: 24px;
  letter-spacing: 0;
}

.landing-nav-links,
.landing-auth-actions,
.landing-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-nav-links button {
  position: relative;
  min-height: 38px;
  border: 0;
  padding: 8px 12px;
  background: transparent;
  color: #263a35;
  font-weight: 800;
}

.landing-nav-links button.active::after {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 3px;
  border-radius: 999px;
  background: #0c6b58;
  content: "";
}

button.outline {
  border-color: #0d5c4c;
  background: #fffdf7;
  color: #0d4a3f;
}

button.xl {
  min-width: 156px;
  min-height: 60px;
  padding: 15px 30px;
  font-size: 20px;
}

.landing-hero {
  position: relative;
  display: grid;
  min-height: 616px;
  grid-template-columns: minmax(390px, 0.82fr) minmax(700px, 1.18fr);
  gap: 58px;
  align-items: start;
  padding: 42px 64px 34px;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.98) 0%, rgba(255, 253, 247, 0.9) 52%, rgba(238, 245, 237, 0.78) 100%);
}

.landing-hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 112px;
  background-image:
    linear-gradient(90deg, rgba(13, 92, 76, 0.08), transparent 34%, transparent 66%, rgba(181, 117, 18, 0.08));
  content: "";
  pointer-events: none;
}

.landing-hero-copy,
.landing-dashboard {
  position: relative;
  z-index: 1;
}

.landing-hero-copy {
  min-width: 0;
  padding-top: 24px;
}

.landing-section-head > span {
  color: #0d6b58;
  font-size: 13px;
  font-weight: 900;
}

.landing-hero-copy h1 {
  margin: 0 0 18px;
  color: #0b4a3d;
  font-size: 80px;
  line-height: 1;
}

.landing-hero-copy h2 {
  max-width: 660px;
  margin: 0 0 24px;
  color: #14382f;
  font-size: 26px;
  line-height: 1.32;
  white-space: nowrap;
}

.landing-hero-copy p {
  max-width: 580px;
  margin: 0 0 34px;
  color: #53615c;
  font-size: 18px;
  line-height: 1.9;
}

.landing-hero-actions {
  gap: 24px;
  margin-bottom: 42px;
}

.landing-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 620px;
}

.landing-trust-row div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.landing-trust-row b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #7e9862;
  border-radius: 8px;
  color: #658044;
  font-size: 14px;
}

.landing-trust-row span,
.landing-trust-row small {
  display: block;
}

.landing-trust-row span {
  color: #243a34;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.landing-trust-row small {
  margin-top: 3px;
  color: #7b8882;
  font-weight: 500;
}

.landing-dashboard {
  display: grid;
  grid-template-columns: 128px 1fr;
  overflow: hidden;
  height: 522px;
  margin-top: 0;
  border: 1px solid rgba(12, 75, 62, 0.12);
  border-radius: 8px;
  background: #f9fbf8;
  box-shadow: 0 18px 42px rgba(34, 52, 43, 0.18);
}

.dash-sidebar {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 14px 12px;
  background: linear-gradient(180deg, #0b5a49 0%, #064333 100%);
  color: #fff;
}

.dash-brand {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.dash-brand span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
}

.dash-brand strong {
  font-size: 14px;
}

.dash-sidebar button {
  min-height: 36px;
  justify-content: flex-start;
  border: 0;
  padding: 8px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  font-size: 13px;
}

.dash-sidebar button.active {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.dash-main {
  min-width: 0;
  padding: 0 16px 14px;
}

.dash-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edf1ec;
  padding: 12px 0;
}

.dash-top > span {
  width: 18px;
  height: 18px;
  border-top: 2px solid #39564f;
  border-bottom: 2px solid #39564f;
}

.dash-top div {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #596961;
  font-size: 12px;
}

.dash-top i {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4c2aa, #b4d7cf);
}

.dash-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 14px;
}

.dash-title h3 {
  margin: 0 0 5px;
  font-size: 21px;
}

.dash-title p {
  margin: 0;
  color: #7b8782;
  font-size: 13px;
}

.dash-title button {
  min-height: 38px;
  border: 0;
  background: #fff;
  color: #43554f;
  font-size: 13px;
}

.dash-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.dash-metrics article,
.dash-task-card,
.dash-radar-card {
  border: 1px solid #edf1ec;
  border-radius: 8px;
  background: #fff;
}

.dash-metrics article {
  min-height: 112px;
  padding: 14px 14px;
}

.dash-metrics span,
.dash-metrics small {
  display: block;
  color: #7d8983;
  font-size: 12px;
}

.dash-metrics strong {
  display: block;
  margin: 7px 0 4px;
  font-size: 26px;
  line-height: 1;
}

.dash-metrics small {
  color: #0f8a62;
}

.dash-panels {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  margin-top: 12px;
}

.dash-task-card,
.dash-radar-card {
  min-height: 238px;
  padding: 14px;
}

.dash-task-card > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.dash-task-card small,
.dash-radar-card small {
  color: #8a9690;
}

.dash-task-card ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 10px;
  padding: 0;
  list-style: none;
}

.dash-task-card li {
  display: grid;
  grid-template-columns: 44px 1fr 54px 62px;
  gap: 8px;
  align-items: center;
  color: #55645f;
  font-size: 12px;
  min-height: 28px;
}

.dash-task-card li b {
  border-radius: 6px;
  padding: 4px 8px;
  background: #eaf4ff;
  color: #2b75bf;
  text-align: center;
}

.dash-task-card li:nth-child(2) b {
  background: #fff0e8;
  color: #c06042;
}

.dash-task-card li:nth-child(3) b {
  background: #f0eafd;
  color: #7757c4;
}

.dash-task-card li:nth-child(4) b {
  background: #e8f6ee;
  color: #2a7a4f;
}

.dash-task-card li button,
.dash-task-card footer button {
  min-height: 28px;
  padding: 5px 8px;
  border-color: #b9dacd;
  color: #0f6b58;
  font-size: 12px;
}

.dash-task-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #66736e;
  font-size: 12px;
}

.dash-task-card footer button {
  border-color: #0f6b58;
  background: #0f6b58;
  color: #fff;
}

.dash-radar-card {
  display: grid;
  align-content: start;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(230, 169, 61, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
}

.radar {
  position: relative;
  width: min(222px, 100%);
  margin: 6px auto 0;
}

.radar-chart {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.radar-grid polygon {
  fill: none;
  stroke: #dce9e2;
  stroke-width: 1;
}

.radar-grid polygon:first-child {
  fill: rgba(246, 250, 247, 0.86);
}

.radar-grid line {
  stroke: #e7efea;
  stroke-width: 1;
}

.radar-previous {
  fill: rgba(230, 169, 61, 0.1);
  stroke: #dca144;
  stroke-dasharray: 4 4;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.radar-current {
  fill: url("#radarFill");
  filter: drop-shadow(0 10px 12px rgba(13, 128, 107, 0.16));
  stroke: #0d806b;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.radar-dots circle {
  fill: #fffdf8;
  stroke: #0d806b;
  stroke-width: 2.2;
}

.radar-score circle {
  fill: rgba(255, 253, 248, 0.88);
  stroke: rgba(13, 128, 107, 0.18);
  stroke-width: 1;
}

.radar-score text {
  fill: #0b4a3d;
  font-size: 10px;
  font-weight: 900;
  text-anchor: middle;
}

.radar-score text:last-child {
  fill: #78877f;
  font-size: 7px;
  font-weight: 800;
}

.radar-labels text {
  fill: #5e6d67;
  font-size: 10px;
  font-weight: 900;
}

.radar-legend {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: -4px;
  color: #6f7e77;
  font-size: 11px;
  font-weight: 800;
}

.radar-legend span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.radar-legend i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0d806b;
}

.radar-legend span:last-child i {
  background: #dca144;
}

.landing-section {
  padding: 74px 42px;
  background: #fffdf7;
}

.landing-feature-band {
  position: relative;
  z-index: 2;
  min-height: 310px;
  padding: 34px 64px 26px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.78), rgba(246, 241, 228, 0.72)),
    url("/assets/feature-band-bg.png");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.landing-feature-band h2 {
  margin: 0 0 26px;
  color: #0b4a3d;
  font-size: 28px;
  line-height: 1.25;
}

.landing-section:nth-of-type(even) {
  background: #f4f8f1;
}

.landing-section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.landing-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.landing-section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landing-section-head h2 {
  margin: 8px 0 10px;
  color: #0b4a3d;
  font-size: 36px;
  line-height: 1.18;
}

.landing-section-head p {
  margin: 0;
  color: #64726d;
  font-size: 17px;
  line-height: 1.75;
}

.landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: min(960px, 100%);
  margin: 0 auto;
}

.landing-feature,
.landing-step,
.landing-final-cta,
.landing-about-panel,
.landing-legal-card {
  border: 1px solid rgba(26, 42, 37, 0.12);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(28, 38, 35, 0.08);
}

.landing-feature {
  min-height: 144px;
  padding: 20px 18px 18px;
  text-align: left;
}

.landing-feature span,
.landing-step b {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: #59b57c;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.landing-feature h3,
.landing-step h3 {
  margin: 18px 0 8px;
  color: #173b33;
  font-size: 18px;
}

.landing-feature p,
.landing-step p {
  margin: 0;
  color: #64726d;
  line-height: 1.7;
}

.landing-feature.mint span {
  background: #59b57c;
}

.landing-feature.gold span {
  background: #f0b332;
}

.landing-feature.rose span {
  background: #ee8066;
}

.landing-feature.cyan span {
  background: #3eb7ac;
}

.landing-feature.blue span {
  background: #5c9de5;
}

.landing-workflow {
  background: #fffdf7;
}

.landing-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.landing-step {
  padding: 22px;
}

.landing-step b {
  font-weight: 900;
}

.landing-about {
  background:
    linear-gradient(135deg, rgba(244, 248, 241, 0.94), rgba(255, 253, 247, 0.98));
}

.landing-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 32px;
  align-items: center;
}

.landing-about .landing-section-head {
  margin-bottom: 0;
}

.landing-about-panel {
  padding: 28px;
}

.landing-about-panel h3,
.landing-legal-card h2 {
  margin: 0 0 16px;
  color: #0b4a3d;
  font-size: 22px;
}

.landing-about-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-about-panel li {
  position: relative;
  padding-left: 22px;
  color: #53635d;
  line-height: 1.75;
}

.landing-about-panel li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #e6a93d;
  content: "";
}

.landing-cta-section {
  background: #0b4a3d;
}

.landing-final-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 46px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 241, 0.96));
  text-align: center;
}

.landing-final-cta h2 {
  margin: 0;
  color: #0b4a3d;
  font-size: 34px;
}

.landing-final-cta p {
  margin: 0;
  color: #64726d;
  font-size: 17px;
}

.landing-final-cta div {
  display: flex;
  gap: 14px;
  align-items: center;
}

.landing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #092f29;
  color: rgba(255, 255, 255, 0.76);
}

.landing-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 20px 42px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 30px;
  align-items: center;
}

.landing-footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
}

.landing-footer-brand p,
.landing-footer-copy {
  margin: 0;
  line-height: 1.7;
}

.landing-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.landing-footer-links button {
  min-height: 36px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.landing-footer-records {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.landing-footer-records a,
.landing-legal-card a {
  color: inherit;
  text-decoration: none;
}

.landing-footer-records a:hover,
.landing-legal-card a:hover {
  color: #0d806b;
  text-decoration: underline;
}

.landing-footer-copy {
  text-align: right;
}

.landing-legal-shell {
  min-height: auto;
}

.landing-legal-hero {
  padding: 72px 64px 60px;
  background:
    radial-gradient(circle at 84% 20%, rgba(232, 178, 74, 0.18), transparent 30%),
    linear-gradient(135deg, #fffdf7 0%, #f4f8f1 100%);
}

.landing-legal-hero span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #0d806b;
  font-weight: 900;
}

.landing-legal-hero h1 {
  margin: 0;
  color: #0b4a3d;
  font-size: 54px;
  line-height: 1.05;
}

.landing-legal-hero p {
  max-width: 620px;
  margin: 18px 0 24px;
  color: #53635d;
  font-size: 18px;
  line-height: 1.8;
}

.landing-legal-content {
  background: #fffdf7;
}

.landing-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
}

.landing-legal-card {
  padding: 28px;
}

.landing-legal-card p {
  margin: 0 0 12px;
  color: #53635d;
  line-height: 1.8;
}

.landing-legal-card p:last-child {
  margin-bottom: 0;
}

.landing-legal-card ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.landing-legal-card li {
  position: relative;
  padding-left: 18px;
  color: #53635d;
  line-height: 1.7;
}

.landing-legal-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0d806b;
  content: "";
}

.landing-legal-note {
  border-left: 3px solid #e6a93d;
  padding-left: 12px;
}

.auth-stage {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.95) 0%, rgba(242, 246, 237, 0.96) 50%, rgba(246, 241, 228, 0.94) 100%);
  color: #0a322b;
}

.auth-shell {
  display: grid;
  width: min(1080px, 100%);
  min-height: 690px;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 0.78fr);
  overflow: hidden;
  border: 1px solid rgba(16, 64, 53, 0.12);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 26px 80px rgba(28, 38, 35, 0.16);
}

.auth-shell.compact {
  width: min(430px, 100%);
  min-height: auto;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 28px;
  overflow: visible;
}

.auth-shell.compact .auth-brand {
  justify-self: center;
  color: #0b4a3d;
}

.auth-shell.compact .auth-brand span {
  background: #0c4b3e;
  color: #fff;
}

.auth-visual {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background:
    linear-gradient(160deg, rgba(12, 75, 62, 0.96) 0%, rgba(8, 57, 48, 0.98) 58%, rgba(226, 164, 51, 0.9) 100%);
  color: #fff;
}

.auth-visual::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.8), transparent 76%);
  pointer-events: none;
}

.auth-brand,
.auth-visual-copy,
.auth-showcase {
  position: relative;
  z-index: 1;
}

.auth-brand {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  gap: 12px;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}

.auth-brand span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.16);
  font-size: 24px;
}

.auth-brand strong {
  font-size: 24px;
}

.auth-visual-copy {
  max-width: 470px;
}

.auth-visual-copy span,
.auth-card-head span {
  color: #e9b657;
  font-size: 13px;
  font-weight: 900;
}

.auth-visual-copy h1 {
  margin: 12px 0 16px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

.auth-visual-copy p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

.auth-showcase {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.auth-showcase-top,
.auth-showcase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.auth-showcase-top span,
.auth-showcase-row span,
.auth-showcase-row em {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}

.auth-showcase-top strong {
  color: #fff;
  font-size: 24px;
}

.auth-showcase-row {
  min-height: 38px;
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.1);
}

.auth-showcase-row b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.auth-showcase-row span {
  flex: 1;
}

.auth-showcase-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.auth-showcase-progress i {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f1c15e, #fff1c4);
}

.auth-panel {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 42px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f8faf7 100%);
}

.auth-card {
  display: grid;
  width: 100%;
  gap: 16px;
}

.auth-card-head h1 {
  margin: 0 0 8px;
  color: #0b4a3d;
  font-size: 32px;
  line-height: 1.12;
  text-align: center;
}

.auth-card-head p {
  margin: 0;
  color: #64726d;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.auth-demo-card,
.auth-benefit-strip {
  border: 1px solid rgba(13, 128, 107, 0.18);
  border-radius: 8px;
  background: #edf8f4;
}

.auth-demo-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 14px 16px;
  align-items: center;
}

.auth-demo-card span,
.auth-demo-card small {
  color: #5d6d66;
  font-size: 12px;
}

.auth-demo-card strong {
  color: #0b4a3d;
  font-size: 18px;
}

.auth-demo-card small {
  grid-column: 1 / -1;
}

.auth-benefit-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  color: #0b4a3d;
  font-size: 13px;
  font-weight: 900;
}

.auth-benefit-strip i {
  flex: 1;
  height: 1px;
  background: rgba(13, 128, 107, 0.24);
}

.auth-field-grid {
  display: grid;
  gap: 12px;
}

.auth-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b4a3d;
  font-size: 13px;
  font-weight: 900;
}

.auth-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(13, 128, 107, 0.16);
}

.auth-card .field {
  gap: 7px;
  border-color: rgba(27, 51, 43, 0.12);
  padding: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(28, 38, 35, 0.06);
}

.auth-card .field span {
  color: #52625c;
  font-size: 13px;
  font-weight: 900;
}

.auth-card .field input {
  min-height: 50px;
  border-color: #e1e7df;
  background: #fbfcfa;
  font-size: 16px;
}

.auth-card .field input:focus {
  border-color: #0d806b;
  outline: 3px solid rgba(13, 128, 107, 0.12);
}

.auth-action-stack {
  display: grid;
}

.auth-action-stack button {
  min-height: 52px;
  font-size: 17px;
}

.auth-action-stack .ghost-primary {
  border-color: rgba(13, 128, 107, 0.28);
  background: #eef8f5;
  color: #0b4a3d;
}

.auth-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #64726d;
}

.auth-switch button {
  min-height: auto;
  border: 0;
  padding: 4px;
  background: transparent;
  color: #0d806b;
  font-weight: 900;
}

.auth-link-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auth-link-row.single {
  grid-template-columns: 1fr;
}

.auth-link-row button {
  min-height: 42px;
}

.mobile-stage {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 22px;
}

.mobile-app {
  display: flex;
  width: min(430px, 100%);
  min-height: min(880px, calc(100vh - 44px));
  overflow: hidden;
  flex-direction: column;
  border: 10px solid #202825;
  border-radius: 34px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.mobile-status {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 8px;
  background: #202825;
  color: #fff;
  font-size: 12px;
}

.role-switch {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 9px 12px;
  background: #fff;
}

.role-switch > span {
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.role-switch div {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  border: 1px solid #c9ded7;
  border-radius: 8px;
  padding: 3px;
  background: #f7fbf8;
}

.role-switch button {
  min-height: 30px;
  border: 0;
  border-radius: 6px;
  padding: 5px 10px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
}

.role-switch button.active {
  background: var(--teal);
  color: #fff;
}

.mobile-view {
  display: grid;
  align-content: start;
  gap: 12px;
  flex: 1;
  overflow-y: auto;
  padding: 18px 14px;
}

.page-header {
  padding-bottom: 4px;
}

.page-header span,
.admin-topbar span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.page-header h1 {
  margin: 6px 0;
  font-size: 24px;
  line-height: 1.22;
}

.page-header p,
.card p,
.task-item span,
.admin-title p,
.admin-grid p,
.field span {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.card,
.field,
.question-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.card h3,
.question-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.card.teal {
  border-color: #b6dcd3;
  background: var(--teal-2);
}

.card.amber {
  border-color: var(--amber-line);
  background: var(--amber);
}

.card.amber p {
  color: #6d4b00;
}

.card.coral {
  border-color: #f1c1bd;
  background: #fae8e6;
}

.card.soft {
  background: var(--surface-2);
}

.today-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.today-flow span {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 5px;
  background: #fff;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.today-flow span.done {
  border-color: #b8d8c9;
  background: #e9f6ee;
  color: #207450;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px;
  background: #fff;
}

.metric strong {
  display: block;
  font-size: 22px;
}

.metric span {
  color: var(--muted);
  font-size: 12px;
}

.field {
  display: grid;
  gap: 8px;
}

.field input,
.field select,
.admin-field input,
.admin-field select,
.admin-field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--surface-2);
  color: var(--ink);
}

.admin-field textarea {
  resize: vertical;
  line-height: 1.6;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
}

.hint {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chips button {
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--muted);
}

.chips button.active {
  border-color: var(--teal);
  background: var(--teal-2);
  color: var(--teal);
}

.task-list {
  display: grid;
  gap: 9px;
}

.task-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px;
  background: #fff;
  text-align: left;
}

.task-item.risk {
  border-color: #f1c1bd;
  background: #fff7f5;
}

.task-item.risk b {
  background: var(--coral);
}

.task-item b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
}

.task-item strong {
  display: block;
  margin-bottom: 3px;
}

.risk-card {
  display: grid;
  gap: 9px;
}

.risk-card .task-list {
  margin-top: 2px;
}

.task-summary-card {
  display: grid;
  gap: 8px;
}

.task-summary-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: start;
}

.task-summary-head h3 {
  margin: 0;
}

.task-summary-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.status-pill.teal {
  background: var(--teal-2);
  color: var(--teal);
}

.status-pill.coral,
.risk-text {
  color: var(--coral);
}

.status-pill.coral {
  background: #fae8e6;
}

.progress-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.progress-tag-list span {
  border: 1px solid #cfdad4;
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--surface-2);
  color: #33443e;
  font-size: 12px;
  font-weight: 800;
}

.feedback-choice {
  display: block;
  height: auto;
  border: 0;
  padding: 0;
  background: transparent;
}

.upload-helper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.upload-helper span {
  min-height: 42px;
  border: 1px solid #c9ded7;
  border-radius: 8px;
  padding: 9px 8px;
  background: #f5fbf8;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.upload-box {
  display: grid;
  min-height: 230px;
  place-items: center;
  border: 2px dashed #b9c7c0;
  border-radius: 8px;
  background: var(--surface-2);
  text-align: center;
  cursor: pointer;
}

.upload-box strong,
.upload-box span {
  display: block;
}

.upload-box span {
  margin-top: 8px;
  color: var(--muted);
}

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

.selected-files {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.selected-files-summary {
  margin-bottom: 9px;
  color: var(--ink);
  font-weight: 800;
}

.upload-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.upload-preview-grid figure {
  min-width: 0;
  margin: 0;
}

.upload-preview-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: var(--surface-2);
}

.upload-preview-grid figcaption {
  overflow: hidden;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compact-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.subject-correction {
  background: #fff;
}

.subject-correction summary {
  color: var(--muted);
  font-size: 14px;
}

.subject-correction-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.subject-correction-actions button {
  min-height: 38px;
}

.subject-correction-actions button.active {
  border-color: var(--teal);
  background: var(--teal-2);
  color: var(--teal);
}

.question-card p {
  margin: 0;
  line-height: 1.7;
}

.answer-area {
  min-height: 92px;
  margin-top: 12px;
  border: 1px dashed #b8c4bd;
  border-radius: 8px;
  background: var(--surface-2);
}

details {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--surface-2);
}

summary {
  cursor: pointer;
  font-weight: 700;
}

.progress {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ece8;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
}

.bar-row {
  display: grid;
  grid-template-columns: 56px 1fr 42px;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.bar-row div {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ece8;
}

.bar-row i {
  display: block;
  height: 100%;
  background: var(--teal);
}

.action-stack {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.bottom-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  border-top: 1px solid var(--line);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: #fff;
}

.bottom-nav button {
  min-height: 36px;
  border: 0;
  padding: 6px 3px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
}

.bottom-nav button.active {
  background: var(--teal-2);
  color: var(--teal);
}

.admin-stage {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 230px 1fr;
  background: #f6f8f5;
}

.admin-auth-stage {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
  background: #f6f8f5;
}

.admin-auth-card {
  display: grid;
  width: min(480px, 100%);
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-login-header span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.admin-login-header h1 {
  margin: 6px 0;
  font-size: 28px;
}

.admin-login-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow-y: auto;
  padding: 22px 16px;
  background: #202825;
  color: #fff;
}

.admin-sidebar h1,
.admin-sidebar p {
  margin: 0;
}

.admin-sidebar p {
  color: rgba(255, 255, 255, 0.64);
}

.admin-sidebar nav {
  display: grid;
  gap: 7px;
}

.admin-sidebar button {
  justify-content: flex-start;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  text-align: left;
}

.admin-sidebar button.active {
  background: #fff;
  color: var(--ink);
}

.admin-main {
  min-width: 0;
  padding: 22px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
}

.admin-topbar-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.admin-topbar strong {
  display: block;
  margin-top: 3px;
  font-size: 22px;
}

.admin-title {
  margin-bottom: 14px;
}

.admin-title h2 {
  margin: 0 0 4px;
  font-size: 26px;
}

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

.admin-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px;
  background: #fff;
}

.admin-grid h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.admin-grid strong {
  display: block;
  font-size: 26px;
}

.admin-section {
  margin-top: 18px;
}

.admin-section h3 {
  margin: 0 0 8px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.section-head h3 {
  margin: 0 0 4px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.question-browser {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.question-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr 1.7fr 0.7fr;
  gap: 10px;
  margin-bottom: 14px;
}

.question-bank-list {
  display: grid;
  gap: 12px;
}

.question-bank-card {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--surface-2);
}

.question-card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.question-card-top span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.question-card-top h4 {
  margin: 4px 0 0;
  font-size: 17px;
  line-height: 1.5;
}

.question-card-top b {
  flex: 0 0 auto;
  color: var(--muted);
}

.question-meta,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.question-meta span,
.tag-list span {
  border: 1px solid #dce5df;
  border-radius: 999px;
  padding: 5px 8px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
}

.question-answer {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid #dce5df;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.question-answer p {
  margin: 0;
  line-height: 1.7;
}

.question-bank-card details {
  margin-top: 0;
  background: #fff;
}

.question-bank-card ol {
  margin: 8px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.admin-pagination span {
  color: var(--muted);
  font-weight: 700;
}

.admin-config-list {
  display: grid;
  gap: 14px;
}

.provider-card {
  margin-bottom: 14px;
  border-color: #b6dcd3;
  background: #fbfffd;
}

.admin-config-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.config-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #edf0eb;
  padding-bottom: 12px;
}

.config-card-head span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.config-card-head h3 {
  margin: 4px 0;
  font-size: 19px;
}

.config-card-head p,
.config-actions span {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.status-pill {
  align-self: start;
  min-width: 124px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.status-pill.ok {
  border-color: #b6dcd3;
  background: var(--teal-2);
  color: var(--teal);
}

.status-pill.warn {
  border-color: var(--amber-line);
  background: var(--amber);
  color: #8a5a00;
}

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

.admin-field {
  display: grid;
  gap: 7px;
}

.admin-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.toggle-line {
  display: flex;
  min-width: 90px;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
}

.toggle-line input {
  width: 18px;
  height: 18px;
}

.config-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #edf0eb;
  padding: 11px 10px;
  text-align: left;
}

.admin-table th {
  color: var(--muted);
}

@media (max-width: 1100px) {
  .landing-nav {
    padding: 14px 24px;
  }

  .landing-nav-links {
    gap: 4px;
  }

  .landing-hero {
    grid-template-columns: 1fr;
    padding: 42px 28px 28px;
  }

  .landing-hero-copy h1 {
    font-size: 68px;
  }

  .landing-feature-band {
    padding-right: 28px;
    padding-left: 28px;
  }

  .landing-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .landing-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-about-grid,
  .landing-legal-grid {
    grid-template-columns: 1fr;
  }

  .auth-shell {
    grid-template-columns: minmax(320px, 0.86fr) minmax(380px, 1fr);
  }

  .auth-visual,
  .auth-panel {
    padding: 28px;
  }

}

@media (max-width: 760px) {
  .auth-stage {
    min-height: 100vh;
    padding: 18px;
    place-items: center;
  }

  .auth-shell {
    min-height: 100vh;
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0;
  }

  .auth-shell.compact {
    min-height: auto;
    padding: 24px 18px;
    border: 1px solid rgba(16, 64, 53, 0.12);
    border-radius: 8px;
  }

  .auth-visual {
    gap: 34px;
    padding: 22px 20px 24px;
  }

  .auth-visual-copy h1 {
    font-size: 30px;
  }

  .auth-visual-copy p {
    font-size: 15px;
  }

  .auth-showcase {
    display: none;
  }

  .auth-panel {
    align-items: start;
    padding: 26px 18px 34px;
  }

  .auth-card-head h1 {
    font-size: 28px;
  }

  .auth-link-row {
    grid-template-columns: 1fr;
  }

  .auth-benefit-strip {
    flex-wrap: wrap;
  }

  .auth-benefit-strip i {
    min-width: 20px;
  }

  .landing-browser {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border-width: 0;
    border-radius: 0;
  }

  .landing-browser-bar {
    display: none;
  }

  .landing-nav {
    gap: 12px;
    padding: 12px 16px;
  }

  .landing-brand strong,
  .landing-nav-links {
    display: none;
  }

  .landing-auth-actions {
    gap: 8px;
  }

  .landing-auth-actions button {
    min-height: 38px;
    padding: 8px 10px;
  }

  .landing-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 18px 26px;
  }

  .landing-hero-copy h1 {
    font-size: 46px;
  }

  .landing-hero-copy {
    padding-top: 0;
  }

  .landing-hero-copy h2 {
    font-size: 24px;
    white-space: normal;
  }

  .landing-hero-copy p {
    font-size: 16px;
  }

  .landing-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  button.xl {
    width: 100%;
    min-height: 50px;
    font-size: 17px;
  }

  .landing-trust-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .landing-trust-row div {
    grid-template-columns: 30px 1fr;
  }

  .landing-dashboard {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 0;
  }

  .dash-sidebar {
    display: none;
  }

  .dash-main {
    padding: 0 10px 12px;
  }

  .dash-title,
  .dash-task-card > div,
  .dash-task-card footer {
    align-items: stretch;
    flex-direction: column;
  }

  .dash-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dash-metrics article:last-child {
    grid-column: 1 / -1;
  }

  .dash-panels {
    grid-template-columns: 1fr;
  }

  .dash-task-card li {
    grid-template-columns: 42px 1fr;
  }

  .dash-task-card li em,
  .dash-task-card li button {
    display: none;
  }

  .dash-radar-card {
    min-height: 180px;
  }

  .radar {
    width: min(220px, 100%);
  }

  .landing-section {
    padding: 48px 18px;
  }

  .landing-feature-band {
    padding: 34px 18px 28px;
  }

  .landing-feature-band h2 {
    font-size: 24px;
  }

  .landing-section-head h2 {
    font-size: 28px;
  }

  .landing-feature-grid,
  .landing-step-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature {
    min-height: auto;
  }

  .landing-final-cta {
    padding: 30px 20px;
  }

  .landing-final-cta h2 {
    font-size: 26px;
  }

  .landing-final-cta div {
    width: 100%;
    flex-direction: column;
  }

  .landing-about-grid {
    gap: 20px;
  }

  .landing-about-panel,
  .landing-legal-card {
    padding: 22px;
  }

  .landing-footer-inner {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 1120px);
    padding: 28px 0;
  }

  .landing-footer-links,
  .landing-footer-records {
    justify-content: flex-start;
  }

  .landing-footer-copy {
    text-align: left;
  }

  .landing-legal-hero {
    padding: 44px 18px 40px;
  }

  .landing-legal-hero h1 {
    font-size: 40px;
  }

  .mobile-stage {
    padding: 0;
  }

  .mobile-app {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .admin-stage {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    display: none;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .config-grid {
    grid-template-columns: 1fr;
  }

  .question-filters {
    grid-template-columns: 1fr;
  }

  .config-card-head,
  .config-actions,
  .admin-topbar,
  .admin-topbar-actions,
  .section-head,
  .question-card-top,
  .admin-pagination {
    align-items: stretch;
    flex-direction: column;
  }
}
