: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:#0f1419;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0f1419 0%,#1a1f2e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}#app{width:100%;max-width:600px;padding:2rem}.container{text-align:center}h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:4rem;font-weight:700}.subtitle{color:#fff9;margin-bottom:2rem;font-size:1.25rem}.status{border-radius:.5rem;align-items:center;gap:1rem;margin:2rem 0;padding:1rem 1.5rem;font-size:.95rem;display:flex}.status.loading{background:#64646433;justify-content:center}.status.success{background:#22c55e1a;border:1px solid #22c55e4d}.status.error{background:#ef44441a;border:1px solid #ef44444d}.status-icon{font-size:1.5rem;font-weight:700}.status-details{color:#ffffff80;margin-top:.25rem;font-size:.85rem}.spinner{border:2px solid #ffffff1a;border-top-color:#fff9;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.stack{text-align:left;background:#ffffff0d;border-radius:.5rem;margin-top:3rem;padding:1.5rem}.stack h2{color:#ffffffe6;margin-bottom:1rem;font-size:1.25rem}.stack ul{list-style:none}.stack li{color:#ffffffb3;padding:.5rem 0;font-size:.95rem}.stack strong{color:#ffffffe6}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}body{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.subtitle{color:#0009}.stack{background:#0000000d}.stack h2,.stack strong{color:#000000e6}.stack li{color:#000000b3}.status-details{color:#00000080}}
