*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;padding:20px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#181826}body,input,button,select,textarea{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.screen{padding:20px;display:none;position:relative;flex:1;opacity:0;transform:translateY(30px) scaleY(.98);transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1),max-height .22s cubic-bezier(.4,0,.2,1);max-height:0;overflow:hidden;background:#fff}.screen.active{display:flex;flex-direction:column;opacity:1;transform:translateY(0) scaleY(1);max-height:1200px;overflow:visible}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{transform:scale(.7);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1)}}.fa-spin{animation:spin 1s linear infinite}button:active{transform:scale(.98)}
