*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6f8;color:#172033}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.spinner{width:20px;height:20px;border:3px solid #d9dee7;border-top-color:#172033;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
