:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%}*{box-sizing:border-box}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-overlay.fullscreen{position:fixed}.loading-overlay:not(.fullscreen){position:absolute}.loading-container{flex-direction:column;align-items:center;gap:24px;display:flex}.loading-spinner{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.spinner-ring{border:3px solid #0000;border-top-color:#d32f2f;border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(.68,-.55,.265,1.55) infinite spin;position:absolute}.spinner-ring:first-child{border-top-color:#d32f2f;width:100%;height:100%;animation-duration:1.5s}.spinner-ring:nth-child(2){border-top-color:#d32f2f99;width:80%;height:80%;animation-duration:1.2s;animation-direction:reverse}.spinner-ring:nth-child(3){border-top-color:#d32f2f4d;width:60%;height:60%;animation-duration:.9s}.spinner-icon{z-index:1;font-size:32px;animation:1.5s ease-in-out infinite pulse}.loading-message{color:#1a1a1a;text-align:center;font-size:16px;font-weight:500;animation:1.5s ease-in-out infinite fadeInOut}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes fadeInOut{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.loading-spinner{width:80px;height:80px}.spinner-icon{font-size:24px}.loading-message{font-size:14px}}.toast{z-index:10000;background:#fff;border-radius:8px;align-items:center;gap:.75rem;min-width:300px;max-width:500px;padding:1rem 1.5rem;animation:.3s ease-out slideInUp;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #00000026}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:700;display:flex}.toast-message{color:#333;flex:1;font-size:14px;line-height:1.5}.toast-close{color:#999;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:18px;transition:color .2s;display:flex}.toast-close:hover{color:#333}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{color:#10b981;background:#d1fae5}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444;background:#fee2e2}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6;background:#dbeafe}.toast-loading{border-left:4px solid #6366f1}.toast-loading .toast-icon{color:#6366f1;background:#e0e7ff}.toast-spinner{border:2px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast-container .toast{pointer-events:all;position:relative;bottom:auto;right:auto}
