.home-v16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}

.home-v16__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: min(100%, 390px);
  padding: 2rem 1.25rem 1.5rem;
}

.home-v16__headline-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.home-v16__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.home-v16__headline-strong {
  color: #172b4d;
  font-family: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 2.125rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.18;
  text-align: center;
}

.home-v16__headline-script {
  color: #172b4d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.375rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}

.home-v16__lead {
  max-width: 21.875rem;
  margin: 0;
  color: #6b778c;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}

.home-v16__prompt-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem;
  border: 1px solid #dddee1;
  border-radius: 0.875rem;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(23, 43, 77, 0.08);
}

.home-v16__prompt-title {
  margin: 0;
  color: #af59e1;
  font-family: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.home-v16__prompt-box {
  position: relative;
  padding: 0.75rem 0.75rem 1.875rem;
  border: 1px solid #dddee1;
  border-radius: 0.5rem;
  background: #f4f5f7;
}

.home-v16__prompt-copy {
  margin: 0;
  color: #172b4d;
  font-family: "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.625rem;
  line-height: 1.6;
}

.home-v16__copy-button {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  border-radius: 0.375rem;
  background: #e8e9ed;
  color: #505f79;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.home-v16__copy-button:hover,
.home-v16__copy-button:focus-visible {
  background: #e2e4e9;
}

.home-v16__copy-button:focus-visible {
  outline: 2px solid rgba(0, 82, 204, 0.18);
  outline-offset: 2px;
}

.home-v16__copy-idle {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}

.home-v16__copy-idle rect,
.home-v16__copy-idle path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-v16__copy-success {
  display: none;
  width: 1rem;
  height: 1rem;
}

.home-v16__copy-success path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.home-v16__copy-button[data-copy-state="copied"] {
  background: #e4f6e7;
  color: #226634;
}

.home-v16__copy-button[data-copy-state="copied"] .home-v16__copy-idle {
  display: none;
}

.home-v16__copy-button[data-copy-state="copied"] .home-v16__copy-success {
  display: block;
}

.home-v16__steps {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin: 0;
  padding-left: 1rem;
  color: #44546f;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1.45;
}

.home-v16__step {
  min-width: 0;
}

.home-v16__step-link {
  color: #0052cc;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.home-v16__price {
  margin: 0;
  color: #6a9a23;
  font-family: "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  line-height: 1.45;
}

.home-v16__wall-region {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}

.home-v16__wall-stack {
  position: relative;
  width: 100%;
}

.home-v16__scoreboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(23, 43, 77, 0.2);
  border-bottom: 0;
  border-radius: 0.875rem 0.875rem 0 0;
  background: #c2d4f6;
}

.home-v16__metric {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
}

.home-v16__metric-label {
  color: #44546f;
  font-family: "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-v16__metric-value {
  color: #0052cc;
  font-family: "VT323", "Space Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.3;
}

.home-v16__metric-divider {
  width: 1px;
  min-height: 0.625rem;
  margin: 0.25rem 0;
  background: rgba(23, 43, 77, 0.2);
}

.home-v16__metric--tier {
  padding-inline: 0;
}

.home-v16__tier-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3125rem 0.5rem 0.3125rem 0.625rem;
  border: 1px solid rgba(23, 43, 77, 0.14);
  border-radius: 999px;
  background: #c2d4f6;
  box-shadow: 0 2px 6px rgba(9, 30, 66, 0.08);
  color: #0c418f;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.home-v16__tier-trigger:hover,
.home-v16__tier-trigger:focus-visible,
.home-v16__tier-trigger[aria-expanded="true"] {
  border-color: rgba(0, 82, 204, 0.22);
  box-shadow: 0 4px 10px rgba(9, 30, 66, 0.12);
  outline: none;
}

.home-v16__tier-trigger-text {
  color: #0c418f;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.15;
  white-space: nowrap;
}

.home-v16__tier-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid rgba(0, 82, 204, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #0052cc;
}

.home-v16__tier-trigger-icon svg {
  width: 0.625rem;
  height: 0.375rem;
}

.home-v16__tier-trigger-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.home-v16__tier-explainer-layer {
  position: fixed;
  inset: 0;
  z-index: 24;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0.75rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom));
  pointer-events: none;
}

