body,html{height:100%;margin:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%;overflow:hidden;background-color:#e8edf5;color:#0b1220}button,input,optgroup,select,textarea{font:inherit}*{padding:0;margin:0}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#212e4a}::-webkit-scrollbar-thumb{background-color:#4e6080;border-radius:2px;border:none}.notify{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:300}.notify__content{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:4px;font-size:13px;font-weight:500;border:1px solid;animation:toastIn .2s ease;white-space:nowrap}.notify__icon{width:20px;height:20px;vertical-align:middle}.notify--success .notify__content{background:#0d2e1a;border-color:#1e5c35;color:#5dd98a}.notify--error .notify__content{background:#2e0d0d;border-color:#5c1e1e;color:#e57373}.notify--fade-out .notify__content{animation:toastOut .3s ease forwards}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{to{opacity:0;transform:translateY(6px)}}@media screen and (min-width:601px){.mobile{display:none!important}}@media screen and (max-width:600px){.desktop{display:none!important}}