@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@400;500;600&display=swap");*{box-sizing:border-box;padding:0;margin:0}:root{--brand-50:#f0f4ff;--brand600-default:#428eda;--primary-textwhite:#fff;--gray-300:#d1d1d1;--gray-800:#333;--gray-1000:#555;--gray-1200:#121212}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}#__next{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f5f5}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Toast_toastContainer__BI9Kz{position:fixed;bottom:24px;left:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:400px}.Toast_toast___jydD{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);background-color:#fff;border-left:4px solid;animation:Toast_slideIn__fbmxs .3s ease-out;min-width:300px}.Toast_toast___jydD.Toast_success__b8tDo{border-left-color:#4caf50}.Toast_toast___jydD.Toast_success__b8tDo .Toast_toastIcon__3LzC8{color:#4caf50}.Toast_toast___jydD.Toast_error___pYo0{border-left-color:#f44336}.Toast_toast___jydD.Toast_error___pYo0 .Toast_toastIcon__3LzC8{color:#f44336}.Toast_toast___jydD.Toast_warning__ZY_a6{border-left-color:#ff9800}.Toast_toast___jydD.Toast_warning__ZY_a6 .Toast_toastIcon__3LzC8{color:#ff9800}.Toast_toast___jydD.Toast_info__FCkWI{border-left-color:#428eda}.Toast_toast___jydD.Toast_info__FCkWI .Toast_toastIcon__3LzC8{color:#428eda}.Toast_toastContent__k_HHD{display:flex;align-items:center;gap:12px;flex:1 1}.Toast_toastIcon__3LzC8{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.Toast_toastMessage__xYiga{font-family:Inter,sans-serif;font-size:14px;line-height:1.5;color:#333;word-break:break-word}.Toast_toastClose__585_L{all:unset;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#999;transition:color .2s}.Toast_toastClose__585_L:hover{color:#333}@keyframes Toast_slideIn__fbmxs{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}