.utility-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid #eee9e3;
  backdrop-filter: blur(18px);
}
.utility-header .brand {
  direction: ltr;
  unicode-bidi: isolate;
}
.utility-nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.utility-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-inline-start: auto;
}
.utility-nav a {
  color: #403a4a;
  font-size: 0.91rem;
  font-weight: 650;
  white-space: nowrap;
}
.utility-nav a:hover,
.utility-nav a[aria-current="page"] {
  color: #a3441a;
}
.utility-language {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline-start: 18px;
  border-inline-start: 1px solid #e8ded7;
  white-space: nowrap;
}
.utility-language label {
  color: #5d5863;
  font-size: 0.82rem;
  font-weight: 650;
}
.utility-language select {
  max-width: 120px;
  padding: 7px 8px;
  border: 1px solid #e4d7cd;
  border-radius: 8px;
  background: #fffaf5;
  color: #292331;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
}
.utility-not-found {
  min-height: calc(100svh - 172px);
  padding-block: 82px;
  background:
    radial-gradient(circle at 80% 15%, rgb(255 205 159 / 27%), transparent 32%),
    radial-gradient(circle at 15% 85%, rgb(221 201 255 / 21%), transparent 35%),
    #fffaf5;
}
.utility-not-found > p:not(.section-label) {
  max-width: 620px;
}
.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.utility-not-found .button {
  margin-top: 0;
}
.utility-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgb(255 202 123 / 29%), transparent 30%),
    radial-gradient(circle at 5% 95%, rgb(221 201 255 / 25%), transparent 35%),
    linear-gradient(135deg, #fffaf5, #fff4e9);
}
.utility-hero-inner {
  max-width: 1200px;
  padding-block: 94px 96px;
}
.utility-hero h1 {
  max-width: 860px;
  margin: 12px 0 19px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}