.home-v16__tier-explainer-layer[hidden] {
  display: none;
}

.home-v16__tier-explainer-backdrop {
  flex: 1 1 auto;
  align-self: stretch;
  min-height: 3rem;
  border: 0;
  background: rgba(9, 30, 66, 0.18);
  pointer-events: auto;
}

.home-v16__tier-explainer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  width: min(calc(100vw - 1.5rem), 22.875rem);
  max-height: calc(100vh - 1.5rem);
  overflow: auto;
  padding: 0.875rem 1.125rem calc(1.125rem + env(safe-area-inset-bottom));
  border: 1px solid rgba(23, 43, 77, 0.16);
  border-radius: 1.75rem;
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(9, 30, 66, 0.18);
  pointer-events: auto;
}

.home-v16__tier-explainer-handle {
  align-self: center;
  width: 3.375rem;
  height: 0.3125rem;
  border-radius: 999px;
  background: #b3bac5;
}

.home-v16__tier-explainer-header,
.home-v16__tier-explainer-copy,
.home-v16__tier-progress,
.home-v16__tier-progress-details,
.home-v16__tier-progress-copy,
.home-v16__tier-rows,
.home-v16__tier-row,
.home-v16__tier-row-desktop-info,
.home-v16__tier-row-mobile-info {
  display: flex;
}

.home-v16__tier-explainer-copy,
.home-v16__tier-progress,
.home-v16__tier-progress-copy,
.home-v16__tier-rows,
.home-v16__tier-row-desktop-info,
.home-v16__tier-row-mobile-info {
  flex-direction: column;
}

