.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;gap:8px;padding:24px 0}.loader-spinner{animation:spin 1s linear infinite;color:#036234}.loader-sm{width:16px;height:16px}.loader-md{width:24px;height:24px}.loader-lg{width:32px;height:32px}.loader-circle{opacity:.25}.loader-path{opacity:.75}.loader-text{font-size:14px;font-weight:500;color:#374151;letter-spacing:.02em;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.error-boundary h1{font-size:1.5rem;font-weight:700;color:#dc2626;margin-bottom:.5rem}.error-boundary p{color:#6b7280;margin-bottom:1rem}.error-boundary button{margin-top:1rem;padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.error-boundary button:hover{background-color:#1d4ed8}