.utility-kicker {
  margin: 0;
  color: #9b4c21;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.utility-lede {
  max-width: 750px;
  margin-bottom: 24px;
  color: #57505a;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}
.utility-text-link,
.privacy-source {
  display: inline-flex;
  align-items: center;
  color: #a3441a;
  font-size: 0.93rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.utility-text-link:hover,
.privacy-source:hover {
  color: #70301a;
}
.utility-section {
  padding-block: 90px 104px;
}
.utility-section-head {
  max-width: 690px;
  margin-bottom: 38px;
}
.utility-section-head h2,
.privacy-aside h2 {
  margin: 11px 0 15px;
}
.utility-section-head > p:last-child,
.privacy-aside > p:last-child {
  color: #625b67;
  font-size: 1rem;
}
.release-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.release-card {
  min-width: 0;
  padding: 38px;
  border: 1px solid #f0e6db;
  border-radius: 23px;
  background: #fffaf5;
  box-shadow: 0 18px 48px rgb(52 31 34 / 7%);
}
.release-card-mac {
  border-color: #e6e1f5;
  background: #fbfaff;
}
.release-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.release-icon {
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  border-radius: 16px;
  background: #f5e7dc;
  color: #9b4c21;
  font-size: 2rem;
  line-height: 1;
}
.release-card-mac .release-icon {
  background: #ebe5fb;
  color: #6344b9;
}
.release-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2ebe5;
  color: #67565a;
  font-size: 0.76rem;
  font-weight: 750;
  text-align: center;
}
.release-badge[data-ready="true"] {
  background: #e3f5ea;
  color: #226447;
}
.release-platform {
  margin: 27px 0 7px;
  color: #9b4c21;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.release-card-mac .release-platform {
  color: #6344b9;
}
.release-card h3 {
  margin-bottom: 11px;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
}
.release-card > p:not(.release-platform) {
  min-height: 86px;
  color: #615b65;
  font-size: 0.95rem;
}
.release-facts {
  margin: 19px 0 26px;
  padding-top: 17px;
  border-top: 1px solid #e9ddd8;
}
.release-facts div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 12px;
  padding: 7px 0;
  font-size: 0.86rem;
}
.release-facts dt {
  color: #605c63;
  font-weight: 650;
}
.release-facts dd {
  min-width: 0;
  margin: 0;
  color: #292530;
  overflow-wrap: anywhere;
}
.release-facts [data-sha256] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.76rem;
  direction: ltr;
  text-align: start;
}
.release-action {
  min-height: 52px;
}
.release-disabled,
.release-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 750;
  text-align: center;
}
.release-disabled {
  background: #ece6e2;
  color: #5d5456;
  cursor: not-allowed;
}
.release-link {
  background: linear-gradient(110deg, #be5417, #bd344e);
  color: white;
  box-shadow: 0 8px 20px rgb(241 113 58 / 18%);
}
.release-link:hover {
  background: #a44625;
}
.release-note {
  max-width: 920px;
  margin: 25px 0 0;
  padding-inline-start: 16px;
  border-inline-start: 3px solid #d38e66;
  color: #68606a;
  font-size: 0.89rem;
}
.release-development-note {
  margin: 14px 0 0;
  color: #675e68;
  font-size: 0.84rem;
}
.release-help {
  display: inline-block;
  margin-top: 15px;
  color: #6344b9;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.release-help:hover {
  color: #422988;
}
.mac-guide {
  background: #fbf8f5;
  border-top: 1px solid #f0e9e1;
}
.mac-requirements,
.mac-guide-card,
.mac-security-note {
  border: 1px solid #ebe2db;
  border-radius: 18px;
  background: #fff;
}
.mac-requirements {
  margin-bottom: 22px;
  padding: 24px 30px;
  border-color: #ded9ee;
  background: #f6f3ff;
}
.mac-requirements h3,
.mac-security-note h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.mac-requirements p,
.mac-security-note p {
  margin: 0;
  color: #5e5863;
}
.mac-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.mac-guide-card {
  min-width: 0;
  padding: 30px;
}
.mac-guide-card h3 {
  margin: 0 0 18px;
  font-size: 1.45rem;
}
.mac-guide-card ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-inline-start: 1.35em;
  color: #4f4953;
}
.mac-guide-card li {
  padding-inline-start: 6px;
}
.mac-guide-card li::marker {
  color: #a3441a;
  font-weight: 850;
}
.mac-security-note {
  margin-top: 22px;
  padding: 24px 30px;
  border-color: #e6d9cd;
  background: #fffaf4;
}
.mac-security-note a {
  display: inline-block;
  margin-top: 12px;
  color: #a3441a;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mac-guide > .container > .release-note {
  margin-top: 22px;
}
.utility-bottom-note {
  background: #29223f;
  color: white;
}
.utility-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding-block: 62px;
}
.utility-bottom-note .utility-kicker {
  color: #ffd6a6;
}
.utility-bottom-note h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.utility-bottom-note p:last-child {
  max-width: 650px;
  margin: 0;
  color: #e6ddf3;
}
.utility-bottom-note .button {
  flex: none;
}
.utility-footer {
  background: #f9f8fa;
  border-top: 1px solid #ede9ed;
}
.utility-footer-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #625d68;
  font-size: 0.83rem;
}
.utility-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.utility-footer nav a:hover {
  color: #9b4c21;
}
.privacy-updated {
  margin: 25px 0 0;
  color: #6b6370;
  font-size: 0.86rem;
}
.privacy-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.6fr);
  gap: clamp(30px, 7vw, 105px);
  align-items: start;
}
.privacy-aside {
  position: sticky;
  top: 120px;
}
.privacy-aside h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}
.privacy-sections {
  display: grid;
  gap: 15px;
}
.privacy-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 20px;
  padding: 30px 32px;
  border: 1px solid #ede7e0;
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: 0 12px 30px rgb(52 31 34 / 4%);
}
.privacy-card:nth-child(even) {
  background: #fcfaff;
  border-color: #ebe6f2;
}
.privacy-number {
  color: #b75c33;
  font-size: 0.81rem;
  font-weight: 850;
  letter-spacing: 0.07em;
}
.privacy-card h3 {
  margin: 0 0 9px;
  font-size: 1.25rem;
}
.privacy-card p {
  margin: 0;
  color: #5c5761;
  font-size: 0.94rem;
}
.privacy-card .privacy-source {
  margin-top: 12px;
  font-size: 0.87rem;
}
html[dir="rtl"] .utility-hero,
html[dir="rtl"] .utility-section,
html[dir="rtl"] .utility-bottom-note {
  text-align: right;
}
html[dir="rtl"] .release-facts [data-sha256] {
  text-align: right;
}
@media (max-width: 850px) {
  .utility-nav-shell {
    min-height: 74px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0;
    padding-block: 12px;
  }
  .utility-nav {
    order: 3;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 0;
    padding-top: 11px;
    border-top: 1px solid #eee9e3;
    row-gap: 10px;
  }
  .utility-language {
    padding-inline-start: 0;
    border: 0;
  }
  .utility-hero-inner {
    padding-block: 70px 72px;
  }
  .utility-section {
    padding-block: 70px 80px;
  }
  .privacy-layout {
    grid-template-columns: 1fr;
  }
  .privacy-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .release-grid {
    grid-template-columns: 1fr;
  }
  .mac-guide-grid {
    grid-template-columns: 1fr;
  }
  .release-card > p:not(.release-platform) {
    min-height: 0;
  }
  .utility-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .utility-footer-inner {
    padding-block: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 420px) {
  .utility-nav-shell {
    gap: 8px;
  }
  .utility-nav {
    gap: 16px;
  }
  .utility-nav a {
    font-size: 0.8rem;
  }
  .utility-language label {
    display: none;
  }
  .utility-language select {
    max-width: 108px;
  }
  .utility-hero h1 {
    font-size: 2.45rem;
  }
  .release-card,
  .privacy-card {
    padding: 25px 22px;
  }
  .privacy-card {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .release-facts div {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}
