:root{--background-primary:#eeeeee;--text-primary:#313036}@media (prefers-color-scheme:dark){:root{--background-primary:#111315;--text-primary:#f2f4f6}}*{box-sizing:border-box}body,html{overflow-x:hidden;max-width:100%}button{font:inherit}body{margin:0;background:var(--background-primary);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.app-background{position:fixed;inset:-20px;background-image:url(/background.webp);background-size:cover;background-position:50%;filter:blur(8px);transform:scale(1.1);z-index:-2}.app-background-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:-1}@keyframes spin{to{transform:rotate(1turn)}}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid rgba(128,128,128,.25);border-top:3px solid var(--text-primary);animation:spin .7s linear infinite}