[data-theme=dark]{--background-color:#222;--text-color:#eee;--link-color:#007bff;--primary-color:#3b82f6;--active-tab-background-color:#0056b3;--active-tab-text-color:#0056b3;--card-background-color:#333;--card-shadow:0 4px 24px #0006}[data-theme=light]{--background-color:#eee;--text-color:#222;--link-color:blue;--primary-color:#2563eb;--active-tab-text-color:#0056b3;--card-background-color:#fff;--card-shadow:0 4px 24px #0000001a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{text-decoration:none}body{background-color:var(--background-color,#1a1a2e);color:var(--text-color,#eee);padding:1em;transition:background-color .5s,color .5s}.loading-screen{z-index:9999;background-color:#eee;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@media (prefers-color-scheme:dark){.loading-screen{background-color:#222}}.loading-content{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.loading-logo-container{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.loading-logo{width:64px;height:64px}.loading-ring{border:3px solid #80808033;border-top-color:#d80027;border-radius:50%;animation:1s linear infinite spin;position:absolute;inset:0}.loading-title{color:#222;margin:0;font-size:1.25rem;font-weight:600}@media (prefers-color-scheme:dark){.loading-title{color:#eee}}.loading-bar-container{background:#80808033;border-radius:2px;width:160px;height:3px;overflow:hidden}.loading-bar{background:#d80027;border-radius:2px;width:30%;height:100%;animation:1.2s ease-in-out infinite loadingBar}.loading-text{color:#666;margin:0;font-size:.875rem}@media (prefers-color-scheme:dark){.loading-text{color:#aaa}}.error-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1em;min-height:70vh;padding:1em;display:flex}.error-title{color:#d80027;margin:0;font-size:3em;font-weight:700}.error-details{opacity:.8;margin:0}.error-home-link{color:#fff;background-color:#d80027;border-radius:.25em;padding:.5em 1.5em;font-weight:600;display:inline-block}.error-stack{text-align:left;background-color:#80808026;border-radius:.5em;width:100%;max-width:60em;padding:1em;overflow-x:auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loadingBar{0%{transform:translate(-100%)}to{transform:translate(400%)}}
