:root{color-scheme:light;font-family:IBM Plex Sans,Segoe UI,sans-serif;background:#fff;color:#0f172a}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{min-height:100vh;background:#fff}.shell{min-height:100vh;display:grid;place-items:center;padding:0}.spinner-shell{display:grid;place-items:center}.spinner{width:44px;height:44px;border-radius:999px;border:3px solid rgb(148 163 184 / .28);border-top-color:#0f172a;animation:spin .7s linear infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes spin{to{transform:rotate(360deg)}}
