:root{--background:#fff;--foreground:#171717;--primary:#155dfc;--primary-hover:#1447e6;--border:#e5e7eb;--destructive:#e40014}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--border:#364153}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;display:flex}.container{text-align:center;width:100%;max-width:42rem}.error-icon{width:4rem;height:4rem;color:var(--destructive);margin:0 auto 1.5rem}h1{margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.2}p{color:var(--foreground);opacity:.8;margin-bottom:2rem;font-size:1rem}.actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}button,a{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.625rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.btn-secondary:hover{background:var(--border)}.error-details{background:var(--border);text-align:left;border-radius:.5rem;margin-top:2rem;padding:1rem;font-family:Courier New,monospace;font-size:.875rem;overflow-x:auto}.error-details pre{white-space:pre-wrap;word-break:break-word}.digest{opacity:.6;margin-top:1rem;font-size:.75rem}
