.error-boundary{background-color:var(--color-background,#fff);justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.error-boundary__container{width:100%;max-width:600px}.error-boundary__content{text-align:center;background-color:var(--color-surface,#f9fafb);border:1px solid var(--color-border,#e5e7eb);border-radius:12px;padding:3rem 2rem}.error-boundary__title{color:var(--color-text-primary,#111827);margin-bottom:1rem;font-size:1.875rem;font-weight:700}.error-boundary__message{color:var(--color-text-secondary,#6b7280);margin-bottom:2rem;font-size:1rem;line-height:1.6}.error-boundary__details{text-align:left;background-color:var(--color-background,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:8px;margin:2rem 0;overflow:hidden}.error-boundary__summary{cursor:pointer;color:var(--color-text-primary,#111827);background-color:var(--color-surface,#f9fafb);border-bottom:1px solid var(--color-border,#e5e7eb);padding:1rem;font-weight:600}.error-boundary__summary:hover{background-color:var(--color-surface-hover,#f3f4f6)}.error-boundary__error{max-height:400px;padding:1rem;overflow-y:auto}.error-boundary__error-message,.error-boundary__error-stack{color:var(--color-error,#dc2626);white-space:pre-wrap;word-break:break-word;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.error-boundary__error-message{background-color:var(--color-error-bg,#fef2f2);border-left:3px solid var(--color-error,#dc2626);border-radius:4px;margin-bottom:1rem;padding:.75rem}.error-boundary__error-stack{color:var(--color-text-secondary,#6b7280);font-size:.75rem}.error-boundary__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.error-boundary{min-height:50vh;padding:1rem}.error-boundary__content{padding:2rem 1.5rem}.error-boundary__title{font-size:1.5rem}.error-boundary__message{font-size:.9375rem}.error-boundary__actions{flex-direction:column}.error-boundary__actions button{width:100%}}
.global-loading{height:calc(100vh - var(--min-height-header,77px));min-height:calc(100vh - var(--min-height-header,77px));flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}@media (min-width:768px){.global-loading{height:calc(100vh - 36px - var(--min-height-header,77px));min-height:calc(100vh - 36px - var(--min-height-header,77px))}}.global-loading__spinner{width:48px;height:48px;position:relative}.global-loading__spinner-circle{border:4px solid var(--color-gray-200);border-top-color:var(--color-brand);border-radius:50%;width:100%;height:100%;animation:.8s linear infinite global-loading-spin}.global-loading__text{font-size:var(--text-16);font-weight:500}@keyframes global-loading-spin{to{transform:rotate(360deg)}}
.navigation-loader{z-index:9999;pointer-events:none;position:fixed;left:0;right:0}.navigation-loader--top{top:0}.navigation-loader--center{top:50%;transform:translateY(-50%)}.navigation-loader--bottom{bottom:0}.navigation-loader__bar{background-color:#0000;width:100%;height:3px;position:relative;overflow:hidden}.navigation-loader__bar-progress{background:linear-gradient(90deg,var(--color-brand)0%,var(--color-brand-light)50%,var(--color-brand)100%);width:30%;height:100%;animation:1.5s ease-in-out infinite navigation-loader-progress;position:absolute;left:-30%}@keyframes navigation-loader-progress{0%{left:-30%}50%{left:100%}to{left:100%}}
