:root {
  --mobile-app-shell-gap: 12px;
  --mobile-app-shell-top: calc(84px + env(safe-area-inset-top));
  --mobile-app-shell-bottom: calc(12px + env(safe-area-inset-bottom));
  --mobile-app-nav-height: 78px;
  --mobile-app-border: rgba(148, 163, 184, 0.18);
  --mobile-app-surface: rgba(15, 23, 42, 0.9);
  --mobile-app-surface-strong: rgba(8, 15, 30, 0.94);
  --mobile-app-copy: rgba(226, 232, 240, 0.84);
  --mobile-app-muted: rgba(148, 163, 184, 0.78);
  --mobile-app-shadow: 0 20px 50px rgba(2, 8, 23, 0.45);
  --mobile-app-accent: #60a5fa;
  --mobile-app-accent-warm: #34d399;
}

#mobile-app-shell,
#mobile-logo,
#mobile-search-icon {
  display: none;
}

@media (max-width: 767px) {
  html {
    height: 100%;
    min-height: 100dvh;
    background-color: rgb(8, 15, 30);
  }

  body.mobile-app-mode {
    width: 100%;
    min-height: 100dvh;
    height: 100dvh;
    overflow: hidden;
    overscroll-behavior-y: contain;
    background-color: rgb(8, 15, 30);
    background:
      radial-gradient(circle at top, rgba(96, 165, 250, 0.12), transparent 36%),
      linear-gradient(180deg, rgba(11, 18, 32, 1) 0%, rgba(8, 15, 30, 1) 100%);
  }

  body.mobile-app-mode .header {
    z-index: 10530 !important;
    box-sizing: border-box !important;
    height: calc(56px + env(safe-area-inset-top)) !important;
    min-height: calc(56px + env(safe-area-inset-top)) !important;
    padding: calc(6px + env(safe-area-inset-top)) 12px 6px !important;
    background:
      linear-gradient(180deg, rgba(8, 15, 30, 0.96) 0%, rgba(8, 15, 30, 0.78) 100%) !important;
    backdrop-filter: blur(22px) saturate(140%) !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14) !important;
    box-shadow: 0 10px 30px rgba(2, 8, 23, 0.28) !important;
  }

  body.mobile-app-mode .header-left,
  body.mobile-app-mode .header-right,
  body.mobile-app-mode .desktop-title,
  body.mobile-app-mode .mobile-title {
    display: none !important;
  }

  body.mobile-app-mode #announcement-bar {
    top: calc(56px + env(safe-area-inset-top)) !important;
  }

  body.mobile-app-mode #hamburger-toggle {
    position: absolute !important;
    top: calc(env(safe-area-inset-top) + 8px) !important;
    left: 12px !important;
    z-index: 10532;
    width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
    background: rgba(30, 41, 59, 0.64) !important;
    border: 1px solid rgba(148, 163, 184, 0.14) !important;
    box-shadow: 0 6px 18px rgba(2, 8, 23, 0.18);
  }

  body.mobile-app-mode #mobile-logo {
    position: absolute;
    top: calc(env(safe-area-inset-top) + 12px);
    left: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: calc(100vw - 132px);
    height: 32px;
    padding: 0 8px;
    pointer-events: none;
    min-height: 32px;
    color: #f8fafc;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  body.mobile-app-mode #mobile-logo strong {
    display: block;
    line-height: 1;
  }

  body.mobile-app-mode #mobile-logo span {
    display: block;
    margin-top: 3px;
    color: rgba(148, 163, 184, 0.92);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
  }

  body.mobile-app-mode #mobile-search-icon {
    position: absolute !important;
    top: calc(env(safe-area-inset-top) + 8px) !important;
    right: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 0;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 14px;
    background: rgba(30, 41, 59, 0.64);
    color: #e2e8f0;
    box-shadow: 0 6px 18px rgba(2, 8, 23, 0.18);
  }

  body.mobile-app-mode #mobile-search-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
  }

  body.mobile-app-mode .header-center {
    position: fixed !important;
    top: calc(60px + env(safe-area-inset-top)) !important;
    left: 12px !important;
    right: 12px !important;
    padding: 0 !important;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
    z-index: 10535;
  }

  body.mobile-app-mode #header-search-wrapper {
    width: 100% !important;
    max-width: none !important;
  }

  body.mobile-app-mode #header-search-container {
    padding: 10px 14px !important;
    border-radius: 18px !important;
    background: rgba(15, 23, 42, 0.96) !important;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    box-shadow:
      0 16px 40px rgba(2, 8, 23, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  }

  body.mobile-app-mode #header-search-input {
    font-size: 15px !important;
    padding: 8px 10px !important;
  }

  body.mobile-app-mode #search-autocomplete {
    margin-top: 10px !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.42) !important;
  }

  body.mobile-app-mode.mobile-search-open .header-center {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.mobile-app-mode:not(.mobile-search-open) .header-center {
    visibility: hidden;
  }

  body.mobile-app-mode.mobile-search-open #mobile-app-mission,
  body.mobile-app-mode.mobile-search-open #mobile-app-sheet {
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
  }

  body.mobile-app-mode #mobile-app-shell {
    display: block;
  }

  body.mobile-app-mode #mobile-app-shell::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(132px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(8, 15, 30, 0) 0%, rgba(8, 15, 30, 0.88) 32%, rgba(8, 15, 30, 1) 100%);
    pointer-events: none;
    z-index: 10430;
  }

  body.mobile-app-mode #mobile-app-mission {
    display: none !important;
  }

  body.mobile-app-mode #mobile-app-card {
    position: relative;
    overflow: hidden;
    padding: 16px;
    border-radius: 24px;
    background:
      linear-gradient(155deg, rgba(11, 18, 32, 0.96) 0%, rgba(13, 24, 43, 0.92) 56%, rgba(10, 18, 32, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow:
      var(--mobile-app-shadow),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  body.mobile-app-mode #mobile-app-card::after {
    content: "";
    position: absolute;
    right: -22px;
    top: -12px;
    width: 124px;
    height: 124px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(52, 211, 153, 0.18), transparent 70%);
    pointer-events: none;
  }

  body.mobile-app-mode .mobile-app-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  body.mobile-app-mode .mobile-app-eyebrow {
    color: rgba(148, 163, 184, 0.86);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  body.mobile-app-mode .mobile-app-card-title {
    margin: 6px 0 0;
    color: #f8fafc;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
  }

  body.mobile-app-mode .mobile-app-card-copy {
    margin: 8px 0 0;
    max-width: 28ch;
    color: var(--mobile-app-copy);
    font-size: 13px;
    line-height: 1.45;
  }

  body.mobile-app-mode .mobile-app-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.18);
    border: 1px solid rgba(52, 211, 153, 0.24);
    color: #bbf7d0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.mobile-app-mode .mobile-app-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
  }

  body.mobile-app-mode .mobile-app-metric {
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(30, 41, 59, 0.52);
    border: 1px solid rgba(148, 163, 184, 0.12);
    backdrop-filter: blur(14px);
  }

  body.mobile-app-mode .mobile-app-metric-label {
    color: rgba(148, 163, 184, 0.86);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.mobile-app-mode .mobile-app-metric-value {
    margin-top: 5px;
    color: #f8fafc;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  body.mobile-app-mode .mobile-app-quick-row {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.mobile-app-mode .mobile-app-quick-row::-webkit-scrollbar {
    display: none;
  }

  body.mobile-app-mode .mobile-app-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  body.mobile-app-mode .mobile-app-chip-count {
    color: rgba(148, 163, 184, 0.9);
    font-size: 11px;
    font-weight: 700;
  }

  body.mobile-app-mode #mobile-app-sheet {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(94px + env(safe-area-inset-bottom));
    z-index: 10440;
    max-height: min(62vh, 540px);
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.mobile-app-mode #mobile-app-sheet.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.mobile-app-mode .mobile-app-sheet-shell {
    overflow: hidden;
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(8, 15, 30, 0.96) 0%, rgba(11, 18, 32, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow:
      0 24px 60px rgba(2, 8, 23, 0.52),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(24px) saturate(140%);
  }

  body.mobile-app-mode .mobile-app-sheet-handle {
    width: 42px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.42);
  }

  body.mobile-app-mode .mobile-app-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  }

  body.mobile-app-mode .mobile-app-sheet-title {
    color: #f8fafc;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  body.mobile-app-mode .mobile-app-sheet-subtitle {
    margin-top: 4px;
    color: rgba(148, 163, 184, 0.8);
    font-size: 12px;
    line-height: 1.4;
  }

  body.mobile-app-mode .mobile-app-sheet-close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 14px;
    background: rgba(30, 41, 59, 0.55);
    color: #e2e8f0;
    font-size: 18px;
  }

  body.mobile-app-mode .mobile-app-sheet-body {
    max-height: calc(min(62vh, 540px) - 78px);
    overflow-y: auto;
    padding: 0 16px 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(71, 85, 105, 0.95) transparent;
  }

  body.mobile-app-mode .mobile-app-card-list,
  body.mobile-app-mode .mobile-app-list {
    display: grid;
    gap: 10px;
    margin-top: 12px;
  }

  body.mobile-app-mode .mobile-app-action-card,
  body.mobile-app-mode .mobile-app-saved-item {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(15, 23, 42, 0.76);
  }

  body.mobile-app-mode .mobile-app-action-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  body.mobile-app-mode .mobile-app-action-title {
    color: #f8fafc;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  body.mobile-app-mode .mobile-app-action-copy,
  body.mobile-app-mode .mobile-app-saved-copy {
    margin-top: 6px;
    color: rgba(148, 163, 184, 0.82);
    font-size: 12px;
    line-height: 1.45;
  }

  body.mobile-app-mode .mobile-app-action-meta,
  body.mobile-app-mode .mobile-app-saved-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.14);
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: #bfdbfe;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.mobile-app-mode .mobile-app-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  body.mobile-app-mode .mobile-app-inline-actions-tight {
    margin-top: 10px;
  }

  body.mobile-app-mode .mobile-app-push-status {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  body.mobile-app-mode .mobile-app-push-meta {
    min-height: 26px;
    padding: 0 9px;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-transform: none;
  }

  body.mobile-app-mode .mobile-app-push-meta-ok {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.28);
    color: #bbf7d0;
  }

  body.mobile-app-mode .mobile-app-push-meta-warn {
    background: rgba(251, 191, 36, 0.15);
    border-color: rgba(251, 191, 36, 0.24);
    color: #fde68a;
  }

  body.mobile-app-mode .mobile-app-push-meta-muted {
    background: rgba(51, 65, 85, 0.7);
    border-color: rgba(148, 163, 184, 0.16);
    color: rgba(203, 213, 225, 0.92);
  }

  body.mobile-app-mode .mobile-app-push-error {
    margin-top: 10px;
    color: rgba(248, 113, 113, 0.95);
    font-size: 11px;
    line-height: 1.35;
  }

  body.mobile-app-mode .mobile-app-ghost,
  body.mobile-app-mode .mobile-app-primary,
  body.mobile-app-mode .mobile-app-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  body.mobile-app-mode .mobile-app-ghost {
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(30, 41, 59, 0.58);
    color: #f8fafc;
  }

  body.mobile-app-mode .mobile-app-primary {
    border: none;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.94) 0%, rgba(52, 211, 153, 0.94) 100%);
    color: #f8fafc;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
  }

  body.mobile-app-mode .mobile-app-primary[disabled],
  body.mobile-app-mode .mobile-app-ghost[disabled],
  body.mobile-app-mode .mobile-app-toggle[disabled] {
    opacity: 0.56;
    pointer-events: none;
  }

  body.mobile-app-mode .mobile-app-toggle {
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(15, 23, 42, 0.76);
    color: rgba(148, 163, 184, 0.9);
  }

  body.mobile-app-mode .mobile-app-toggle.is-enabled {
    background: rgba(15, 118, 110, 0.18);
    border-color: rgba(52, 211, 153, 0.24);
    color: #bbf7d0;
  }

  body.mobile-app-mode .mobile-app-empty {
    margin-top: 12px;
    padding: 18px;
    border-radius: 18px;
    border: 1px dashed rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.55);
  }

  body.mobile-app-mode .mobile-app-empty-title {
    color: #f8fafc;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  body.mobile-app-mode .mobile-app-empty-copy {
    margin-top: 6px;
    color: rgba(148, 163, 184, 0.82);
    font-size: 12px;
    line-height: 1.45;
  }

  body.mobile-app-mode .mobile-app-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: var(--mobile-app-shell-bottom);
    z-index: 10460;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(8, 15, 30, 0.96) 0%, rgba(11, 18, 32, 0.92) 100%);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow:
      0 18px 42px rgba(2, 8, 23, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(24px) saturate(160%);
  }

  body.mobile-app-mode .mobile-app-nav-btn {
    position: relative;
    border: none;
    background: transparent;
    color: rgba(148, 163, 184, 0.84);
    padding: 10px 4px;
    border-radius: 18px;
    min-height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  body.mobile-app-mode .mobile-app-nav-label {
    display: block;
    line-height: 1.05;
    text-align: center;
  }

  body.mobile-app-mode .mobile-app-nav-accent {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.4;
  }

  body.mobile-app-mode .mobile-app-nav-btn.is-active .mobile-app-nav-accent {
    width: 24px;
    opacity: 1;
  }

  body.mobile-app-mode .mobile-app-nav-btn.is-active {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.92) 0%, rgba(15, 23, 42, 0.8) 100%);
    color: #f8fafc;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03),
      0 12px 28px rgba(2, 8, 23, 0.22);
  }

  body.mobile-app-mode #mobile-app-toast {
    position: fixed;
    left: 50%;
    bottom: calc(100px + env(safe-area-inset-bottom));
    z-index: 10480;
    max-width: calc(100vw - 40px);
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(8, 15, 30, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(2, 8, 23, 0.42);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 600;
    transform: translate(-50%, 16px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.mobile-app-mode #mobile-app-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  body.mobile-app-mode #submit-data-panel.submit-data-panel {
    inset: auto 0 calc(var(--mobile-app-nav-height) + var(--mobile-app-shell-bottom) + 8px) 0;
    width: auto;
    max-width: none;
    max-height: none;
    min-height: 0;
    height: min(52vh, calc(100vh - var(--mobile-app-shell-top) - var(--mobile-app-nav-height) - 24px));
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.52);
    z-index: 10010;
    overflow: hidden;
  }

  body.mobile-app-mode #submit-data-panel[data-sheet-state="peek"] {
    height: auto;
    left: 50%;
    right: auto;
    width: auto;
    max-width: calc(100vw - 32px);
    transform: translateX(-50%);
    border-radius: 999px;
    border: 1px solid rgba(71, 85, 105, 0.78);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.4);
    background: rgba(8, 15, 29, 0.9);
  }

  body.mobile-app-mode #submit-data-panel[data-sheet-state="peek"] .submit-data-header,
  body.mobile-app-mode #submit-data-panel[data-sheet-state="peek"] .submit-data-body {
    display: none;
  }

  body.mobile-app-mode #submit-data-panel .exp-sheet-handle-wrap {
    display: flex;
  }

  body.mobile-app-mode #submit-data-panel .exp-sheet-handle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  body.mobile-app-mode #submit-data-panel[data-sheet-state="peek"] .exp-sheet-handle-wrap {
    padding: 10px 12px;
  }

  body.mobile-app-mode #submit-data-panel[data-sheet-state="peek"] .exp-sheet-handle {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 44px;
    padding: 4px 14px 6px;
    flex-direction: column;
    gap: 0;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.88);
    border-color: rgba(100, 116, 139, 0.46);
  }

  body.mobile-app-mode #submit-data-panel[data-sheet-state="peek"] .exp-sheet-handle-label {
    display: inline;
    text-align: center;
    line-height: 1.05;
  }

  body.mobile-app-mode #submit-data-panel[data-sheet-state="peek"] .exp-sheet-handle-icon {
    transform: none;
    line-height: 1;
    font-size: 16px;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-header {
    height: auto;
    padding: 4px 18px 10px;
    border-bottom: 0;
  }

  body.mobile-app-mode #submit-data-panel .exp-close {
    display: none;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-body {
    padding: 2px 16px 16px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-copy {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(148, 163, 184, 0.92);
  }

  body.mobile-app-mode #submit-data-panel .submit-data-label {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 12px;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-option {
    width: 100%;
    text-align: left;
    border: 1px solid rgba(96, 165, 250, 0.32);
    border-radius: 14px;
    padding: 12px 13px;
    background: rgba(30, 64, 175, 0.2);
    color: #dbeafe;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-option-rain {
    border-color: rgba(110, 231, 183, 0.32);
    background: rgba(6, 78, 59, 0.22);
    color: #d1fae5;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-option-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.1;
  }

  body.mobile-app-mode #submit-data-panel .submit-data-option-copy {
    font-size: 13px;
    line-height: 1.3;
    color: rgba(191, 219, 254, 0.94);
  }

  body.mobile-app-hide-debug #vr-debug-overlay,
  body.mobile-app-hide-debug #fa-debug-grid {
    display: none !important;
  }

  body.mobile-app-mode #3d-tiles-popup {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
  }

  body.mobile-app-reduce-motion *,
  body.mobile-app-reduce-motion *::before,
  body.mobile-app-reduce-motion *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 768px) {
  body.mobile-app-mode {
    padding-bottom: 0;
  }

  #mobile-app-shell,
  #mobile-logo,
  #mobile-search-icon {
    display: none !important;
  }
}
