:root {
  color: #17211e;
  background: #f6faf7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #0a182e;
  --body: #24302b;
  --muted: #5b6b64;
  --line: #dbe8df;
  --soft-line: #ead8bd;
  --paper: #fffdf9;
  --card: #ffffff;
  --green: #0f7c6d;
  --green-dark: #0b554c;
  --orange: #f26a00;
  --red: #a63629;
  --red-soft: #fff3f0;
  --cream: #fff7ea;
  --blue: #15345a;
  --shadow: 0 18px 48px rgba(33, 47, 42, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--body);
  background:
    radial-gradient(circle at 12% 0%, rgba(15, 124, 109, 0.14), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(242, 106, 0, 0.13), transparent 32%),
    linear-gradient(180deg, #fbfffc 0%, #f3f8f5 100%);
  line-height: 1.62;
}

code {
  padding: 0.08rem 0.34rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fbf9;
  color: #21302b;
  font-size: 0.92em;
}

a {
  color: var(--green-dark);
  font-weight: 850;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(242, 106, 0, 0.58);
  outline-offset: 3px;
}

p,
li {
  max-width: 78ch;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin: 10px 0 14px;
  font-size: clamp(2.35rem, 7vw, 4.7rem);
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3.6vw, 2.25rem);
}

h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

main {
  width: min(1120px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 20px 0 58px;
}

main[role="status"] {
  width: min(760px, calc(100vw - 28px));
  min-height: calc(100vh - 24px);
  display: grid;
  align-content: center;
  gap: 14px;
  padding-top: 14px;
}

.skip-link {
  position: absolute;
  left: 14px;
  top: 10px;
  z-index: 10;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  padding: 10px 12px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

main > p:first-child:not(.small) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 8px 0 14px;
}

main > p:first-child:not(.small) a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-link,
.button-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: var(--green-dark);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(33, 47, 42, 0.05);
}

.button-link.primary {
  border-color: var(--green);
  background: var(--green);
  color: #ffffff;
}

.button-link.danger {
  border-color: var(--red);
  background: var(--red);
  color: #ffffff;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 249, 0.92)),
    var(--paper);
  box-shadow: var(--shadow);
}

.panel {
  margin-top: 16px;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(33, 47, 42, 0.05);
}

.card {
  border-radius: 12px;
}

.card.alert {
  border-color: #dfada6;
  background: #fff8f6;
}

.card.review {
  border-color: #b7ddd3;
  background: #eff8f4;
}

.muted {
  color: var(--muted);
}

.status {
  margin-top: 12px;
  font-weight: 900;
  color: var(--green-dark);
}

.step {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.step h2 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.step p,
.step ul {
  margin: 0;
}

.mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(140deg, #1e7a6a, #2b9380);
  color: #ffffff;
  font-size: 1.86rem;
  font-weight: 900;
}

.hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -82px;
  bottom: -92px;
  border-radius: 999px;
  background: rgba(242, 106, 0, 0.12);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.16rem);
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 11px;
  background: #eaf7f2;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.urgent-hero {
  border-color: #dfada6;
  background:
    linear-gradient(135deg, #fff8f6, #ffffff 54%),
    var(--red-soft);
}

.urgent-hero .eyebrow {
  background: var(--red-soft);
  color: var(--red);
}

.notice {
  margin-top: 18px;
  padding: 15px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: 10px;
  background: #eef9f5;
}

.notice.danger {
  border-color: #dfada6;
  border-left-color: var(--red);
  background: var(--red-soft);
}

.section {
  margin-top: 20px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(33, 47, 42, 0.07);
}

.section.soft {
  background: #fffaf1;
  border-color: var(--soft-line);
}

.section.danger {
  background: var(--red-soft);
  border-color: #dfada6;
}

.section > p:first-of-type {
  margin-top: 0;
}

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

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

.card {
  display: grid;
  gap: 9px;
  min-height: 168px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card);
  color: var(--body);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(33, 47, 42, 0.05);
}

.card:hover,
.button-link:hover,
.pill-link:hover {
  transform: translateY(-1px);
}

