@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";html,body{height:100%;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#343541;color:#ececf1;overflow:hidden}a{color:#a9c7ff;text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#343541}::-webkit-scrollbar-thumb{background:#565869;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#8e8ea0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#8e8ea0;width:100%}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-top-color:#a9c7ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-state{text-align:center;padding:24px;color:#ff6b6b;background:#ff6b6b14;border:1px solid rgba(255,107,107,.25);border-radius:12px;margin:20px auto;max-width:400px}.error-state p{margin:0 0 16px;font-size:1rem}.error-state button{background:#a9c7ff;color:#343541;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-weight:700;font-family:inherit;transition:background .2s}.error-state button:hover{background:#8bb2ff}
