:root{--error-bg:#151c2c;--error-card-bg:#fff;--error-text:#1f2937;--error-text-soft:#6b7280;--error-danger:#dc2626;--error-warning:#f59e0b;--error-border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.global-error-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-color:var(--error-bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.global-error-card{background-color:var(--error-card-bg);text-align:center;border:3px solid var(--error-danger);border-radius:16px;width:100%;max-width:700px;padding:3rem 2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.global-error-icon{margin-bottom:1.5rem;font-size:5rem;animation:2s ease-in-out infinite pulse-danger}@keyframes pulse-danger{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.global-error-title{color:var(--error-danger);letter-spacing:-.025em;margin-bottom:1rem;font-size:2rem;font-weight:700}.global-error-description{color:var(--error-text);margin-bottom:2rem;font-size:1.125rem;line-height:1.75}.global-error-alert{border:2px solid var(--error-warning);text-align:left;background-color:#fef3c7;border-radius:8px;margin-bottom:2rem;padding:1.25rem}.global-error-alert strong{color:#92400e;margin-bottom:.5rem;font-size:1rem;display:block}.global-error-alert p{color:#92400e;margin:0;font-size:.938rem;line-height:1.6}.global-error-reference{border:1px solid var(--error-border);background-color:#f3f4f6;border-radius:8px;margin-bottom:2rem;padding:1rem}.global-error-reference small{color:var(--error-text-soft);font-size:.875rem;line-height:1.8}.global-error-reference code{color:var(--error-text);background-color:#e5e7eb;border-radius:4px;padding:.25rem .5rem;font-family:Courier New,Courier,monospace;font-size:.813rem;font-weight:600}.global-error-reference .timestamp{color:#9ca3af;margin-top:.5rem;font-size:.813rem;display:block}.global-error-actions{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-primary{background-color:var(--error-bg);color:#fff}.btn-primary:hover{background-color:#1a2438;transform:translateY(-2px);box-shadow:0 4px 12px #151c2c66}.btn-danger{background-color:var(--error-danger);color:#fff}.btn-danger:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc262666}.btn:active{transform:translateY(0)}.btn:focus{outline-offset:2px;outline:3px solid #6366f180}.global-error-footer{border-top:1px solid var(--error-border);margin-top:1rem;padding-top:2rem}.global-error-footer p{color:var(--error-text-soft);font-size:.938rem}.status-link{color:#2563eb;font-weight:500;text-decoration:none}.status-link:hover{text-decoration:underline}.global-error-details{text-align:left;border:2px solid var(--error-warning);background-color:#fef3c7;border-radius:8px;margin-top:2rem;padding:1rem}.global-error-details summary{cursor:pointer;color:#92400e;-webkit-user-select:none;user-select:none;padding:.5rem;font-weight:600;list-style:none}.global-error-details summary::-webkit-details-marker{display:none}.global-error-details summary:before{content:"▶ ";transition:transform .2s;display:inline-block}.global-error-details[open] summary:before{transform:rotate(90deg)}.global-error-details summary:hover{text-decoration:underline}.debug-info{background-color:#fff;border-radius:6px;margin-top:1rem;padding:1rem}.debug-info p{color:var(--error-text);word-break:break-word;margin-bottom:.75rem;font-size:.875rem}.debug-info strong{color:#92400e;font-weight:600}.error-stack{color:#f3f4f6;white-space:pre-wrap;word-break:break-word;background-color:#1f2937;border-radius:6px;max-height:400px;margin-top:1rem;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.813rem;line-height:1.6;overflow:auto}@media (max-width:768px){.global-error-container{padding:1rem}.global-error-card{border-width:2px;padding:2rem 1.5rem}.global-error-title{font-size:1.75rem}.global-error-description{font-size:1rem}.global-error-icon{font-size:4rem}.global-error-alert{padding:1rem}}@media (min-width:769px){.global-error-actions{flex-direction:row;justify-content:center;gap:1rem}.btn{width:auto;min-width:200px}}@media (prefers-reduced-motion:reduce){.global-error-icon{animation:none}.btn:hover{transform:none}}@media print{.global-error-container{background:#fff}.global-error-card{box-shadow:none;border:2px solid #000}.btn{display:none}.global-error-details{display:block!important}.global-error-details summary{display:none}}