.error-boundary{justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.error-content{text-align:center;background:#fff;border-radius:8px;max-width:500px;padding:2rem;box-shadow:0 4px 6px #0000001a}.error-content h2{color:#dc2626;margin-bottom:1rem;font-size:1.5rem}.error-content p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.error-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.retry-button,.home-button{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.retry-button{background:var(--main-color);color:#fff}.retry-button:hover{background:#7c3aed}.home-button{color:#374151;background:#f3f4f6}.home-button:hover{background:#e5e7eb}.error-details{text-align:left;margin-top:2rem}.error-details summary{cursor:pointer;margin-bottom:1rem;font-weight:600}.error-details pre{background:#f3f4f6;border-radius:4px;margin-bottom:1rem;padding:1rem;font-size:.875rem;overflow-x:auto}
