:root {
  --ink: #171412;
  --muted: #665e5b;
  --page-bg: #f6f6f2;
  --soft: #eeefea;
  --brand: #7b3444;
  --brand-strong: #5f2734;
  --accent: #0f8f84;
  --blue: #1f67b1;
  --surface: rgba(255, 255, 255, .78);
  --line: rgba(23, 20, 18, .1);
  --font-main: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mypage-page {
  background: #f7f8f9;
  color: #172033;
}

.mypage-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 22px 56px;
}

.mypage-topbar,
.mypage-topbar-actions,
.mypage-panel-heading,
.mypage-actions {
  align-items: center;
  display: flex;
}

.mypage-topbar {
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.mypage-topbar-actions,
.mypage-actions {
  gap: 12px;
}

.mypage-link {
  color: #2f5f9f;
  font-weight: 700;
  text-decoration: none;
}

.mypage-hero {
  border-bottom: 1px solid #dce4ee;
  border-top: 1px solid #dce4ee;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  padding: 28px 0;
}

.mypage-hero h1 {
  color: #101828;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 10px;
}

.mypage-hero p,
.mypage-help,
.mypage-empty,
.mypage-warning,
.mypage-final-notice p {
  color: #526174;
  line-height: 1.7;
  margin: 0;
}

.mypage-summary,
.mypage-key-values {
  display: grid;
  gap: 10px;
  margin: 0;
}

.mypage-summary div,
.mypage-key-values div {
  border-bottom: 1px solid #e4eaf2;
  padding: 12px 0;
}

.mypage-summary dt,
.mypage-key-values dt {
  color: #657386;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.mypage-summary dd,
.mypage-key-values dd {
  color: #172033;
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}

.mypage-tabs {
  border-bottom: 1px solid #dce4ee;
  border-top: 1px solid #dce4ee;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px;
  position: sticky;
  top: 10px;
  z-index: 2;
}

.mypage-tab {
  background: transparent;
  border: 0;
  color: #344054;
  cursor: pointer;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  min-height: 36px;
  padding: 9px 12px;
}

.mypage-tab.is-active,
.mypage-tab:focus-visible,
.mypage-tab:hover {
  background: #e8f0fe;
  color: #174b8f;
  outline: 2px solid transparent;
}

.mypage-panel {
  border-top: 1px solid #dce4ee;
  padding: 24px 0;
}

.mypage-panel-danger {
  border-color: #f3b8b8;
}

.mypage-panel-heading {
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.mypage-panel h2,
.mypage-final-notice h1 {
  color: #172033;
  letter-spacing: 0;
  margin: 0;
}

.mypage-avatar {
  background: #f0f4f8;
  border: 1px solid #dce4ee;
  border-radius: 50%;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

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

.mypage-form label {
  color: #344054;
  display: grid;
  font-size: .88rem;
  font-weight: 800;
  gap: 6px;
}

.mypage-form input {
  background: #fff;
  border: 1px solid #cdd7e3;
  color: #172033;
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
}

.mypage-form input[readonly] {
  background: #f8fafc;
  color: #657386;
}

.mypage-form button,
.mypage-panel button,
.mypage-link-button {
  background: #275d38;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
}

.mypage-form button:disabled,
.mypage-panel button:disabled {
  cursor: not-allowed;
  opacity: .48;
}

.mypage-panel .secondary-button {
  background: #eef3f8;
  color: #24364f;
}

.mypage-panel .danger-button {
  background: #a23a3a;
}

.mypage-warning {
  border-left: 4px solid #f97316;
  color: #7c2d12;
  padding: 2px 0 2px 14px;
}

.mypage-panel-status {
  margin: 0 0 12px;
  min-height: 0;
}

.mypage-panel-status:empty {
  display: none;
}

.mypage-list {
  display: grid;
  gap: 10px;
}

.mypage-list-row {
  align-items: center;
  border-bottom: 1px solid #e4eaf2;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 14px;
}

.mypage-list-row strong,
.mypage-list-row span,
.mypage-list-row small {
  display: block;
}

.mypage-list-row span,
.mypage-list-row small {
  color: #667085;
  line-height: 1.5;
}

.mypage-check {
  align-items: start;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 20px minmax(0, 1fr);
}

.mypage-check input {
  min-height: auto;
  margin-top: 3px;
}

.mypage-code-timer {
  color: #526174;
  font-size: .9rem;
  font-weight: 800;
}

.mypage-avatar-editor {
  border-top: 1px solid #e4eaf2;
  display: grid;
  gap: 14px;
  grid-template-columns: 240px minmax(0, 1fr);
  padding-top: 14px;
}

.mypage-avatar-canvas {
  background: #eef3f8;
  border: 1px solid #dce4ee;
  height: 240px;
  width: 240px;
}

.mypage-avatar-tools {
  align-content: start;
  display: grid;
  gap: 10px;
}

.mypage-final-notice {
  border-bottom: 1px solid #dce4ee;
  border-top: 1px solid #dce4ee;
  margin-top: 48px;
  max-width: 720px;
  padding: 32px 0;
}

.mypage-link-button {
  display: inline-flex;
  margin-top: 12px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: var(--page-bg);
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: var(--font-main);
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
}

.not-found-page {
  overflow-x: hidden;
  position: relative;
}

.not-found-page::before {
  background-image: url("/img/404-hand.png");
  background-position: right -18vw center;
  background-repeat: no-repeat;
  background-size: auto 150vh;
  content: "";
  inset: 0;
  opacity: .16;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.not-found-page .language-switcher {
  left: auto;
  position: fixed;
  right: 2rem;
  top: 1.8rem;
  z-index: 5;
}

.not-found-shell {
  position: relative;
  z-index: 1;
}

.language-switcher {
  display: flex;
  gap: .3rem;
  position: fixed;
  right: 2rem;
  top: 1.8rem;
  z-index: 5;
}

.language-switcher button {
  background: transparent;
  border: 1px solid transparent;
  color: var(--muted);
  cursor: pointer;
  font: 600 .78rem/1 var(--font-main);
  min-height: 2.75rem;
  min-width: 2.2rem;
  padding: 0 .45rem;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  border-color: var(--line);
  color: var(--brand);
}

.language-switcher button[aria-pressed="true"] {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

:where(a, button, input):focus-visible {
  outline: 3px solid rgba(123, 52, 68, .34);
  outline-offset: 3px;
}

.flex {
  display: flex;
  min-height: 100vh;
}

.content {
  margin: 6rem 10rem 5rem 12rem;
  width: 24rem;
}

.content-index {
  min-height: 40rem;
}

.help-shell {
  min-height: 100vh;
}

.content-help {
  min-height: 0;
  width: min(32rem, calc(100vw - 4rem));
}

.help-message {
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 1.6rem;
}

.help-message a {
  color: var(--brand);
  font-weight: 800;
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

.help-actions {
  display: grid;
  gap: .65rem;
  margin-top: 1.5rem;
  max-width: 31rem;
}

.help-actions a {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: .15rem;
  min-height: 3.25rem;
  padding: .7rem 0;
  text-decoration: none;
}

.help-actions span {
  font-weight: 850;
}

.help-actions small {
  color: var(--muted);
  font-weight: 650;
}

.help-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-top: 1rem;
  max-width: 31rem;
  word-break: keep-all;
}

.help-faq {
  border-top: 1px solid var(--line);
  margin-top: 2.4rem;
  padding-top: 1.8rem;
}

.help-faq h2 {
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.1;
  margin: .2rem 0 0;
}

.help-faq-list {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.4rem;
}

.help-faq-item {
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.1rem;
}

.help-faq-item h3 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
  word-break: keep-all;
}

.help-faq-item p {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.7;
  margin: .4rem 0 0;
  word-break: keep-all;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  gap: .9rem;
  text-decoration: none;
}

.brand-mark {
  border-radius: 1rem;
  height: 4.5rem;
  width: 4.5rem;
}

.brand-word {
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1;
}

.brand-wordmark {
  display: block;
  height: 2.35rem;
  max-width: min(12rem, 44vw);
  width: auto;
}

.menu {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 1.6rem 0 4rem;
}

.menu a {
  color: #666;
  display: inline-block;
  margin-right: 2rem;
  text-decoration: none;
}

.menu a:hover,
.menu a:focus-visible {
  color: var(--brand);
}

.menu a.active {
  color: var(--ink);
  font-weight: 700;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.site-nav a {
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(23, 20, 18, .09);
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 850;
  min-height: 2.45rem;
  padding: .58rem .86rem;
  text-decoration: none;
  transition: background .14s ease, border-color .14s ease, box-shadow .14s ease, color .14s ease, transform .14s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(123, 52, 68, .2);
  box-shadow: 0 10px 24px rgba(38, 30, 28, .08);
  color: var(--brand);
  transform: translateY(-1px);
}

.auth-nav-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.auth-nav-link {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(123, 52, 68, .2);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-family: var(--font-main);
  font-size: .9rem;
  font-weight: 900;
  justify-content: center;
  min-height: 2.45rem;
  padding: .58rem .88rem;
  text-decoration: none;
  transition: background .14s ease, border-color .14s ease, color .14s ease, transform .14s ease;
}

.auth-nav-link.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.auth-nav-logout {
  background: rgba(255, 255, 255, .64);
}

.auth-nav-link:hover,
.auth-nav-link:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: translateY(-1px);
}

.auth-nav-profile {
  gap: .5rem;
  padding: .38rem .72rem .38rem .42rem;
}

.auth-nav-profile-avatar {
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid rgba(23, 20, 18, .1);
  border-radius: 50%;
  display: block;
  flex: 0 0 1.85rem;
  height: 1.85rem;
  max-height: 1.85rem;
  max-width: 1.85rem;
  object-fit: cover;
  overflow: hidden;
  width: 1.85rem;
}

.auth-nav-profile-name {
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-section {
  border-top: 1px solid var(--line);
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-top: clamp(1.7rem, 4vw, 2.4rem);
}

.about-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
  max-width: 42rem;
  word-break: keep-all;
}

.help-header {
  margin-bottom: 2rem;
}

.blog-global-nav {
  margin-top: 1rem;
}

.blog-language-switcher {
  left: auto;
  position: fixed;
  right: 2rem;
  top: 1.8rem;
}

.blog-panel .blog-site-brand,
.post-site-header .post-logo-only,
.content-help .help-header,
.product-detail-header,
.home-header {
  min-height: 4.8rem;
}

.missing-persons-widget {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(38, 30, 28, .12);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(38, 30, 28, .08);
  margin: .95rem 0 .75rem;
  padding: .85rem;
  width: 100%;
}

.missing-persons-status {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.45;
  margin: 0;
}

.missing-persons-status[hidden],
.missing-person-card[hidden] {
  display: none !important;
}

.missing-persons-list {
  display: grid;
  gap: .65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.missing-persons-list li {
  display: grid;
  gap: .18rem;
}

.missing-person-card,
.missing-person-card.large-photo-card {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
}

.missing-person-card.has-photo {
  grid-template-columns: 1fr;
}

.missing-person-photo {
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  display: block;
  height: auto;
  max-height: min(72vh, 34rem);
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.missing-person-photo-placeholder {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(245, 238, 230, .92));
  border: 1px dashed rgba(38, 30, 28, .28);
  color: var(--muted);
  display: flex;
  font-size: clamp(.92rem, 2.4vw, 1.12rem);
  font-weight: 450;
  justify-content: center;
  letter-spacing: -.01em;
  line-height: 1.45;
  min-height: min(72vh, 34rem);
  padding: 1.4rem;
  text-align: center;
}

.missing-person-card-body {
  display: grid;
  gap: .72rem;
  min-width: 0;
}

.missing-person-detail-list {
  display: grid;
  gap: .28rem;
  min-width: 0;
}

.missing-persons-list strong,
.missing-person-card strong {
  color: var(--ink);
  font-size: clamp(1.55rem, 5.5vw, 2.25rem);
  font-weight: 950;
  line-height: 1.12;
}

.missing-persons-list span,
.missing-person-card span {
  color: var(--ink);
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.missing-person-meta {
  font-size: clamp(1.06rem, 3.7vw, 1.35rem);
  font-weight: 850;
}

.missing-person-feature {
  display: grid;
  gap: .24rem;
  font-size: clamp(1.04rem, 3.55vw, 1.34rem);
  font-weight: 800;
}

.missing-person-feature-title {
  color: var(--brand);
  display: block;
  font-size: .82em;
  font-weight: 950;
  letter-spacing: .03em;
}

.missing-person-feature-body {
  color: var(--ink);
  display: block;
  line-height: 1.5;
  white-space: pre-line;
  word-break: keep-all;
}

.block {
  margin: 2rem 0;
}

h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 2rem 0 .55rem;
}

p {
  line-height: 1.55;
  margin: 0;
}

.button {
  clear: both;
  color: #000;
  display: block;
  line-height: 1.3;
  margin: .75rem 0;
  min-height: 4rem;
  padding: .55rem .6rem .55rem 4.1rem;
  position: relative;
  text-decoration: none;
  transition: color .12s ease, background .12s ease, transform .12s ease;
}

.button i {
  font-size: 2rem;
  left: .55rem;
  padding: .5rem 1rem .5rem .5rem;
  position: absolute;
  top: .3rem;
  width: 2rem;
}

.button .p1,
.button .p2 {
  display: block;
}

.button .p1 {
  font-size: 1.5rem;
  font-weight: 500;
}

.button .p2 {
  font-size: .9rem;
  font-weight: 600;
}

.button:hover,
.button:focus-visible {
  background: var(--brand);
  color: #fff;
  transform: translateY(-1px);
}

.hero {
  align-items: center;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.6rem;
  justify-content: center;
  min-width: 0;
  padding: 4rem 10rem 4rem 5rem;
}

.hero-img {
  display: block;
  filter: drop-shadow(.5rem .5rem 1rem rgba(0, 0, 0, .26));
  height: auto;
  max-height: min(78vh, 54rem);
  max-width: 100%;
  width: min(52rem, 58vw);
}

.hero .button {
  margin: 0;
  width: min(28rem, 100%);
}

.home-page {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, .92), rgba(247, 250, 255, .78) 32%, rgba(240, 245, 252, .92) 68%),
    var(--page-bg);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.home-shell {
  margin: 0 auto;
  max-width: 68rem;
  min-height: auto;
  padding: clamp(1.2rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-width: 0;
}

.home-header-actions {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: flex-end;
  min-width: 0;
}

.home-page .site-header .language-switcher {
  flex: 0 0 auto;
  position: static;
  right: auto;
  top: auto;
  z-index: auto;
}

.privacy-page .site-header .language-switcher {
  flex: 0 0 auto;
  position: static;
  right: auto;
  top: auto;
  z-index: auto;
}

.mypage-page .mypage-language-switcher {
  flex: 0 0 auto;
  position: static;
  right: auto;
  top: auto;
  z-index: auto;
}

.mypage-page .mypage-language-switcher button {
  min-height: 2.65rem;
}

.home-page .brand-mark {
  border-radius: 8px;
  display: block;
  height: 3rem;
  width: 3rem;
}

.privacy-page .brand-mark {
  border-radius: 8px;
  display: block;
  height: 3rem;
  width: 3rem;
}

.home-brand {
  position: relative;
}

.home-logo-mark {
  border-radius: 8px;
  display: grid;
  flex: 0 0 auto;
  height: 3rem;
  isolation: isolate;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 3rem;
}

.home-logo-mark .brand-mark {
  filter: saturate(1.08) contrast(1.08);
}

.home-page .brand-word {
  color: rgba(28, 35, 52, .9);
  font-size: 1.55rem;
  font-weight: 750;
  line-height: 1;
}

.shiny-text {
  display: inline-block;
}

.brand-word-shiny,
.brand-word-shiny-fallback {
  letter-spacing: 0;
  line-height: 1;
}

.home-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: .98rem;
  gap: 1rem;
  margin: 0;
  min-width: 0;
}

.home-menu a {
  color: var(--muted);
  margin: 0;
}

.home-menu a:hover,
.home-menu a:focus-visible {
  color: var(--brand);
}

.home-intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: clamp(5rem, 13vh, 9rem);
  max-width: 100%;
  text-align: center;
}

.eyebrow {
  color: var(--brand);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .08rem;
  margin: 0 0 .85rem;
  text-transform: uppercase;
}

.home-intro h1 {
  color: var(--ink);
  font-size: clamp(2.25rem, 5.4vw, 4.15rem);
  font-weight: 850;
  line-height: 1.06;
  margin: 0 auto;
  max-width: 13ch;
  overflow-wrap: break-word;
  text-align: center;
  word-break: keep-all;
}

.home-intro h1[data-reactbits-title-root] {
  display: flex;
  flex-wrap: wrap;
  gap: 0 .28em;
  justify-content: center;
  max-width: 15ch;
}

.reactbits-blur-title {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.reactbits-blur-title,
.reactbits-title-fallback {
  line-break: loose;
  overflow-wrap: anywhere;
}

.reactbits-blur-title span,
.reactbits-title-fallback {
  display: inline-block;
}

.text-link-button {
  clear: both;
  line-height: 1;
  margin: clamp(2rem, 5vw, 3.1rem) 0 0;
  text-align: center;
}

.text-link-block {
  display: flex;
  justify-content: center;
  width: 100%;
}

.text-link-button a.button-text-blue,
.text-link-button a.button-text-blue:visited {
  align-items: center;
  background-color: #0366d6;
  border-radius: 5px;
  color: #ffffff;
  display: inline-flex;
  font-size: clamp(1rem, 2.3vw, 1.28rem);
  font-weight: 850;
  gap: .55rem;
  justify-content: center;
  margin-right: 20px;
  min-height: 3.25rem;
  padding: 15px 20px;
  text-align: center;
  transition: background .14s ease, box-shadow .14s ease, transform .14s ease;
}

.text-link-button a.button-text-blue:hover,
.text-link-button a.button-text-blue:focus-visible {
  background: #1d49aa;
  color: #fff;
  transform: translateY(-1px);
}

.text-link-button a.button-text-blue:focus-visible {
  box-shadow: 0 0 0 4px #cbd6ee;
  outline: none;
}

.text-link-button > .gb-button {
  flex: 1;
}

.button-block {
  text-decoration: none;
}

.download-button-icon {
  display: block;
  flex: 0 0 auto;
  height: 1.15em;
  line-height: 1;
  width: 1.15em;
}

.download-review-message {
  color: rgba(28, 35, 52, .86);
  font-size: clamp(.95rem, 1.9vw, 1.12rem);
  font-weight: 700;
  line-height: 1.55;
  margin: 1rem auto 0;
  max-width: min(34rem, 100%);
  text-align: center;
  word-break: keep-all;
}

.hero-lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 520;
  line-height: 1.65;
  margin-top: 1.3rem;
  max-width: 39rem;
  word-break: keep-all;
}

.home-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.primary-action,
.secondary-action,
.product-link,
.product-status {
  align-items: center;
  display: inline-flex;
  min-height: 2.65rem;
  text-decoration: none;
}

.primary-action {
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  gap: .45rem;
  padding: .65rem .95rem;
  transition: background .12s ease, border-color .12s ease, transform .12s ease;
}

.primary-action i {
  font-size: 1.15rem;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-1px);
}

.primary-action.is-disabled {
  cursor: not-allowed;
  opacity: .58;
}

.primary-action.is-disabled:hover,
.primary-action.is-disabled:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  transform: none;
}

.secondary-action,
.product-link {
  color: var(--brand);
  font-weight: 800;
}

.minimal-products {
  border-top: 1px solid var(--line);
  margin-top: clamp(4rem, 12vh, 8rem);
  padding-top: 2rem;
}

.minimal-products h2 {
  font-size: .9rem;
  letter-spacing: .08rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.product-list {
  border-bottom: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.25rem 0;
}

.product-row strong {
  display: block;
  font-size: 1.12rem;
  margin-bottom: .25rem;
}

.product-row p {
  color: var(--muted);
  max-width: 34rem;
}

.product-status {
  color: var(--muted);
  font-weight: 750;
}

.home-section {
  border-top: 1px solid var(--line);
  margin-top: clamp(4rem, 9vw, 6.5rem);
  padding-top: 2rem;
}

.home-section h2 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.18;
  margin: 0 0 1.4rem;
  max-width: 34rem;
  word-break: keep-all;
}

.home-demo-video-section {
  margin: clamp(1.5rem, 5vw, 3.75rem) auto clamp(2.75rem, 7vw, 5rem);
  max-width: 72rem;
  padding: 0 clamp(1.2rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}

.home-demo-video-toggle {
  align-items: center;
  color: rgba(28, 35, 52, .72);
  cursor: pointer;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 800;
  gap: .45rem;
  line-height: 1.2;
  margin: 0 0 .85rem;
  user-select: none;
}

.home-demo-video-toggle::-webkit-details-marker {
  display: none;
}

.home-demo-video-toggle::after {
  align-items: center;
  border: 1px solid rgba(101, 116, 139, .28);
  border-radius: 999px;
  content: "-";
  display: inline-flex;
  font-size: .85rem;
  height: 1.35rem;
  justify-content: center;
  line-height: 1;
  width: 1.35rem;
}

.home-demo-video-toggle:focus-visible {
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(3, 102, 214, .18);
  outline: none;
}

.home-demo-video-section:not([open]) .home-demo-video-toggle::after {
  content: "+";
}

.home-demo-video-section:not([open]) .home-demo-video-frame {
  display: none;
}

.home-demo-video-frame {
  aspect-ratio: 16 / 9;
  background: rgba(15, 23, 42, .08);
  border: 1px solid rgba(101, 116, 139, .18);
  border-radius: 8px;
  box-shadow: 0 1.25rem 3.25rem rgba(28, 35, 52, .14);
  margin: 0 auto;
  max-width: 58rem;
  overflow: hidden;
  width: 100%;
}

.home-demo-video {
  display: block;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  width: 100%;
}

.teaser-grid,
.release-info-grid {
  display: grid;
  gap: 1rem;
}

.product-card,
.release-info-grid article {
  background: rgba(255, 255, 255, .58);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card h3,
.release-info-grid h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin: .85rem 0 .45rem;
}

.product-card p,
.release-info-grid li {
  color: var(--muted);
  line-height: 1.7;
}

.products-teaser {
  display: grid;
  gap: 1.5rem;
}

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

.product-card {
  display: grid;
  gap: 1rem;
  grid-template-columns: 9rem minmax(0, 1fr);
  overflow: hidden;
  padding: .9rem;
}

.product-card img {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, .72);
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.product-card h3 {
  margin-top: .1rem;
}

.auth-page {
  background:
    linear-gradient(135deg, rgba(246, 246, 242, .96), rgba(238, 239, 234, .9)),
    var(--page-bg);
  min-height: 100vh;
}

.auth-shell {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  margin: 0 auto;
  max-width: 76rem;
  min-height: 100vh;
  padding: clamp(1.2rem, 4vw, 3rem);
}

.auth-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.auth-brand,
.auth-header-link {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.auth-brand {
  gap: .7rem;
}

.auth-page .home-link {
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 900;
  justify-self: start;
  text-decoration: none;
}

.auth-shell > .auth-panel {
  align-self: center;
  justify-self: center;
  max-width: 42rem;
  width: 100%;
}

.auth-login-page {
  background: var(--page-bg);
}

.auth-login-page .auth-shell {
  align-content: center;
  gap: 1.4rem;
  max-width: 34rem;
}

.auth-login-page .auth-header {
  justify-content: center;
}

.auth-login-page .auth-panel {
  background: #fff;
  box-shadow: 0 18px 42px rgba(38, 30, 28, .08);
}

.auth-login-page .auth-panel h1 {
  font-size: clamp(1.9rem, 6vw, 2.55rem);
  max-width: none;
}

.auth-login-page .auth-copy {
  max-width: 27rem;
}

.auth-brand-mark {
  border-radius: 8px;
  height: 3rem;
  width: 3rem;
}

.auth-brand-wordmark {
  display: block;
  height: 1.45rem;
  width: auto;
}

.auth-header-link {
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(23, 20, 18, .09);
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 850;
  min-height: 2.45rem;
  padding: .58rem .9rem;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.auth-header-link:hover,
.auth-header-link:focus-visible {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(123, 52, 68, .2);
  color: var(--brand);
  transform: translateY(-1px);
}

.auth-stage {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  grid-template-columns: minmax(18rem, .86fr) minmax(22rem, 1fr);
}

.auth-stage-success {
  grid-template-columns: minmax(18rem, .9fr) minmax(24rem, 1fr);
}

.auth-visual,
.auth-success-hero {
  min-height: 30rem;
  position: relative;
}

.auth-visual::before,
.auth-success-hero::before {
  background: rgba(255, 255, 255, .72) url("/img/app_icon.svg") center / 8rem 8rem no-repeat;
  border: 1px solid rgba(23, 20, 18, .1);
  border-radius: 8px;
  content: "";
  inset: 2.5rem 0 0 0;
  opacity: .92;
  position: absolute;
}

.auth-visual::after,
.auth-success-hero::after {
  background: linear-gradient(180deg, rgba(246, 246, 242, .05), rgba(246, 246, 242, .86));
  border-radius: 8px;
  content: "";
  inset: 2.5rem 0 0 0;
  position: absolute;
}

.auth-visual-card,
.auth-success-device {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(23, 20, 18, .12);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(38, 30, 28, .12);
  position: absolute;
  z-index: 1;
}

.auth-visual-card-main {
  display: grid;
  gap: .35rem;
  left: clamp(1rem, 5vw, 3rem);
  padding: 1rem 1.15rem;
  top: 0;
  width: min(13rem, calc(100% - 2rem));
}

.auth-visual-card-main p,
.auth-visual-card-main span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  margin: 0;
}

.auth-visual-card-main strong {
  color: var(--brand);
  font-size: 3.5rem;
  line-height: .9;
}

.auth-visual-card-stack {
  bottom: 1.5rem;
  display: grid;
  gap: .25rem;
  padding: .95rem 1rem;
  right: clamp(1rem, 4vw, 2.2rem);
  width: min(15rem, calc(100% - 2rem));
}

.auth-visual-card-stack span:last-of-type {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
}

.auth-visual-card-stack b {
  color: var(--ink);
  font-size: 1.05rem;
}

.auth-dot {
  background: var(--accent);
  border-radius: 999px;
  height: .55rem;
  width: .55rem;
}

.auth-panel {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(23, 20, 18, .1);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(38, 30, 28, .1);
  padding: clamp(1.35rem, 4vw, 2.4rem);
}

.auth-panel h1 {
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.45rem);
  font-weight: 850;
  line-height: 1.08;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
  word-break: keep-all;
}

.auth-copy {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 560;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 34rem;
  word-break: keep-all;
}

.auth-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.auth-form label {
  color: var(--ink);
  display: grid;
  font-size: .88rem;
  font-weight: 850;
  gap: .45rem;
}

.auth-field {
  position: relative;
}

.auth-form input {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(23, 20, 18, .14);
  border-radius: 8px;
  color: var(--ink);
  font: 650 1rem/1.2 var(--font-main);
  min-height: 3.2rem;
  padding: .85rem .95rem;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
  width: 100%;
}

.auth-input-control {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
}

.auth-input-control input {
  grid-area: 1 / 1 / 2 / 3;
  padding-right: 3.1rem;
}

.auth-icon-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  grid-area: 1 / 2 / 2 / 3;
  min-height: 2.25rem;
  min-width: 2.25rem;
  padding: 0;
  position: relative;
  right: .45rem;
  z-index: 1;
}

.auth-icon {
  display: block;
  fill: currentColor;
  height: 1.35rem;
  width: 1.35rem;
}

.auth-icon[hidden] {
  display: none;
}

.auth-form .auth-icon-button:hover,
.auth-form .auth-icon-button:focus-visible {
  background: rgba(123, 52, 68, .08);
  border-color: transparent;
  color: var(--brand);
  transform: none;
}

.auth-form input:focus {
  background: #fff;
  border-color: rgba(123, 52, 68, .38);
  box-shadow: 0 0 0 4px rgba(123, 52, 68, .1);
  outline: none;
}

.auth-field-message {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 720;
  line-height: 1.45;
  margin: 0;
  max-height: 4.5rem;
  opacity: .88;
  overflow: hidden;
  transform: translateY(0);
  transition: color .18s ease, max-height .22s ease, opacity .18s ease, transform .18s ease;
  word-break: keep-all;
}

.auth-field-message[data-state="idle"] {
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
}

.auth-field-message[data-state="pending"] {
  color: var(--blue);
}

.auth-field-message[data-state="success"] {
  color: var(--accent);
}

.auth-field-message[data-state="error"] {
  color: var(--brand);
}

.auth-form button,
.auth-actions button,
.secondary-button {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font: 850 .96rem/1 var(--font-main);
  justify-content: center;
  min-height: 3.1rem;
  padding: .85rem 1rem;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.auth-form button,
.auth-actions button {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
}

.auth-form .auth-icon-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  min-height: 2.25rem;
  padding: 0;
}

.auth-form button:hover,
.auth-form button:focus-visible,
.auth-actions button:hover,
.auth-actions button:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-1px);
}

