:root{--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--app-safe-area-top: env(safe-area-inset-top, 0px);--app-safe-area-right: env(safe-area-inset-right, 0px);--app-safe-area-bottom: env(safe-area-inset-bottom, 0px);--app-safe-area-left: env(safe-area-inset-left, 0px);--app-header-base-height: 44px;--app-header-height: calc(var(--app-header-base-height) + var(--app-safe-area-top));--app-tab-bar-base-height: 56px;--app-tab-bar-height: calc(var(--app-tab-bar-base-height) + var(--app-safe-area-bottom));--app-content-height: calc(100dvh - var(--app-header-height) - var(--app-tab-bar-height));--felt-bg: #2d6a4f;--felt-bg-dark: #1b4332;--app-color-primary: #3a7bd5}html,body{font-family:var(--font-family);padding:0;margin:0;width:100%;height:100dvh;background-color:#f2f4f8;color:#1a2a3a}app-index{display:block;width:100%;height:100dvh}
