@import "tailwindcss";

:root {
  --font-geist: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, monospace;
  --navy: #071b2d;
  --navy-2: #0d2a40;
  --ink: #10283a;
  --teal: #5cc8cf;
  --teal-dark: #248e99;
  --cream: #f4f4ed;
  --white: #fff;
  --muted: #6f7f89;
  --line: #dce3e3;
  --success: #29a875;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
.home-shell,
.brief-cover,
.success-screen {
  min-height: 100svh;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}
.ambient-one {
  width: 55vw;
  height: 55vw;
  background: radial-gradient(
    circle,
    rgba(92, 200, 207, 0.22),
    transparent 68%
  );
  right: -16vw;
  top: -22vw;
}
.ambient-two {
  width: 38vw;
  height: 38vw;
  background: radial-gradient(circle, rgba(71, 127, 168, 0.2), transparent 68%);
  left: -16vw;
  bottom: -20vw;
}
.topbar,
.cover-header,
.form-header,
.admin-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  position: relative;
  z-index: 3;
}
.brand,
.logo-pair {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.brand-mark,
.meta-logo > b,
.fort-logo > b {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--teal);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 23px;
}
.brand > span:last-child {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  line-height: 0.9;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.brand small,
.meta-logo small,
.fort-logo small {
  font-size: 9px;
  letter-spacing: 0.28em;
}
.secure-pill {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 99px;
  padding: 10px 15px;
  font-size: 13px;
  color: #d5e3e9;
  display: flex;
  gap: 9px;
  align-items: center;
}
.secure-pill i,
.save-state i {
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(92, 200, 207, 0.1);
}
.home-hero {
  max-width: 980px;
  padding: 13vh clamp(24px, 7vw, 110px) 10vh;
  position: relative;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 750;
  color: var(--teal);
  margin-bottom: 20px;
}
.home-hero h1,
.cover-copy h1,
.success-card h1 {
  font-size: clamp(46px, 7vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 900px;
  margin: 0 0 30px;
  font-weight: 620;
}
.home-hero h1 em,
.cover-copy h1 em {
  font-family: Georgia, serif;
  color: var(--teal);
  font-weight: 400;
}
.home-hero > p,
.cover-copy > p {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
  color: #bed0da;
  max-width: 720px;
}
.home-actions {
  display: flex;
  gap: 30px;
  margin-top: 52px;
  color: #91a9b5;
  font-size: 14px;
}
.home-actions a {
  color: #fff;
}
.home-footer,
.cover-footer {
  display: flex;
  justify-content: space-between;
  padding: 25px clamp(24px, 5vw, 80px);
  font-size: 12px;
  color: #78919e;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.logo-pair {
  gap: 18px;
}
.brand-real,
.brand-logo-meta,
.admin-real-logo {
  background: #fff;
  border-radius: 14px;
  padding: 8px 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.brand-real img,
.admin-real-logo img {
  display: block;
  width: 178px;
  height: auto;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-logo img {
  display: block;
  width: 180px;
  height: auto;
}
.brand-logo-fort img {
  width: 190px;
}
.meta-logo,
.fort-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
}
.meta-logo i,
.fort-logo i {
  font-style: normal;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: 0.04em;
}
.fort-logo > b {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}
.logo-divider {
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  min-height: calc(100svh - 190px);
  padding: 4vh clamp(24px, 7vw, 110px) 10vh;
  gap: 7vw;
  position: relative;
  z-index: 1;
}
.cover-copy h1 {
  font-size: clamp(48px, 6vw, 82px);
}
.primary-button,
.submit-button {
  margin-top: 26px;
  background: var(--teal);
  color: var(--navy);
  border: 0;
  border-radius: 16px;
  padding: 18px 24px;
  font-weight: 750;
  display: inline-flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition:
    0.25s transform,
    0.25s box-shadow;
  text-decoration: none;
}
.primary-button:hover,
.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(92, 200, 207, 0.2);
}
.primary-button b,
.submit-button b {
  font-size: 20px;
}
.cover-meta {
  display: flex;
  gap: 35px;
  margin-top: 45px;
  color: #90a9b6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.known-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 27px 0 5px;
}
.known-facts span {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #acc0ca;
  font-size: 11px;
}
.known-facts b {
  color: var(--teal);
  font-size: 14px;
}
.cover-meta span {
  display: flex;
  flex-direction: column;
}
.cover-meta b {
  font-size: 18px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}
.cover-art {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(92, 200, 207, 0.24);
  border-radius: 50%;
  animation: spin 24s linear infinite;
}
.orbit:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  top: 9%;
  left: 18%;
  box-shadow: 0 0 28px var(--teal);
}
.orbit-a {
  inset: 5%;
}
.orbit-b {
  inset: 18%;
  animation-direction: reverse;
  animation-duration: 18s;
}
.fort-card {
  width: 57%;
  aspect-ratio: 0.8;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
  border-radius: 32px;
  padding: 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);
}
.fort-card small {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #a7c0cb;
}
.fort-card strong {
  font-size: clamp(80px, 10vw, 150px);
  letter-spacing: -0.09em;
  line-height: 0.85;
  color: var(--teal);
}
.fort-card span {
  line-height: 1.4;
  color: #d5e2e8;
}
.fort-photo {
  position: relative;
  width: 64%;
  aspect-ratio: 0.82;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.32);
}
.fort-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 27, 45, 0.94));
}
.fort-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fort-photo span {
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: 9%;
  left: 10%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fort-photo small {
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.fort-photo strong {
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.05;
}
.floating-note {
  position: absolute;
  background: #fff;
  color: var(--navy);
  padding: 13px 17px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  animation: float 5s ease-in-out infinite;
}
.note-one {
  top: 20%;
  right: 0;
}
.note-two {
  bottom: 15%;
  left: 0;
  animation-delay: -2.5s;
}
.form-page {
  min-height: 100svh;
  background: var(--cream);
}
.form-header {
  height: 88px;
  background: var(--navy);
  color: #fff;
}
.form-header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.save-state {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #b8c9d1;
  font-size: 12px;
}
.save-state.offline i {
  background: #e8945a;
}
.exit-link,
.back-link {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.progress-shell {
  background: #fff;
  padding: 17px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
}
.progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 9px;
}
.progress-meta strong {
  color: var(--teal-dark);
}
.progress-track {
  height: 4px;
  background: #e7ebea;
  border-radius: 9px;
  overflow: hidden;
}
.progress-track i {
  display: block;
  height: 100%;
  background: var(--teal);
  transition: width 0.5s ease;
}
.form-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 820px);
  gap: clamp(40px, 7vw, 110px);
  max-width: 1270px;
  margin: auto;
  padding: 70px 30px 100px;
}
.step-nav {
  display: flex;
  gap: 25px;
}
.step-count {
  font-family: var(--font-mono);
  color: var(--teal-dark);
  font-size: 12px;
  margin-top: 12px;
}
.step-nav > div {
  display: flex;
  flex-direction: column;
}
.step-nav button {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: #9aa5a9;
  text-align: left;
  padding: 8px 0;
  cursor: pointer;
  font-size: 12px;
}
.step-nav button i {
  font-style: normal;
  width: 25px;
  height: 25px;
  border: 1px solid #d0d9d9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.step-nav button.active {
  color: var(--ink);
  font-weight: 750;
}
.step-nav button.active i,
.step-nav button.done i {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--navy);
}
.section-heading {
  border-bottom: 1px solid #d5dddd;
  padding-bottom: 32px;
  margin-bottom: 35px;
}
.section-heading h1,
.review-wrap > h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 0 0 15px;
}
.section-heading p,
.review-intro {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 680px;
}
.fields {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.field > span,
.upload-top span {
  font-size: 14px;
  font-weight: 720;
}
.field > span b {
  color: var(--teal-dark);
  margin-left: 3px;
}
.field > small,
.upload-top small {
  font-size: 12px;
  color: var(--muted);
}
input,
textarea,
select {
  width: 100%;
  border: 1px solid #cad5d5;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 13px;
  padding: 15px 16px;
  color: var(--ink);
  outline: none;
  transition:
    0.2s border,
    0.2s box-shadow;
}
textarea {
  resize: vertical;
  line-height: 1.55;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 4px rgba(92, 200, 207, 0.14);
  background: #fff;
}
.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.choice {
  border: 1px solid #cad5d5;
  background: rgba(255, 255, 255, 0.6);
  color: #52636c;
  border-radius: 99px;
  padding: 10px 14px 10px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
}
.choice span {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #edf1ef;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.choice.active {
  border-color: var(--teal-dark);
  background: #e5f7f6;
  color: var(--ink);
}
.choice.active span {
  background: var(--teal);
  color: var(--navy);
}
.form-actions {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d5dddd;
  margin-top: 50px;
  padding-top: 25px;
}
.form-actions .primary-button {
  margin-top: 0;
}
.secondary-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}
.secondary-button:disabled {
  opacity: 0.25;
}
.upload-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
}
.upload-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.upload-description {
  margin: 0 0 18px;
}
.upload-top > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.upload-top select {
  width: 220px;
}
.drop-zone {
  border: 1.5px dashed #9ec6c8;
  border-radius: 16px;
  background: #f1fbfa;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--teal-dark);
}
.drop-zone input {
  display: none;
}
.drop-zone b {
  font-size: 15px;
}
.drop-zone span {
  font-size: 12px;
  margin-top: 5px;
}
.file-list {
  margin-top: 15px;
  display: grid;
  gap: 8px;
}
.file-list > div,
.asset-panel > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.file-list > div > span,
.asset-panel > a > span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #e4f5f2;
  color: var(--success);
  display: grid;
  place-items: center;
}
.file-list p,
.asset-panel p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.file-list small,
.asset-panel small {
  color: var(--muted);
  margin-top: 3px;
}
.form-message {
  background: #fff1ea;
  color: #9d4d22;
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
}
.review-wrap {
  max-width: 940px;
  margin: auto;
  padding: 70px 25px 100px;
}
.review-wrap .back-link {
  color: var(--muted);
  margin-bottom: 50px;
}
.review-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  margin: 20px 0;
}
.review-section > div {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.review-section > div > span {
  color: var(--teal-dark);
  font-family: var(--font-mono);
}
.review-section h2 {
  font-size: 18px;
  margin: 0;
  flex: 1;
}
.review-section button {
  border: 0;
  background: transparent;
  color: var(--teal-dark);
  cursor: pointer;
}
.review-section dl {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 20px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #edf0ef;
}
.review-section dl:last-child {
  border: 0;
}
.review-section dt {
  font-size: 12px;
  color: var(--muted);
}
.review-section dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.consent {
  display: flex;
  gap: 12px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.consent input {
  width: 18px;
  height: 18px;
}
.submit-button {
  font-size: 16px;
}
.success-screen {
  display: grid;
  place-items: center;
  padding: 40px;
}
.success-card {
  text-align: center;
  max-width: 850px;
  position: relative;
  z-index: 2;
}
.success-card .logo-pair {
  justify-content: center;
  margin-bottom: 55px;
}
.success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--teal);
  color: var(--navy);
  font-size: 32px;
  margin: 0 auto 32px;
}
.success-card h1 {
  font-size: clamp(43px, 6vw, 74px);
}
.success-card > p {
  font-size: 18px;
  color: #b8cbd5;
  line-height: 1.7;
  max-width: 670px;
  margin: 0 auto;
}
.success-steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 45px 0;
}
.success-steps span {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #b5c8d0;
  font-size: 13px;
}
.success-steps b {
  color: var(--teal);
  font-family: var(--font-mono);
}
.loading-screen,
.admin-login {
  min-height: 100svh;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 12px;
}
.loader-mark {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: var(--teal);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 28px;
  margin: auto;
  animation: pulse 1.8s ease-in-out infinite;
}
.loading-screen p,
.admin-login p {
  color: #9eb2bd;
}
.admin-shell {
  min-height: 100svh;
  background: #eef1ef;
}
.admin-header {
  background: var(--navy);
  color: #fff;
  height: 82px;
}
.admin-header > div {
  display: flex;
  gap: 25px;
  font-size: 12px;
}
.admin-header a {
  color: var(--teal);
}
.admin-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 65px 30px;
}
.admin-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.admin-title h1 {
  font-size: 46px;
  letter-spacing: -0.04em;
  margin: 5px 0;
}
.admin-title p {
  color: var(--muted);
  font-size: 12px;
}
.status-badge {
  border-radius: 99px;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #e5ebe8;
  color: var(--muted);
}
.status-badge.submitted {
  background: #dff4eb;
  color: #1b7d5a;
}
.status-badge.reopened {
  background: #e8f2fb;
  color: #31739d;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 38px 0;
}
.stats > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 21px;
  display: flex;
  flex-direction: column;
}
.stats span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}
.stats b {
  font-size: 28px;
  margin-top: 8px;
}
.admin-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.admin-actions button,
.admin-actions a {
  border: 1px solid #c8d2d1;
  background: #fff;
  border-radius: 10px;
  padding: 11px 15px;
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.admin-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
}
.answer-stack,
.asset-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 27px;
}
.answer-stack h2,
.asset-panel h2 {
  margin: 0 0 20px;
}
.answer-stack article {
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.answer-stack article span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  color: var(--teal-dark);
}
.answer-stack article p {
  line-height: 1.55;
  margin: 7px 0 0;
}
.asset-panel {
  align-self: start;
}
.asset-panel > a {
  color: var(--ink);
  text-decoration: none;
  margin-bottom: 8px;
}
.private-note {
  background: var(--navy);
  color: #fff;
  padding: 17px;
  border-radius: 14px;
  margin-top: 22px;
}
.private-note p {
  color: #a9bec8;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 7px;
}
.empty-copy {
  color: var(--muted);
  font-size: 13px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  50% {
    transform: translateY(-12px);
  }
}
@keyframes pulse {
  50% {
    transform: scale(0.94);
    opacity: 0.8;
  }
}
@media (max-width: 900px) {
  .cover-grid {
    grid-template-columns: 1fr;
    padding-top: 7vh;
  }
  .cover-art {
    display: none;
  }
  .form-layout {
    grid-template-columns: 1fr;
  }
  .step-nav {
    display: none;
  }
  .admin-content {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .topbar,
  .cover-header,
  .form-header {
    height: 72px;
    padding: 0 18px;
  }
  .fort-logo,
  .brand-logo-fort,
  .logo-divider {
    display: none;
  }
  .brand-logo-meta img,
  .brand-real img {
    width: 145px;
  }
  .secure-pill {
    font-size: 10px;
    padding: 8px 10px;
  }
  .cover-grid {
    min-height: calc(100svh - 120px);
    padding: 35px 22px 100px;
  }
  .cover-copy h1 {
    font-size: 44px;
  }
  .cover-meta {
    gap: 18px;
  }
  .cover-footer,
  .home-footer {
    display: none;
  }
  .form-header-right {
    gap: 10px;
  }
  .save-state {
    font-size: 10px;
  }
  .form-layout {
    padding: 42px 18px 80px;
  }
  .section-heading h1 {
    font-size: 39px;
  }
  .choice-grid {
    gap: 7px;
  }
  .choice {
    font-size: 12px;
    padding: 8px 11px 8px 8px;
  }
  .form-actions {
    gap: 10px;
  }
  .form-actions .primary-button {
    padding: 15px;
    gap: 15px;
  }
  .upload-top {
    flex-direction: column;
  }
  .upload-top select {
    width: 100%;
  }
  .review-section dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .success-steps {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .admin-wrap {
    padding: 40px 18px;
  }
  .admin-title {
    align-items: flex-start;
    gap: 20px;
  }
  .admin-title h1 {
    font-size: 36px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .admin-actions {
    flex-wrap: wrap;
  }
  .home-hero {
    padding-top: 18vh;
  }
  .home-actions {
    flex-direction: column;
    gap: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