.auth-form button:disabled,
.auth-actions button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.secondary-button,
.auth-actions .secondary-button {
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(23, 20, 18, .14);
  color: var(--ink);
}

.secondary-button:hover,
.secondary-button:focus-visible,
.auth-actions .secondary-button:hover,
.auth-actions .secondary-button:focus-visible {
  background: #fff;
  border-color: rgba(123, 52, 68, .24);
  color: var(--brand);
}

.auth-handoff-card {
  border-top: 1px solid rgba(23, 20, 18, .1);
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.auth-status {
  color: var(--muted);
  font-size: .95rem;
  font-weight: 750;
  line-height: 1.55;
  margin: 0;
  min-height: 1.5rem;
}

.auth-status[data-state="pending"] {
  color: var(--blue);
}

.auth-status[data-state="success"] {
  color: var(--accent);
}

.auth-status[data-state="error"] {
  color: var(--brand);
}

.auth-verification-feedback {
  display: grid;
  gap: .55rem;
  margin-top: -.2rem;
}

.auth-timer {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.45;
  margin: -.2rem 0 0;
}

.auth-timer[data-state="pending"] {
  color: var(--blue);
}

.auth-timer[data-state="error"] {
  color: var(--brand);
}

.auth-consents {
  display: grid;
  gap: .75rem;
}

.auth-consent-button {
  align-items: center;
  background: #171411;
  border: 1px solid rgba(23, 20, 18, .14);
  border-radius: 8px;
  color: #fff;
  display: grid;
  font: 900 clamp(1.08rem, 3vw, 1.34rem)/1.28 var(--font-main);
  gap: 1rem;
  grid-template-columns: auto 1fr;
  justify-content: center;
  min-height: 5.35rem;
  padding: 1.18rem 1.45rem;
  text-align: center;
  text-shadow: 0 1px 0 rgba(33, 163, 154, .95), 1px 0 0 rgba(203, 66, 83, .82);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

.auth-consent-button:hover,
.auth-consent-button:focus-visible {
  border-color: rgba(33, 163, 154, .45);
  box-shadow: 0 12px 28px rgba(23, 20, 18, .14);
  outline: none;
  transform: translateY(-1px);
}

.auth-consent-button[aria-pressed="true"] {
  border-color: rgba(33, 163, 154, .65);
  box-shadow: 0 0 0 1px rgba(33, 163, 154, .24), 0 12px 28px rgba(23, 20, 18, .12);
}

.auth-consent-check {
  background: #fff;
  border: 3px solid var(--accent);
  border-radius: 999px;
  box-shadow: inset 0 0 0 5px #fff;
  height: 1.38rem;
  opacity: 0;
  position: relative;
  transform: scale(.45);
  transition: opacity .18s ease, transform .2s ease;
  width: 1.38rem;
}

.auth-consent-check::after {
  background: var(--accent);
  border-radius: inherit;
  content: "";
  inset: 4px;
  opacity: 0;
  position: absolute;
  transform: scale(.4);
  transition: opacity .12s ease .1s, transform .18s cubic-bezier(.2, 1.7, .45, 1) .1s;
}

.auth-consent-button[aria-pressed="true"] .auth-consent-check {
  animation: consent-pop .38s cubic-bezier(.2, 1.7, .45, 1);
  opacity: 1;
  transform: scale(1);
}

.auth-consent-button[aria-pressed="true"] .auth-consent-check::after {
  opacity: 1;
  transform: scale(1);
}

@keyframes consent-pop {
  0% {
    transform: scale(.45);
  }

  60% {
    transform: scale(1.18);
  }

  100% {
    transform: scale(1);
  }
}

.auth-modal-backdrop {
  align-items: center;
  background: rgba(23, 20, 18, .38);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 1rem;
  position: fixed;
  z-index: 30;
}

.auth-modal-backdrop[hidden] {
  display: none;
}

.auth-consent-modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(23, 20, 18, .24);
  display: grid;
  gap: 1.15rem;
  max-width: 48rem;
  padding: 1.6rem;
  width: min(100%, 48rem);
}

.auth-consent-modal h2 {
  font-size: 1.45rem;
  line-height: 1.25;
  margin: 0;
}

.auth-consent-scroll {
  border: 1px solid rgba(23, 20, 18, .12);
  border-radius: 8px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.65;
  max-height: min(48vh, 24rem);
  overflow-y: auto;
  padding: 1.15rem;
}

.auth-consent-scroll p {
  margin: 0 0 .85rem;
}

.auth-switch {
  color: var(--muted);
  font-size: .95rem;
  font-weight: 650;
  margin: 1.1rem 0 0;
}

.auth-switch a {
  color: var(--brand);
  font-weight: 850;
}

.account-summary {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0;
}

.account-summary div {
  align-items: center;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(23, 20, 18, .09);
  border-radius: 8px;
  display: grid;
  gap: .35rem;
  grid-template-columns: minmax(7rem, .42fr) minmax(0, 1fr);
  min-height: 3.5rem;
  padding: .75rem .9rem;
}

.account-summary dt {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.account-summary dd {
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 850;
  margin: 0;
  overflow-wrap: anywhere;
}

.auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.auth-success-device {
  display: grid;
  gap: .35rem;
  left: 50%;
  padding: 1.25rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(18rem, calc(100% - 2rem));
}

.auth-success-device span,
.auth-success-device small {
  color: var(--muted);
  font-weight: 800;
}

.auth-success-device strong {
  color: var(--accent);
  font-size: clamp(2rem, 6vw, 3.1rem);
  line-height: 1;
}

.auth-success-orbit {
  border: 1px solid rgba(15, 143, 132, .22);
  border-radius: 8px;
  inset: clamp(1rem, 5vw, 3rem);
  position: absolute;
  z-index: 1;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin: 2rem auto 0;
  max-width: 68rem;
  padding: 1.4rem clamp(1.2rem, 4vw, 3rem) 2rem;
}

.site-footer-narrow {
  max-width: 76rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer a {
  color: var(--muted);
  font-weight: 750;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--brand);
}

.products-page {
  background: var(--page-bg);
}

.product-detail-shell {
  margin: 0 auto;
  max-width: 76rem;
  min-height: 100vh;
  padding: clamp(1.2rem, 4vw, 3rem);
}

.product-detail-header {
  margin-bottom: clamp(4rem, 10vh, 7rem);
}

.product-detail-intro {
  max-width: 42rem;
}

.product-detail-intro h1 {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 850;
  line-height: 1.04;
  margin: 0;
}

.product-detail-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
  margin-top: 1rem;
}

.product-detail-layout {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
  margin-top: clamp(3rem, 8vw, 5.5rem);
  padding-top: 2rem;
}

.product-category-nav {
  position: sticky;
  top: 2rem;
}

.product-category-nav p {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .08rem;
  margin-bottom: .9rem;
  text-transform: uppercase;
}

.product-category-nav button {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  display: block;
  font: 700 1rem/1.35 var(--font-main);
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}

.product-category-nav button:last-child {
  border-bottom: 1px solid var(--line);
}

.product-category-nav button:hover,
.product-category-nav button:focus-visible,
.product-category-nav button.active {
  color: var(--brand);
}

.product-category-nav small {
  color: inherit;
  display: block;
  font-size: .82rem;
  font-weight: 650;
  margin-top: .2rem;
}

.product-detail-panels {
  min-width: 0;
}

.product-detail-panel[hidden] {
  display: none !important;
}

.release-heading {
  max-width: 45rem;
}

.release-label {
  color: var(--brand);
  font-size: .88rem;
  font-weight: 850;
  margin-bottom: .75rem;
}

.release-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.06;
  margin: 0 0 .9rem;
}

