@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0faf6;overflow:hidden}#root{overflow:auto}.brand-title{font-family:Dancing Script,cursive;font-weight:600;font-size:28px;color:#111}.center-screen{display:flex;align-items:center;justify-content:center;min-height:100dvh}.onboarding{display:flex;flex-direction:column;justify-content:center;min-height:100dvh;padding:24px}.card{border-radius:20px;padding:20px;margin-bottom:16px;box-shadow:0 4px 12px #0000000d}.input{width:100%;height:52px;border:1px solid;border-radius:12px;padding:0 16px;font-size:16px;margin-bottom:12px;background:transparent;font-family:inherit;outline:none}.input:focus{border-color:#81e4c4}.btn-primary{width:100%;height:52px;border:none;border-radius:12px;font-size:16px;font-weight:600;color:#111;cursor:pointer;font-family:inherit}.btn-primary:disabled{cursor:not-allowed}.link-button{background:none;border:none;font-size:14px;cursor:pointer;text-align:center;display:block;width:100%;font-family:inherit}.fab{position:fixed;right:24px;bottom:80px;display:flex;align-items:center;padding:0 20px;height:56px;border-radius:28px;gap:8px;border:none;cursor:pointer;box-shadow:0 4px 12px #81e4c466;z-index:10}.spinner{width:32px;height:32px;border:3px solid rgba(0,0,0,.1);border-top:3px solid;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}textarea::placeholder,input::placeholder{color:#6b7c75}@media(prefers-color-scheme:dark){html,body{background-color:#f0faf6}.brand-title{color:#111}}
