[data-mobile-shell] {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  background: #f8fafc;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.35;
}

[data-mobile-shell] main {
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

[data-mobile-shell] h1,
[data-mobile-shell] h2,
[data-mobile-shell] p {
  margin-top: 0;
}

[data-mobile-shell] h1 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

[data-mobile-shell] h2 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

[data-mobile-shell] a {
  color: inherit;
}

[data-mobile-shell] button,
[data-mobile-shell] input,
[data-mobile-shell] select,
[data-mobile-shell] textarea {
  font: inherit;
  max-width: 100%;
}

[data-mobile-shell] button,
[data-mobile-shell] a[role="button"] {
  border-radius: 8px;
}

[data-mobile-shell] input,
[data-mobile-shell] select,
[data-mobile-shell] textarea {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
}

[data-mobile-shell] nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  border-top: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.96);
}

[data-mobile-shell] .bg-slate-900 {
  background: #0f172a;
}

[data-mobile-shell] .text-white {
  color: #ffffff;
}

[data-mobile-shell] .text-slate-950,
[data-mobile-shell] .text-slate-900 {
  color: #0f172a;
}

[data-mobile-shell] .text-slate-500,
[data-mobile-shell] .text-slate-400 {
  color: #64748b;
}

[data-mobile-shell] .bg-slate-50 {
  background: #f8fafc;
}

[data-mobile-shell] .bg-slate-100 {
  background: #f1f5f9;
}

[data-mobile-shell] .bg-white {
  background: #ffffff;
}

[data-mobile-shell] .rounded-md {
  border-radius: 8px;
}

[data-mobile-shell] .border,
[data-mobile-shell] .border-slate-200,
[data-mobile-shell] .border-slate-300 {
  border-color: #e2e8f0;
}

[data-mobile-shell] .p-4 {
  padding: 16px;
}

[data-mobile-shell] .p-3 {
  padding: 12px;
}
