.native-gv {
  min-height: 100svh;
  padding: 0 20px max(12px, env(safe-area-inset-bottom));
}
.native-status {
  position: relative;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4px;
  font-size: 13px;
  font-weight: 650;
}
.native-status-icons { display: flex; align-items: center; gap: 7px; }
.native-status-icons svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.dynamic-island {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 112px;
  height: 32px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--ink);
}
.camera-hole {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--fg);
}
.native-product { width: min(100%, 460px); margin-inline: auto; padding-bottom: 102px; }
.mobile-topbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 0 28px; }
.mobile-topbar .app-logo { width: 84px; }
.native-gv .gv-main { width: 100%; padding: 0; }
.native-gv .gv-hero { display: block; }
.native-gv .gv-hero-copy { padding: 0 0 30px; }
.native-gv .gv-hero h1, .native-gv .modules-heading h1 { max-width: 100%; font-size: clamp(40px, 11vw, 53px); overflow-wrap: break-word; }
.native-gv .gv-lead { margin-top: 16px; font-size: 14px; }
.native-gv .profile-note { margin-top: 18px; }
.native-gv .journey-card { min-height: 430px; padding: 24px; border-radius: 27px; }
.native-gv .journey-body { margin-block: 52px 34px; }
.native-gv .journey-title { font-size: 43px; }
.native-gv .journey-actions { flex-direction: column; }
.native-gv .gv-section { margin-top: 46px; }
.native-gv .section-title { font-size: 32px; }
.native-gv .section-heading { align-items: start; flex-direction: column; gap: 7px; margin-bottom: 17px; }
.native-gv .section-heading p { text-align: left; font-size: 12px; }
.native-gv .path-grid { grid-template-columns: 1fr; }
.native-gv .path-card { min-height: 150px; padding: 21px; border-radius: 22px; }
.native-gv .path-card strong { margin-top: 22px; }
.native-gv .modules-heading { display: block; margin-bottom: 28px; }
.native-gv .modules-heading-copy { margin-top: 14px; }
.native-gv .module-toolbar { align-items: stretch; flex-direction: column; }
.native-gv .module-toolbar .filter-row { margin-inline: -20px; padding-inline: 20px; }
.native-gv .module-row { grid-template-columns: 50px minmax(0, 1fr) 44px; gap: 12px; min-height: 142px; }
.native-gv .module-copy h2 { font-size: 22px; }
.native-gv .module-copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.native-gv .module-state { grid-column: 2; font-size: 11px; }
.native-gv .module-open { grid-column: 3; grid-row: 1 / span 2; }
.native-gv .gv-home-heading { display: block; margin-bottom: 28px; }
.native-gv .gv-home-heading h1,
.native-gv .encounter-header h1 { max-width: 100%; font-size: clamp(40px, 11vw, 53px); overflow-wrap: break-word; }
.native-gv .gv-home-heading-copy { margin-top: 15px; }
.native-gv .gv-home-grid { grid-template-columns: 1fr; }
.native-gv .week-card { min-height: 440px; padding: 24px; border-radius: 27px; }
.native-gv .gv-panel { padding: 22px; border-radius: 23px; }
.native-gv .gv-panel h2 { font-size: 30px; }
.native-gv .playlist-panel { margin-top: 46px; }
.native-gv .song-row { grid-template-columns: 30px minmax(0, 1fr) 46px; gap: 10px; }
.native-gv .song-save { min-width: 44px; width: 44px; padding: 0; }
.native-gv .song-save span { display: none; }
.native-gv .encounter-header { margin-bottom: 24px; }
.native-gv .encounter-page { padding: 22px 18px; border-radius: 25px; }
.native-gv .encounter-page .media-placeholder { min-height: 190px; }
.native-gv .encounter-page .message-intro h2 { font-size: 38px; }
.native-gv .history-row .module-state { justify-content: flex-start; }
.native-gv .directory-heading,
.native-gv .admin-heading {
  display: block;
  margin-bottom: 28px;
}
.native-gv .directory-heading h1,
.native-gv .admin-heading h1 { font-size: clamp(42px, 12vw, 57px); }
.native-gv .directory-heading-copy,
.native-gv .admin-heading-copy { margin-top: 16px; }
.native-gv .directory-toolbar { align-items: stretch; flex-direction: column; }
.native-gv .group-grid { grid-template-columns: 1fr; }
.native-gv .group-card { min-height: 330px; padding: 22px; border-radius: 24px; }
.native-gv .group-card h2 { font-size: 31px; }
.native-gv .group-card-footer { align-items: stretch; flex-direction: column; }
.native-gv .apply-button { width: 100%; }
.native-gv .application-banner {
  grid-template-columns: auto minmax(0, 1fr);
  padding: 16px;
  border-radius: 20px;
}
.native-gv .application-banner button { grid-column: 1 / -1; width: 100%; }
.native-gv .facilitator-inbox {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  margin: 24px 0 14px;
  padding: 15px;
}
.native-gv .facilitator-inbox-count { grid-column: 2; justify-self: start; }
.native-gv .facilitator-inbox-arrow { grid-column: 3; grid-row: 1 / span 2; }
.native-gv .facilitator-inbox-copy span { display: none; }
.native-gv .facilitator-panel { margin-top: 46px; padding: 22px 18px; border-radius: 24px; }
.native-gv .request-row { grid-template-columns: 1fr; gap: 13px; padding-block: 17px; }
.native-gv .request-actions { width: 100%; }
.native-gv .request-actions button { flex: 1; }
.native-gv .admin-stats { grid-template-columns: 1fr 1fr; }
.native-gv .admin-stat { min-height: 104px; padding: 17px; }
.native-gv .admin-stat:last-child { grid-column: 1 / -1; }
.native-gv .admin-stat strong { margin-top: 13px; font-size: 30px; }
.native-gv .admin-action-grid { grid-template-columns: 1fr; }
.native-gv .create-group-panel { padding: 22px 18px; border-radius: 24px; }
.native-gv .assignment-panel { padding: 22px 18px; border-radius: 24px; }
.native-gv .assignment-form { grid-template-columns: 1fr; }
.native-gv .admin-submit { grid-column: auto; }
.native-gv .member-row { grid-template-columns: minmax(0, 1fr) 44px; gap: 10px; padding-block: 15px; }
.native-gv .member-group-select { grid-column: 1; grid-row: 2; }
.native-gv .remove-member { grid-column: 2; grid-row: 1 / span 2; }
.native-gv .status-toast { right: 18px; bottom: 96px; left: 18px; max-width: none; }
.native-gv .message-admin-heading {
  align-items: start;
  flex-direction: column;
  margin-bottom: 24px;
}
.native-gv .message-admin-heading h1 { font-size: clamp(42px, 12vw, 57px); }
.native-gv .message-admin-heading > p { text-align: left; }
.native-gv .message-workspace { grid-template-columns: 1fr; }
.native-gv .message-library { position: static; padding: 16px; border-radius: 21px; }
.native-gv .message-library-list {
  display: flex;
  overflow-x: auto;
  padding-bottom: 3px;
}
.native-gv .message-library-item { min-width: 196px; }
.native-gv .message-editor-shell { border-radius: 23px; }
.native-gv .message-editor-top { align-items: start; flex-direction: column; padding: 17px; }
.native-gv .message-editor-body { padding: 17px; }
.native-gv .message-meta-grid { grid-template-columns: 1fr; }
.native-gv .message-meta-grid .admin-field-label:first-child { grid-column: auto; }
.native-gv .message-profile-row { align-items: start; flex-direction: column; }
.native-gv .profile-switch { width: 100%; }
.native-gv .profile-switch button { flex: 1; }
.native-gv .block-palette { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.native-gv .block-palette button:last-child { grid-column: 1 / -1; }
.native-gv .message-block-fields,
.native-gv .question-config { grid-template-columns: 1fr; }
.native-gv .message-block-fields .wide { grid-column: auto; }
.native-gv .message-editor-actions { align-items: stretch; flex-direction: column; }
.native-gv .message-action-buttons { display: grid; grid-template-columns: 1fr 1fr; }
.native-gv .message-preview-panel { padding: 18px; border-radius: 23px; }
.native-gv .message-preview-panel > header { align-items: start; flex-direction: column; }
.native-bottom-nav {
  position: fixed;
  z-index: 24;
  right: max(18px, calc((100vw - 460px) / 2 + 18px));
  bottom: max(12px, env(safe-area-inset-bottom));
  left: max(18px, calc((100vw - 460px) / 2 + 18px));
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-around;
  padding: 7px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: var(--shadow-soft);
}
.native-bottom-nav a {
  display: flex;
  min-width: 58px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  color: color-mix(in oklch, var(--surface) 54%, transparent);
}
.native-bottom-nav a span { display: none; }
.native-bottom-nav a[aria-current="page"] { padding-inline: 18px; background: var(--surface); color: var(--fg); }
.native-bottom-nav a[aria-current="page"] span { display: inline; font-size: 12px; font-weight: 700; }
.android-gv .native-bottom-nav { border: 1px solid var(--border); border-radius: 22px; background: var(--surface); }
.android-gv .native-bottom-nav a { color: var(--muted); }
.android-gv .native-bottom-nav a[aria-current="page"] { background: var(--ink); color: var(--surface); }
.home-indicator {
  position: fixed;
  z-index: 25;
  bottom: 4px;
  left: 50%;
  width: 128px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--fg);
}
.android-system-nav {
  position: fixed;
  z-index: 25;
  bottom: 2px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  gap: 62px;
  color: var(--muted);
}
.android-system-nav span:nth-child(1) { width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 50%; }
.android-system-nav span:nth-child(2) { width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 1px; }
.android-system-nav span:nth-child(3) {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 7px solid currentColor;
  border-bottom: 4px solid transparent;
}
@media (max-width: 390px) {
  .native-gv { padding-inline: 16px; }
  .native-gv .module-toolbar .filter-row { margin-inline: -16px; padding-inline: 16px; }
}
