@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #38BDF8;--primary-dark: #0EA5E9;--surface: #FFFFFF;--on-surface: #1E1E2C;--border: #D4D4D8;--radius: 18px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--on-surface);background-color:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;height:100dvh}#root{height:100dvh;display:flex;flex-direction:column}input,textarea,button{font-family:inherit}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}