.card .tag {
  width: fit-content;
  align-self: start;
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff1e4;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.card strong {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.2;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.action-card {
  border-color: var(--soft-line);
  background: #fffdf9;
}

.danger-card {
  border-color: #dfada6;
  background: #fff8f6;
}

.steps,
.checklist {
  margin: 0;
  padding-left: 1.25rem;
}

.steps li,
.checklist li {
  margin: 9px 0;
  padding-left: 2px;
}

.decision-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.decision-list li {
  max-width: none;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.matrix {
  display: grid;
  gap: 10px;
}

.matrix-row {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.matrix-row strong {
  color: var(--ink);
}

.resource-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.resource-list li {
  max-width: none;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.support-form {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  color: #33433d;
  font-weight: 850;
}

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

input,
textarea,
select {
  min-height: 46px;
  width: 100%;
  border: 1px solid #cdd7d1;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fbfdfb;
  color: var(--body);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  padding: 0 14px;
  background: var(--green);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

button:hover {
  background: var(--green-dark);
}

button:disabled {
  opacity: 0.68;
  cursor: wait;
}

.support-form label {
  display: grid;
  gap: 6px;
  color: #33433d;
  font-weight: 850;
}

.support-form input,
.support-form textarea,
.support-form select {
  min-height: 46px;
  width: 100%;
  border: 1px solid #cdd7d1;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fbfdfb;
  color: var(--body);
  font: inherit;
}

.support-form textarea {
  min-height: 130px;
  resize: vertical;
}

.support-form .check-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
}

.support-form .check-row input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 17px;
  border: 1px solid #b7dfd3;
  border-radius: 12px;
  background: #eaf7f2;
}

.small {
  color: var(--muted);
  font-size: 0.94rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.shell {
  width: min(980px, calc(100vw - 28px));
}

@media (max-width: 860px) {
  main {
    width: min(100vw - 20px, 720px);
    padding-top: 12px;
  }

  .topbar,
  .contact-strip,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid,
  .grid.two,
  .matrix-row {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 20px;
  }

  .button-link,
  .pill-link {
    width: 100%;
  }
}

/* Release policy system */
:root {
  --ink: #101214;
  --body: #343941;
  --muted: #646a73;
  --line: #dfe3e8;
  --soft-line: #e3d3aa;
  --paper: #ffffff;
  --card: #ffffff;
  --green: #287b66;
  --green-dark: #185c4c;
  --orange: #a56d16;
  --red: #b94745;
  --red-soft: #fff2f1;
  --cream: #fff9ec;
  --blue: #5268f6;
  --shadow: 0 12px 32px rgba(17, 19, 23, 0.07);
}

body {
  background: #f4f5f7;
  color: var(--body);
  letter-spacing: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: rgba(82, 104, 246, 0.42);
}

h1 {
  font-size: 60px;
  font-weight: 780;
}

h2 {
  font-size: 31px;
  font-weight: 760;
}

main {
  width: min(1080px, calc(100vw - 32px));
  padding-top: 14px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  min-height: 58px;
  margin: 0 0 14px;
  padding: 8px 10px;
  border: 1px solid rgba(223, 227, 232, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.topbar nav {
  gap: 3px;
}

.pill-link,
.topbar nav a,
main > p:first-child:not(.small) a {
  min-height: 38px;
  padding: 7px 11px;
  border-color: transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  box-shadow: none;
  text-decoration: none;
}

.pill-link:hover,
.topbar nav a:hover,
main > p:first-child:not(.small) a:hover {
  border-color: transparent;
  background: #eef0f2;
  color: var(--ink);
}

.hero {
  gap: 18px;
  padding: 46px;
  border-color: var(--line);
  border-radius: 12px;
  background: var(--ink);
  box-shadow: none;
}

.hero::after {
  display: none;
}

.hero h1,
.hero h2 {
  color: #ffffff;
}

.hero p {
  color: #c6cbd2;
  font-size: 18px;
  line-height: 1.65;
}

.hero .eyebrow {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #aeb8ff;
}

.urgent-hero {
  border-color: #6f302f;
  background: #2a1717;
}

.urgent-hero .eyebrow {
  background: transparent;
  color: #ffb7b3;
}

.button-link,
.button-link.primary,
.button-link.danger {
  min-height: 44px;
  border-radius: 8px;
  box-shadow: none;
}

.button-link.primary {
  border-color: var(--blue);
  background: var(--blue);
}

.button-link.danger {
  border-color: var(--red);
  background: var(--red);
}

.hero .button-link:not(.primary):not(.danger) {
  border-color: #464b53;
  background: #202328;
  color: #ffffff;
}

.section,
.panel {
  margin-top: 0;
  padding: 58px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section.soft,
.section.danger {
  margin-top: 20px;
  padding: 26px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: var(--cream);
}

.section.danger {
  border-color: #edc0bd;
  background: var(--red-soft);
}

.grid {
  gap: 10px;
}

.card,
.step,
.decision-list li,
.matrix-row,
.resource-list li,
.contact-strip,
.notice {
  border-color: var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.card {
  min-height: 180px;
  padding: 18px;
}

.card:hover {
  border-color: #b7bec7;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.card .tag,
.eyebrow {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
}

.card strong {
  color: var(--ink);
}

.notice {
  border-left: 4px solid var(--blue);
  background: #f3f4ff;
}

.notice.danger {
  border-left-color: var(--red);
}

input,
textarea,
select,
button,
.support-form input,
.support-form textarea,
.support-form select {
  border-radius: 8px;
}

button {
  background: var(--blue);
}

button:hover {
  background: #4256d8;
}

.contact-strip {
  background: #f7f8fa;
}

.footer {
  margin-top: 30px;
  padding: 22px 0 0;
}

@media (max-width: 760px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  .topbar {
    position: static;
    align-items: flex-start;
  }

  .hero {
    padding: 30px 22px;
  }

  .section,
  .panel {
    padding: 44px 0;
  }
}

@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;
  }
}
