.toast-container{position:fixed;bottom:24px;left:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:400px;pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:4px;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;min-width:288px;max-width:568px;background:#323232;color:#fff;font-size:14px;line-height:1.43;font-family:Roboto,Helvetica,Arial,sans-serif;pointer-events:auto;animation:toast-slide-in .3s cubic-bezier(.4,0,.2,1)}@keyframes toast-slide-in{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-message{flex:1}.toast-icon{width:20px;height:20px;flex-shrink:0}.toast-close{background:none;border:none;color:inherit;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;opacity:.7;transition:opacity .2s,background-color .2s;margin:-4px -8px -4px 0}.toast-close:hover{opacity:1;background-color:#ffffff1a}.toast-close svg{width:18px;height:18px}.toast-success{background:#2e7d32}.toast-error{background:#d32f2f}.toast-warning{background:#ed6c02}.toast-info{background:#0288d1}.toast:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:#ffffff4d;transform-origin:left;animation:toast-progress 5s linear}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast[data-duration]{position:relative;overflow:hidden}.Auth{background-color:#282c34}.App-logo{height:10vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.Auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:calc(12px + 2vmin)}.Auth-screen{background-color:#20232a;padding:1em 2em;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 8px #0003;width:100%;box-sizing:border-box}.Auth-title{font-size:.7em;margin:1em 0 .2em;padding:0}.Auth-subtitle{font-size:.5em;margin:.1em 0 .2em;padding:0}.Auth-spacer{height:.6em}.Auth-buttons-container{border-radius:5px;display:flex;flex-direction:column}.Auth-buttons{display:flex;flex-direction:row;justify-content:space-between;width:100%;box-sizing:border-box}.no-underline{text-decoration:none;display:block;flex:0 0 auto}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
