:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffeb;background:linear-gradient(160deg,#1a1d24,#0f1115);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center}#root{width:100%;max-width:480px;padding:2rem}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.page-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2.5rem 2rem;width:100%;box-shadow:0 8px 32px #0000004d}.page-card h1{font-size:1.5rem;font-weight:600;margin:0 0 1.25rem;letter-spacing:-.02em}.page-card .message{font-size:1.0625rem;margin:0 0 .5rem;color:#ffffffe6}.page-card .hint{font-size:.875rem;color:#ffffff8c;margin:0 0 1.25rem}.page-card .hint:last-of-type{margin-bottom:0}.button{display:inline-block;margin-top:1rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:#fffffff2;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:8px;text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s}.button:hover{background:#ffffff2e;border-color:#ffffff4d}.button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.spinner{width:40px;height:40px;margin:0 auto 1.5rem;border:3px solid rgba(255,255,255,.12);border-top-color:#ffffffe6;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#ffffffe6;background:#dc505040;border:2px solid rgba(220,80,80,.5);border-radius:50%}@media(prefers-color-scheme:light){:root{color:#1a1a1a;background:linear-gradient(160deg,#f5f6f8,#e8eaef)}.page-card{background:#ffffffe6;border-color:#0000000f;box-shadow:0 8px 32px #00000014}.page-card .message{color:#1a1a1a}.page-card .hint{color:#666}.button{color:#1a1a1a;background:#0000000f;border-color:#0000001f}.button:hover{background:#0000001a;border-color:#0000002e}.button:focus-visible{outline-color:#1a1a1a}.spinner{border-color:#0000001a;border-top-color:#1a1a1a}.error-icon{color:#b91c1c;background:#dc50501f;border-color:#dc505059}}
