*{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}app-root{display:block;width:100%;height:100%}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.bold{font-weight:800}.options{margin-top:26px;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:8px}.options .option{width:256px;height:60px;border-radius:16px;display:flex;justify-content:center;align-items:center;cursor:pointer}.options .option p{text-align:center}.options .option:hover{color:#1ba1da;background:#effaff}.options .option.selected{font-weight:600;color:#fff;background:#1ba1da}.fab{content:"";height:60px;border-radius:40px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;position:fixed;bottom:2rem;right:2rem;background:#1ba1da;color:#fff;border:none;padding:0 2rem;font-size:1rem;font-weight:500;transition:all .3s ease}.fab .arrow-icon{transition:transform .3s ease}.fab:hover{background:#1590c4;transform:translateY(-2px);box-shadow:0 4px 12px #1ba1da4d}.fab:hover .arrow-icon{transform:translate(4px)}.fab:active{transform:translateY(0)}.fab:disabled{background:#64c6f0;cursor:not-allowed}
