:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--navbar-height: 80px;--app-bottom-space: calc(var(--navbar-height) + var(--safe-bottom));--cta-safe-bottom: calc(24px + var(--safe-bottom));--app-bg: #050505;--app-text: #ffffff;--surface-1: #0d0d0d;--surface-2: #121212;--surface-border: rgba(255, 255, 255, .08);--muted-text: #a3a3a3;--accent: #e2ff00}.theme-dark{--app-bg: #050505;--app-text: #ffffff;--surface-1: #0d0d0d;--surface-2: #121212;--surface-border: rgba(255, 255, 255, .08);--muted-text: #a3a3a3;--accent: #e2ff00}.theme-light{--app-bg: #f5f8fc;--app-text: #0b1320;--surface-1: #ffffff;--surface-2: #eef3fa;--surface-border: rgba(11, 19, 32, .12);--muted-text: #4d5b72;--accent: #0f6fd3}html,body,#root{min-height:100dvh}body{margin:0;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);background:var(--app-bg);color:var(--app-text)}.app-shell{min-height:100dvh}.app-scroll,.page-content{padding-bottom:var(--app-bottom-space)}.bottom-action-bar{position:fixed;left:24px;right:24px;bottom:var(--cta-safe-bottom);z-index:50}