.home-v16__tier-explainer-header,
.home-v16__tier-progress-details {
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.home-v16__tier-explainer-copy {
  gap: 0.25rem;
  min-width: 0;
}

.home-v16__tier-explainer-kicker,
.home-v16__tier-explainer-title,
.home-v16__tier-explainer-price,
.home-v16__tier-explainer-lead,
.home-v16__tier-progress-title,
.home-v16__tier-progress-note,
.home-v16__tier-progress-meta,
.home-v16__tier-row-tier,
.home-v16__tier-row-status,
.home-v16__tier-row-price,
.home-v16__tier-row-band,
.home-v16__tier-row-mobile-title {
  margin: 0;
}

.home-v16__tier-explainer-kicker {
  color: #6b778c;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  line-height: 1.2728;
  text-transform: uppercase;
}

.home-v16__tier-explainer-title {
  color: #172b4d;
  font-family: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.625rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.home-v16__tier-explainer-price {
  flex: 0 0 auto;
  padding: 0.5rem 0.625rem;
  border-radius: 999px;
  background: #deebff;
  color: #0052cc;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  line-height: 1.2728;
  white-space: nowrap;
}

.home-v16__tier-explainer-lead {
  color: #44546f;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.home-v16__tier-progress {
  gap: 0.5625rem;
  padding: 0.75rem;
  border: 1px solid rgba(9, 30, 66, 0.08);
  border-radius: 1rem;
  background: #f7f9fc;
}

.home-v16__tier-progress-copy {
  gap: 0.25rem;
}

.home-v16__tier-progress-title {
  color: #172b4d;
  font-family: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.home-v16__tier-progress-note,
.home-v16__tier-progress-meta {
  color: #6b778c;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.625rem;
  line-height: 1.3;
}

.home-v16__tier-progress-meta {
  white-space: nowrap;
}

.home-v16__tier-progress-track {
  display: flex;
  width: 100%;
  height: 0.625rem;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe1e6;
}

.home-v16__tier-progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #0052cc 0%, #6ea8ff 100%);
}

.home-v16__tier-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0.125rem 0.125rem;
}

.home-v16__tier-table-head-desktop {
  display: none;
}

.home-v16__tier-table-head-mobile,
.home-v16__tier-row-status {
  color: #6b778c;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-v16__tier-rows {
  gap: 0.375rem;
}

.home-v16__tier-row {
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(9, 30, 66, 0.06);
  border-radius: 0.875rem;
  background: #ffffff;
}

.home-v16__tier-row[data-row-state="current"] {
  border-color: rgba(0, 82, 204, 0.18);
  background: #deebff;
}

.home-v16__tier-row[data-row-state="next"] {
  border-color: rgba(9, 30, 66, 0.08);
  background: #f7f9fc;
}

.home-v16__tier-row-mobile-info {
  gap: 0.125rem;
  min-width: 0;
}

.home-v16__tier-row-desktop-info,
.home-v16__tier-row-price {
  display: none;
}

.home-v16__tier-row-mobile-title,
.home-v16__tier-row-tier {
  color: #172b4d;
  font-family: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2858;
}

.home-v16__tier-row[data-row-state="current"] .home-v16__tier-row-status {
  color: #0052cc;
}

.home-v16__tier-row-band {
  color: #44546f;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  line-height: 1.2728;
  text-align: right;
  white-space: nowrap;
}

.home-v16__wall-frame {
  position: relative;
  --home-v16-grid-columns: 20;
  --home-v16-grid-line-color: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-right: 1px solid #dfe1e6;
  border-left: 1px solid #dfe1e6;
  background: #eceef2;
  overflow: hidden;
}

.home-v16__wall-image {
  position: absolute;
  inset: 1px;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  background: transparent;
}

.home-v16__grid {
  position: absolute;
  inset: 1px;
  z-index: 0;
  background-image:
    linear-gradient(var(--home-v16-grid-line-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--home-v16-grid-line-color) 1px, transparent 1px);
  background-size:
    calc(100% / var(--home-v16-grid-columns))
    calc(100% / var(--home-v16-grid-columns));
  pointer-events: none;
}

.home-v16__wall-hit-region {
  position: absolute;
  inset: 1px;
  z-index: 2;
  pointer-events: none;
}

.home-v16__wall-hit-target {
  position: absolute;
  padding: 0;
  border: 1px solid rgba(0, 82, 204, 0.18);
  background: rgba(0, 82, 204, 0.04);
  cursor: pointer;
  pointer-events: auto;
}

.home-v16__wall-hit-target:hover,
.home-v16__wall-hit-target:focus-visible {
  border-color: rgba(0, 82, 204, 0.48);
  background: rgba(0, 82, 204, 0.08);
  outline: none;
}

.home-v16__wall-hit-target[data-selection-state="selected"] {
  border-color: rgba(0, 82, 204, 0.9);
  background: rgba(0, 82, 204, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.home-v16__empty-state {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  pointer-events: none;
}

.home-v16__wall-frame[data-wall-state="populated"] .home-v16__empty-state {
  opacity: 0;
  visibility: hidden;
}

.home-v16__empty-copy,
.home-v16__empty-cta,
.home-v16__activity-items {
  margin: 0;
}

.home-v16__empty-copy {
  color: #8993a4;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
}

.home-v16__empty-cta {
  color: #0052cc;
  font-family: "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.75rem;
  line-height: 1.4;
}

.home-v16__selected-block {
  position: fixed;
  left: 50%;
  bottom: 0.75rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: min(calc(100vw - 1.5rem), 22.875rem);
  margin-top: 0;
  padding: 0.875rem 1.25rem calc(1.375rem + env(safe-area-inset-bottom));
  border: 1px solid #d4d8df;
  border-radius: 1.75rem;
  background: #f7f8f9;
  box-shadow: 0 12px 32px rgba(9, 30, 66, 0.12);
  transform: translateX(-50%);
}

.home-v16__selected-block[hidden] {
  display: none;
}

.home-v16__selected-sheet-handle {
  align-self: center;
  width: 2.875rem;
  height: 0.3125rem;
  border-radius: 999px;
  background: #b3bac5;
}

.home-v16__selected-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-v16__selected-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.home-v16__selected-label,
.home-v16__selected-block-id,
.home-v16__selected-name,
.home-v16__selected-size,
.home-v16__selected-tier,
.home-v16__selected-destination-label,
.home-v16__selected-destination-preview {
  margin: 0;
}

.home-v16__selected-label {
  color: #0052cc;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  line-height: 1.3334;
  text-transform: uppercase;
}

.home-v16__selected-block-id {
  color: #0052cc;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 1.2858;
  text-transform: uppercase;
}

.home-v16__selected-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  border: 1px solid #c1c7d0;
  border-radius: 999px;
  background: transparent;
  color: #6b778c;
  cursor: pointer;
}

.home-v16__selected-dismiss span {
  display: block;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(45deg);
}

.home-v16__selected-name {
  color: #172b4d;
  font-family: "Times New Roman", "TimesNewRomanPSMT", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.home-v16__selected-details,
.home-v16__selected-summary,
.home-v16__selected-destination,
.home-v16__selected-actions {
  display: flex;
}

.home-v16__selected-summary,
.home-v16__selected-details {
  flex-direction: column;
}

.home-v16__selected-summary {
  gap: 0.4375rem;
}

.home-v16__selected-details {
  gap: 0.1875rem;
}

.home-v16__selected-preview[hidden] {
  display: none;
}

.home-v16__selected-preview {
  display: flex;
  align-self: flex-start;
}

.home-v16__selected-preview-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75rem;
  height: 5.75rem;
  padding: 0.75rem;
  border: 1px solid #cdd9f4;
  border-radius: 1.25rem;
  background:
    linear-gradient(45deg, rgba(9, 30, 66, 0.04) 25%, transparent 25%, transparent 75%, rgba(9, 30, 66, 0.04) 75%),
    linear-gradient(45deg, rgba(9, 30, 66, 0.04) 25%, transparent 25%, transparent 75%, rgba(9, 30, 66, 0.04) 75%),
    #eef4ff;
  background-position: 0 0, 0.375rem 0.375rem;
  background-size: 0.75rem 0.75rem;
}

.home-v16__selected-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-v16__selected-size {
  color: #6b778c;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 1.0625rem;
  line-height: 1.3529;
}

.home-v16__selected-tier {
  color: #42526e;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.9375rem;
  line-height: 1.3334;
}

.home-v16__selected-tier[hidden] {
  display: none;
}

.home-v16__selected-destination {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.home-v16__selected-destination-label {
  color: #6b778c;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  line-height: 1.3334;
  text-transform: uppercase;
}

.home-v16__selected-destination-preview {
  color: #172b4d;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.9375rem;
  line-height: 1.4667;
  word-break: break-word;
}

.home-v16__selected-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 0.875rem;
}

.home-v16__selected-link[data-selected-action="destination"] {
  order: 0;
}

.home-v16__selected-link[data-selected-action="share"] {
  order: 1;
}

.home-v16__selected-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.25rem;
  border: 2px solid #a9c3f5;
  border-radius: 999px;
  color: #0052cc;
  font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
  font-size: 1rem;
  line-height: 1.375;
  text-decoration: none;
}

.home-v16__selected-link--primary {
  width: 100%;
  background: #e9f2ff;
  text-align: center;
}

.home-v16__selected-link--secondary {
  align-self: flex-start;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-v16__activity-feed {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(23, 43, 77, 0.2);
  border-top: 0;
  border-radius: 0 0 0.875rem 0.875rem;
  background: #c2d4f6;
  overflow: hidden;
}

.home-v16__activity-status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #006644;
  font-family: "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.home-v16__activity-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 999px;
  background: currentColor;
}

.home-v16__activity-divider {
  width: 1px;
  min-height: 0.75rem;
  background: rgba(23, 43, 77, 0.2);
}

.home-v16__activity-items {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  overflow: hidden;
  color: #44546f;
  font-family: "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.625rem;
  line-height: 1.4;
  white-space: nowrap;
}

.home-v16__activity-item,
.home-v16__activity-link,
.home-v16__activity-separator {
  flex: 0 0 auto;
}

.home-v16__activity-item,
.home-v16__activity-separator,
.home-v16__activity-link {
  font-size: inherit;
  line-height: inherit;
}

.home-v16__activity-item,
.home-v16__activity-separator {
  color: #44546f;
}

.home-v16__activity-link {
  color: #44546f;
  text-decoration: none;
}

.home-v16__activity-link--proof {
  color: #0052cc;
  font-weight: 700;
}

.home-v16__footer {
  padding: 2rem 1.25rem 2.5rem;
  color: #6b778c;
  font-family: "Space Mono", "SFMono-Regular", monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 900px) {
  .home-v16__wall-frame {
    --home-v16-grid-columns: 50;
    --home-v16-grid-line-color: rgba(255, 255, 255, 0.88);
  }

  .home-v16__hero {
    gap: 1.5rem;
    width: min(100%, 45rem);
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .home-v16__headline-strong {
    font-size: 3rem;
    line-height: 1.16;
  }

  .home-v16__headline-script {
    font-size: 3.25rem;
    line-height: 1.12;
  }

  .home-v16__lead {
    max-width: 45rem;
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .home-v16__prompt-card {
    width: min(100%, 36.25rem);
    padding: 1.75rem;
  }

  .home-v16__prompt-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
  }

  .home-v16__prompt-copy {
    font-size: 0.8125rem;
  }

  .home-v16__copy-button {
    position: relative;
    right: auto;
    bottom: auto;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
  }

  .home-v16__steps {
    gap: 0.5rem;
    font-size: 0.875rem;
  }

  .home-v16__step--wallet {
    white-space: nowrap;
  }

  .home-v16__wall-region {
    width: min(100%, 1000px);
  }

  .home-v16__scoreboard {
    flex-wrap: nowrap;
    padding-inline: 1.25rem;
  }

  .home-v16__metric--tier {
    margin-left: 0.125rem;
  }

  .home-v16__tier-trigger {
    gap: 0.5rem;
    padding: 0.3125rem 0.5rem 0.3125rem 0.625rem;
  }

  .home-v16__tier-trigger-text {
    font-size: 0.6875rem;
  }

  .home-v16__tier-explainer-layer {
    position: absolute;
    top: var(--home-v16-tier-popover-top, 3.375rem);
    left: var(--home-v16-tier-popover-left, 0);
    right: auto;
    bottom: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 22.5rem;
    padding: 0;
    overflow: visible;
  }

  .home-v16__tier-explainer {
    width: 22.5rem;
    max-height: none;
    overflow: visible;
    padding: 1rem 1rem 0.875rem;
    border-radius: 1.125rem;
    box-shadow: 0 20px 44px rgba(9, 30, 66, 0.16);
  }

  .home-v16__tier-explainer[data-tier-explainer-presentation="popover"]::before {
    content: "";
    position: absolute;
    top: -0.625rem;
    left: var(--home-v16-tier-arrow-left, 13.375rem);
    width: 1.125rem;
    height: 1.125rem;
    border-top: 1px solid rgba(23, 43, 77, 0.16);
    border-left: 1px solid rgba(23, 43, 77, 0.16);
    background: #ffffff;
    transform: rotate(45deg);
  }

  .home-v16__tier-explainer-handle {
    display: none;
  }

  .home-v16__tier-explainer-header {
    gap: 0.75rem;
  }

  .home-v16__tier-explainer-title {
    font-size: 1.5rem;
    line-height: 1.0834;
  }

  .home-v16__tier-explainer-lead {
    font-size: 0.8125rem;
    line-height: 1.5385;
  }

  .home-v16__tier-progress {
    gap: 0.625rem;
    border-radius: 0.875rem;
  }

  .home-v16__tier-progress-title {
    font-size: 0.875rem;
    line-height: 1.2858;
    white-space: nowrap;
  }

  .home-v16__tier-progress-note,
  .home-v16__tier-progress-meta {
    font-size: 0.5625rem;
  }

  .home-v16__tier-progress-details {
    padding-right: 0.75rem;
  }

  .home-v16__tier-table-head {
    display: grid;
    grid-template-columns: 5.25rem 4.25rem minmax(0, 1fr);
    gap: 0.625rem;
    padding: 0 0.75rem 0.125rem 0.25rem;
  }

  .home-v16__tier-table-head-mobile {
    display: none;
  }

  .home-v16__tier-table-head-desktop {
    display: block;
    color: #6b778c;
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .home-v16__tier-table-head-desktop:nth-child(2),
  .home-v16__tier-table-head-desktop:nth-child(3) {
    text-align: right;
  }

  .home-v16__tier-row {
    display: grid;
    grid-template-columns: 5.25rem 4.25rem minmax(0, 1fr);
    gap: 0.625rem;
    padding: 0.625rem 1rem 0.625rem 0.75rem;
  }

  .home-v16__tier-row-desktop-info {
    display: flex;
    gap: 0.125rem;
    min-width: 0;
  }

  .home-v16__tier-row-mobile-info {
    display: none;
  }

  .home-v16__tier-row-tier {
    font-size: 0.9375rem;
    line-height: 1.2;
  }

  .home-v16__tier-row-price {
    display: block;
    color: #172b4d;
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 0.8125rem;
    line-height: 1.2308;
    text-align: right;
  }

  .home-v16__tier-row[data-row-state="current"] .home-v16__tier-row-price {
    color: #0052cc;
  }

  .home-v16__tier-row-band {
    font-size: 0.75rem;
    line-height: 1.3334;
    padding-right: 0.125rem;
  }

  .home-v16__empty-copy {
    font-size: 1.25rem;
  }

  .home-v16__selected-block {
    position: absolute;
    left: auto;
    top: auto;
    z-index: 5;
    gap: 0.75rem;
    width: 24.75rem;
    margin-top: 0;
    bottom: auto;
    padding: 1.5rem 1.5rem 1.375rem;
    border-color: #c1c7d0;
    border-radius: 1.375rem;
    background: #f7f8f9;
    box-shadow: 0 4px 10px rgba(9, 30, 66, 0.07);
    transform: none;
  }

  .home-v16__selected-block[data-selection-mode="preview"],
  .home-v16__selected-block[data-selection-mode="pinned"] {
    pointer-events: auto;
  }

  .home-v16__selected-header {
    align-items: flex-start;
  }

  .home-v16__selected-sheet-handle {
    display: none;
  }

  .home-v16__selected-label {
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 0.8125rem;
    letter-spacing: 0.16em;
    line-height: 1.2857;
  }

  .home-v16__selected-dismiss {
    width: 2.25rem;
    height: 2.25rem;
    border-color: #c1c7d0;
    background: transparent;
    cursor: pointer;
  }

  .home-v16__selected-dismiss:hover,
  .home-v16__selected-dismiss:focus-visible {
    border-color: rgba(0, 82, 204, 0.24);
    color: #44546f;
    outline: none;
  }

  .home-v16__selected-dismiss span {
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 1rem;
  }

  .home-v16__selected-name {
    font-family: "Times New Roman", "TimesNewRomanPSMT", Georgia, serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.94;
  }

  .home-v16__selected-details {
    gap: 0.0625rem;
  }

  .home-v16__selected-summary {
    gap: 0.375rem;
    flex: 1 1 auto;
    min-width: 0;
  }

  .home-v16__selected-body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }

  .home-v16__selected-size {
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 0.9375rem;
    line-height: 1.375;
  }

  .home-v16__selected-tier {
    display: block;
    color: #42526e;
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 0.875rem;
    line-height: 1.3334;
  }

  .home-v16__selected-destination {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .home-v16__selected-destination-label {
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 0.6875rem;
    letter-spacing: 0.14em;
    line-height: 1.3334;
  }

  .home-v16__selected-destination-preview {
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 1.125rem;
    line-height: 1.3334;
  }

  .home-v16__selected-preview {
    display: flex;
    flex: 0 0 auto;
  }

  .home-v16__selected-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.875rem;
  }

  .home-v16__selected-link {
    color: #0052cc;
    font-family: "IBM Plex Mono", "Space Mono", "SFMono-Regular", monospace;
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  .home-v16__selected-link[data-selected-action="destination"] {
    order: 0;
  }

  .home-v16__selected-link[data-selected-action="share"] {
    order: 1;
  }

  .home-v16__selected-link--primary {
    width: 100%;
    min-height: 3.25rem;
    padding: 0 1.125rem;
    border-width: 2px;
    border-color: #a9c3f5;
    border-radius: 999px;
    background: #e9f2ff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3334;
  }

  .home-v16__selected-link--secondary {
    align-self: flex-start;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.9375rem;
    line-height: 1.375;
  }

  .home-v16__activity-feed {
    gap: 1rem;
  }

  .home-v16__activity-items {
    font-size: 0.6875rem;
  }
}
