html{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden;background-color:var(--theme-background,#f7f9fb);background:var(--theme-background,#f7f9fb);-webkit-overflow-scrolling:touch}
body{margin:0;padding:0;min-height:100%;width:100%;overflow-x:hidden;background-color:var(--theme-background,#f7f9fb);background:var(--theme-background,#f7f9fb);position:relative;-webkit-overflow-scrolling:touch}
#root{min-height:100%;width:100%;background-color:var(--theme-background,#f7f9fb);background:var(--theme-background,#f7f9fb);position:relative}
:root{--theme-background:#f7f9fb;--theme-card:#fff;--theme-text:#23272f;--theme-primary:#0077BE;--theme-accent:#7c3aed}
.dark{--theme-background:#111827;--theme-card:#1f2937;--theme-text:#fff;--theme-primary:#60a5fa}
