@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--root-color, #fff);background-color:var(--root-bg, #001933);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:var(--root-bg, #001933);overflow-x:hidden;max-width:100vw}#root{min-height:100vh;max-width:100vw;overflow-x:hidden}*{scrollbar-width:thin;scrollbar-color:transparent transparent;-ms-overflow-style:none}*::-webkit-scrollbar{width:0px;background:transparent}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:transparent}.toast-overlay{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;justify-content:center;pointer-events:none;padding:60px 24px 0}.toast-container{padding:12px 20px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#295bff,#809dff 25.37%,#f78c9c,#f2415a 74.96%,#527aff) border-box;border:1.5px solid transparent;border-radius:12px;box-shadow:0 3px 6px #00000040;pointer-events:auto;animation:toast-in .3s ease-out forwards;max-width:400px;width:auto}.toast-container.toast-out{animation:toast-out .25s ease-in forwards}.toast-message{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#000e3d;line-height:1.25;text-align:center}@keyframes toast-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}
