/* Base */
html { background: var(--bg); }
body { background: var(--bg); color: var(--text); }
a { color: inherit; }
.page { min-height: 100dvh; padding: 20px; padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
.app-shell { width: 100%; max-width: 480px; min-height: 100dvh; margin-inline: auto; background: var(--bg); }