.release-heading p:not(.release-label) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  word-break: keep-all;
}

.release-meta {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.6rem 0 0;
}

.release-meta div {
  padding: 1rem 1rem 1rem 0;
}

.release-meta dt {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06rem;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.release-meta dd {
  color: var(--ink);
  font-size: .95rem;
  font-weight: 720;
  line-height: 1.45;
  margin: 0;
  word-break: keep-all;
}

.release-status-callout {
  align-items: center;
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(123, 52, 68, .22);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 1.25rem;
  padding: 1rem;
}

.release-status-callout strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: .3rem;
}

.release-status-callout p {
  color: var(--muted);
  line-height: 1.65;
  word-break: keep-all;
}

.product-detail-panel:focus {
  outline: 0;
}

.release-bottom-action {
  margin-top: 1rem;
}

.release-gallery {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.release-gallery.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.release-gallery.single {
  max-width: 42rem;
}

.release-gallery figure {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.release-gallery img {
  aspect-ratio: 16 / 10;
  background: #e6e3dc;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.release-gallery figcaption {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 650;
  padding: .65rem .75rem;
}

.release-notes {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  max-width: 45rem;
  padding-top: 1.5rem;
}

.release-notes h3 {
  font-size: 1.2rem;
  margin: 0 0 .9rem;
}

.release-notes ul {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 1.6rem;
  padding-left: 1.1rem;
}

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

.release-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.release-info-grid article {
  padding: 1rem;
}

.release-info-grid h3 {
  margin-top: 0;
}

.release-info-grid ul {
  margin: 0;
  padding-left: 1.05rem;
}

.product-status.large {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 2.65rem;
  padding: .65rem .95rem;
}

.blog-page {
  background: var(--page-bg);
}

.blog-shell {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(20rem, 28rem) minmax(20rem, 34rem);
  min-height: 100vh;
  padding: 6rem 9rem;
}

.blog-panel {
  align-self: center;
}

.blog-shell-post-list {
  display: block;
  padding: 6rem 4rem 4rem clamp(24rem, 29vw, 31rem);
}

.blog-shell-post-list .blog-intro {
  left: clamp(3.5rem, 6vw, 5rem);
  position: fixed;
  top: 6rem;
  width: clamp(17rem, 21vw, 22rem);
  z-index: 4;
}

.blog-shell-post-list .blog-feed {
  width: min(100%, 72rem);
}

.blog-menu {
  margin-bottom: 0;
}

.blog-search {
  margin-top: 2rem;
}

.blog-search label,
.category-filter h2,
.post-toc h2 {
  color: var(--muted);
  display: block;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .06rem;
  margin: 0 0 .7rem;
  text-transform: uppercase;
}

.blog-search-field {
  align-items: center;
  border-bottom: 1px solid rgba(23, 20, 18, .22);
  display: flex;
  gap: .55rem;
  min-height: 2.35rem;
}

.blog-search-field i {
  color: var(--brand);
  font-size: 1.15rem;
}

.blog-search-field input {
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1;
  font: 500 .95rem/1.4 var(--font-main);
  min-width: 0;
  padding: .3rem 0;
}

.blog-search-field:focus-within {
  border-color: var(--brand);
  box-shadow: 0 3px 0 rgba(123, 52, 68, .18);
}

.blog-search-field input::placeholder {
  color: rgba(102, 94, 91, .7);
}

.category-filter {
  display: grid;
  gap: .35rem;
  margin-top: 1.8rem;
}

.category-filter button,
.category-filter a,
.post-toc a {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  display: block;
  font: 650 .95rem/1.35 var(--font-main);
  padding: .25rem 0;
  text-align: left;
  text-decoration: none;
}

.category-filter button,
.category-filter a,
.post-toc a,
.post-back-link {
  min-height: 2.75rem;
}

.category-filter button:hover,
.category-filter button:focus-visible,
.category-filter a:hover,
.category-filter a:focus-visible,
.post-toc a:hover,
.post-toc a:focus-visible {
  color: var(--brand);
}

.category-filter button.active,
.category-filter a.active {
  color: var(--brand);
  font-weight: 800;
}

h1 {
  font-size: 2rem;
  font-weight: 650;
  line-height: 1.18;
  margin: 0 0 1.2rem;
}

.blog-feed {
  align-self: center;
  display: grid;
  gap: 1.25rem;
}

.post-list-item {
  align-items: stretch;
  background: rgba(255, 255, 255, .34);
  border: 1px solid var(--line);
  display: grid;
  gap: 1.55rem;
  grid-template-columns: 15rem minmax(0, 1fr);
  min-height: 10.5rem;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.post-list-item[hidden],
.post-empty[hidden] {
  display: none !important;
}

.post-result-status {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.post-thumb {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 15rem;
}

.not-found-shell {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(32rem, 1.18fr) minmax(20rem, .82fr);
  margin: 0 auto;
  max-width: 76rem;
  min-height: 100vh;
  padding: clamp(4.2rem, 11vh, 7rem) 2rem;
  width: min(calc(100vw - 2rem), 76rem);
}

.not-found-primary {
  min-width: 0;
}

.not-found-code {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  letter-spacing: .16rem;
  margin-bottom: 1rem;
}

.not-found-shell h1 {
  font-size: clamp(2rem, 3.4vw, 2.65rem);
  font-weight: 850;
  line-height: 1.12;
  margin-bottom: 1rem;
  white-space: nowrap;
  word-break: keep-all;
}

.not-found-shell p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.62;
  margin-bottom: .75rem;
}

.not-found-shell .not-found-hope {
  color: #171214;
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  font-weight: 780;
  line-height: 1.62;
  margin-top: 1rem;
}

.not-found-home-link {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  gap: .62rem;
  justify-content: center;
  margin-top: 1.05rem;
  min-height: 3.25rem;
  padding: .8rem 1rem;
  transition: background .12s ease, box-shadow .16s ease, color .12s ease, transform .12s ease;
  width: fit-content;
}

.not-found-home-link::before {
  background-image: url("/img/home-off.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  filter: drop-shadow(0 0 0 rgba(255, 221, 125, 0));
  flex: 0 0 auto;
  height: 1.45rem;
  transition: background-image .12s ease, filter .16s ease, transform .16s ease;
  width: 1.45rem;
}

.not-found-home-link:hover::before,
.not-found-home-link:focus-visible::before,
.not-found-home-link:active::before {
  background-image: url("/img/home-on.svg");
  filter: drop-shadow(0 0 .45rem rgba(255, 221, 125, .95)) drop-shadow(0 0 1rem rgba(255, 156, 87, .52));
  transform: scale(1.08);
}

.not-found-home-link:hover,
.not-found-home-link:focus-visible,
.not-found-home-link:active {
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(245, 181, 80, .18), 0 12px 28px rgba(245, 121, 65, .24);
  color: #fff;
  transform: translateY(-1px);
}

.not-found-public-card {
  border-top: 1px solid var(--line);
  margin-top: .15rem;
  max-width: 100%;
  min-width: 0;
  padding-top: 1.1rem;
}

.not-found-public-card h2 {
  color: var(--ink);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  line-height: 1.25;
  margin: 0 0 .7rem;
  word-break: keep-all;
}

.not-found-public-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: .5rem;
  word-break: keep-all;
}

.not-found-public-card a {
  color: var(--brand);
  display: inline-flex;
  font-weight: 850;
  line-height: 1.45;
  align-items: center;
  min-height: 2.35rem;
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

.not-found-source {
  font-size: .84rem;
  font-weight: 750;
}

.post-list-body {
  align-self: start;
  min-width: 0;
  padding-top: 2.15rem;
}

.post-list-body h2 {
  font-size: 1.42rem;
  line-height: 1.25;
  margin: 0 0 .55rem;
}

.post-list-body h2 a {
  color: var(--ink);
  text-decoration: none;
}

.post-list-body p:not(.post-meta) {
  color: var(--muted);
  font-size: 1.02rem;
}

.post-list-body h2 a:hover,
.post-list-body h2 a:focus-visible {
  color: var(--brand);
}

.post-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .82rem;
  font-weight: 600;
  gap: .5rem;
  margin-bottom: .65rem;
}

.post-meta img {
  height: 1.15rem;
  width: 1.15rem;
}

.post-card-topline {
  align-items: center;
  color: var(--brand);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 750;
  gap: .65rem;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  right: 1.25rem;
  top: 1rem;
}

.post-card-category {
  color: var(--brand);
}

.post-card-topline time::before {
  background: rgba(102, 94, 91, .5);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: .25rem;
  margin: 0 .65rem .12rem 0;
  vertical-align: middle;
  width: .25rem;
}

.post-hero-image {
  aspect-ratio: 16 / 7;
  border-radius: .35rem;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.post-back-link:hover,
.post-back-link:focus-visible {
  color: var(--brand);
}

.post-back-link {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-weight: 700;
  gap: .45rem;
  margin-top: 1.4rem;
  text-decoration: none;
}

.post-back-link i {
  font-size: 1.15rem;
}

.post-shell {
  margin: 0 auto;
  max-width: 46rem;
  padding: 7rem 2rem 5.5rem;
}

.post-shell-long {
  max-width: 48rem;
}

.post-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.6rem;
  padding-bottom: 1.45rem;
}

.post-site-header .post-logo-only {
  display: flex;
  justify-content: center;
  left: clamp(3.5rem, 6vw, 5rem);
  position: fixed;
  top: 4.5rem;
  transform: none;
  width: auto;
  z-index: 4;
}

.post-site-header .brand-mark {
  height: 4rem;
  width: 4rem;
}

.post-site-header .blog-menu {
  left: clamp(2rem, 6vw, 5rem);
  margin: 0;
  position: fixed;
  top: 9.4rem;
  z-index: 4;
}

.post-side-panel {
  left: clamp(3.5rem, 6vw, 5rem);
  position: fixed;
  top: 13.2rem;
  width: clamp(14rem, 18vw, 18rem);
  z-index: 3;
}

.post-category-list {
  margin-top: 0;
}

.post-toc {
  border-top: 1px solid var(--line);
  display: grid;
  gap: .35rem;
  margin-top: 1.8rem;
  padding-top: 1.4rem;
}

.post-category-label {
  color: var(--brand);
  font-size: .92rem;
  font-weight: 800;
  margin: 0 0 .6rem;
}

.post-body {
  border-top: 1px solid var(--line);
  font-size: 1rem;
  line-height: 1.82;
  margin-top: 2rem;
  padding: 2rem 0 0;
}

.post-author-card {
  align-items: center;
  background: rgba(255, 255, 255, .34);
  border-bottom: 1px solid var(--line);
  border-top: 2px solid rgba(142, 44, 70, .34);
  display: flex;
  gap: 1.35rem;
  margin-top: 2.4rem;
  padding: 1.5rem 1.25rem;
}

.post-author-card img {
  height: 100px;
  width: 100px;
}

.post-author-card p {
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.2;
}

.post-author-card time {
  color: var(--muted);
  display: block;
  font-size: .95rem;
  margin-top: .2rem;
}

.post-body h2 {
  font-size: 1.22rem;
  line-height: 1.35;
  margin: 2.4rem 0 .85rem;
  scroll-margin-top: 6rem;
}

.post-body p + p {
  margin-top: 1.15rem;
}

.post-body figure {
  margin: 2rem 0;
}

.post-body figure img {
  aspect-ratio: 16 / 9;
  border-radius: .35rem;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.post-body figcaption {
  color: var(--muted);
  font-size: .86rem;
  margin-top: .6rem;
}

@media (max-width: 1400px) {
  .content {
    margin: 6rem 5rem;
  }

  .hero {
    padding: 4rem 5rem 4rem 5rem;
  }

  .blog-shell {
    padding: 6rem 5rem;
  }

  .blog-shell-post-list {
    padding: 6rem 3rem 4rem clamp(24rem, 32vw, 28rem);
  }
}

@media (max-width: 1200px) {
  .post-shell {
    max-width: 48rem;
    padding-top: 1rem;
  }

  .post-site-header {
    padding: 4rem 2rem 0;
  }

  .post-site-header .post-logo-only {
    justify-content: flex-start;
    margin-bottom: 1.4rem;
    position: static;
    transform: none;
    width: 100%;
  }

  .post-site-header .blog-menu {
    margin: 0 0 1.4rem;
    position: static;
  }

  .post-side-panel {
    display: grid;
    gap: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 48rem;
    padding: 0 2rem;
    position: static;
    width: auto;
  }

  .post-toc {
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .site-header {
    align-items: flex-start;
    display: grid;
    gap: 1.2rem;
  }

  .home-header-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .home-menu {
    font-size: .95rem;
    gap: 1rem;
    margin: 0;
  }

  .home-intro {
    margin-top: 4.5rem;
  }

  .product-detail-header {
    margin-bottom: 4rem;
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .product-category-nav {
    position: static;
  }

  .release-gallery.three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .teaser-grid,
  .release-info-grid,
  .release-meta {
    grid-template-columns: 1fr;
  }

  .release-status-callout {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: 7.5rem minmax(0, 1fr);
  }

  .auth-shell {
    min-height: auto;
  }

  .auth-stage,
  .auth-stage-success {
    grid-template-columns: 1fr;
  }

  .auth-visual,
  .auth-success-hero {
    min-height: 20rem;
  }

  .auth-panel {
    max-width: 42rem;
  }

  .flex {
    display: block;
  }

  .content {
    margin: 3rem auto 2rem;
    max-width: 34rem;
    padding: 0 2rem;
    width: auto;
  }

  .content-index {
    min-height: 0;
  }

  .hero {
    border-left: 0;
    border-top: 1px solid var(--line);
    margin: 2.5rem auto 0;
    max-width: 34rem;
    padding: 2.5rem 2rem 3rem;
  }

  .hero-img {
    width: min(34rem, 100%);
  }

  .hero .button {
    width: min(28rem, 100%);
  }

  .blog-shell {
    display: block;
    padding: 4rem 2rem;
  }

  .blog-shell-post-list {
    padding: 4rem 2rem;
  }

  .blog-shell-post-list .blog-intro {
    position: static;
    width: auto;
  }

  .blog-shell-post-list .blog-feed {
    width: 100%;
  }

  h1 {
    font-size: 1.85rem;
  }

  .blog-feed {
    margin-top: 3.5rem;
  }

  .post-shell {
    padding-top: 1rem;
  }

  .post-header {
    margin-bottom: 1.4rem;
    padding-bottom: 1.2rem;
  }

  .post-site-header {
    padding: 4rem 2rem 0;
  }

  .post-site-header .post-logo-only {
    justify-content: flex-start;
    margin-bottom: 1.4rem;
    position: static;
    transform: none;
    width: 100%;
  }

  .post-site-header .blog-menu {
    margin: 0 0 1.4rem;
    position: static;
  }

  .post-side-panel {
    display: grid;
    gap: 1rem;
    margin: 0 2rem 1.5rem;
    position: static;
    width: auto;
  }

  .post-toc {
    margin-top: 0;
  }

  .not-found-shell {
    gap: 1.8rem;
    grid-template-columns: 1fr;
    max-width: none;
    padding: 3.4rem 0 3rem;
    width: min(calc(100vw - 2.5rem), 40rem);
  }

  .not-found-shell h1 {
    white-space: normal;
  }

  .not-found-public-card {
    margin-top: 1rem;
  }
}

@media (max-width: 600px) {
  .not-found-shell {
    gap: 1.1rem;
    padding: 2.4rem 0 calc(6rem + env(safe-area-inset-bottom));
    width: min(calc(100vw - 2.75rem), 32rem);
  }

  .not-found-shell h1 {
    font-size: clamp(1.85rem, 9vw, 2.2rem);
  }

  .not-found-shell .not-found-hope {
    font-size: 1.02rem;
  }

  .not-found-public-card {
    margin-top: .2rem;
    padding-top: 1rem;
  }

  .missing-persons-widget {
    margin: .68rem 0 .65rem;
    padding: .55rem;
  }

  .not-found-page::before {
    background-position: right -10rem top 11rem;
    background-size: 38rem auto;
    opacity: .22;
  }

  .missing-person-card,
  .missing-person-card.large-photo-card {
    gap: .72rem;
  }

  .missing-person-card-body {
    gap: .52rem;
  }

  .missing-person-detail-list {
    gap: .2rem;
  }

  .missing-person-photo {
    aspect-ratio: 4 / 3;
    background: rgba(246, 246, 242, .92);
    border-radius: 16px;
    max-height: 17rem;
    object-fit: contain;
    object-position: center center;
  }

  .missing-person-photo-placeholder {
    min-height: 12rem;
    padding: 1rem;
  }

  .missing-person-card strong {
    font-size: clamp(1.34rem, 6.5vw, 1.75rem);
  }

  .missing-person-meta {
    font-size: clamp(.96rem, 4.2vw, 1.12rem);
  }

  .missing-person-feature {
    font-size: clamp(.96rem, 4vw, 1.08rem);
  }

  .missing-person-feature-body {
    line-height: 1.42;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .home-shell {
    padding: 1.1rem;
  }

  .home-page .brand-mark {
    height: 3rem;
    width: 3rem;
  }

  .home-logo-mark {
    height: 3rem;
    width: 3rem;
  }

  .home-page .brand-word {
    font-size: 1.6rem;
  }

  .home-menu {
    row-gap: .55rem;
    width: 100%;
  }

  .home-header-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: .75rem;
  }

  .auth-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-header-link {
    min-height: 2.35rem;
  }

  .auth-visual,
  .auth-success-hero {
    min-height: 17rem;
  }

  .auth-visual::before,
  .auth-success-hero::before,
  .auth-visual::after,
  .auth-success-hero::after {
    inset: 1.6rem 0 0 0;
  }

  .auth-panel h1 {
    font-size: clamp(1.9rem, 10vw, 2.45rem);
  }

  .account-summary div {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .auth-actions {
    display: grid;
  }

  .home-page .site-header .language-switcher {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .privacy-page .site-header .language-switcher {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .home-intro {
    margin-top: 4rem;
  }

  .home-intro h1 {
    font-size: clamp(2rem, 12vw, 2.35rem);
    line-height: 1.08;
    max-width: 15ch;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .home-actions {
    align-items: stretch;
    display: grid;
  }

  .text-link-button a.button-text-blue,
  .text-link-button a.button-text-blue:visited {
    margin-right: 0;
    min-height: 3.25rem;
    padding: 14px 18px;
  }

  .primary-action,
  .secondary-action {
    justify-content: center;
  }

  .teaser-grid {
    gap: .8rem;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card img {
    aspect-ratio: 16 / 9;
  }

  .product-row {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .product-detail-shell {
    padding: 1.1rem;
  }

  .product-detail-intro h1 {
    font-size: 2.28rem;
  }

  .product-category-nav button {
    min-height: 3.25rem;
  }

  .release-gallery.three-up {
    display: flex;
    gap: .85rem;
    overflow-x: auto;
    padding-bottom: .4rem;
    scroll-snap-type: x mandatory;
  }

  .release-gallery.three-up figure {
    flex: 0 0 min(86vw, 26rem);
    scroll-snap-align: start;
  }

  body:not(.home-page) .language-switcher {
    justify-content: flex-end;
    padding: 0 1.2rem;
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  body.not-found-page .language-switcher {
    justify-content: flex-end;
    left: auto;
    margin-top: 0;
    padding: 0;
    position: fixed;
    right: 1rem;
    top: 1rem;
    width: auto;
  }

  .content {
    margin: 1.3rem 0 1.5rem;
  }

  .brand-mark {
    height: 3.8rem;
    width: 3.8rem;
  }

  .brand-word {
    font-size: 2.35rem;
  }

  .brand-wordmark {
    height: 2.35rem;
    max-width: min(11rem, 58vw);
  }

  .menu {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
  }

  .menu a {
    margin-right: 1.3rem;
  }

  .hero {
    padding-bottom: 2rem;
  }

  .blog-shell {
    padding: 2.2rem 1.4rem 3rem;
  }

  .blog-menu {
    margin-bottom: 3rem;
  }

  .blog-search,
  .category-filter {
    margin-top: 1.35rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  .post-list-item {
    grid-template-columns: 1fr;
    gap: .85rem;
  }

  .post-thumb {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
  }

  .post-list-body {
    padding-top: 0;
  }

  .post-card-topline {
    margin-bottom: .65rem;
    position: static;
  }

  .post-list-body h2 {
    font-size: 1rem;
  }

  .post-list-body p:not(.post-meta) {
    font-size: .86rem;
  }

  .post-shell {
    padding: 2.2rem 1.4rem 3rem;
  }

  .post-site-header {
    padding: 2.2rem 1.4rem 0;
  }

  .post-side-panel {
    margin: 0 1.4rem 1.4rem;
  }

  .post-body {
    font-size: .98rem;
  }
}
