.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ds-space-4);box-sizing:border-box;text-align:center;font-family:var(--ds-font-sans);color:var(--ds-text)}.error-state--card,.error-state--page{padding:var(--ds-space-8) var(--ds-space-6);border:1px dashed var(--ds-border-strong);border-radius:var(--ds-radius-lg);background:var(--ds-surface)}.error-state--page{padding:var(--ds-space-16) var(--ds-space-6)}.error-state--inline{flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;padding:var(--ds-space-3) var(--ds-space-4);text-align:left;border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);background:var(--ds-surface)}.error-state--inline,.error-state--sm{gap:var(--ds-space-3)}.error-state--card.error-state--sm{padding:var(--ds-space-5) var(--ds-space-4)}.error-state__icon{display:inline-grid;place-items:center;flex:none;width:44px;height:44px;border-radius:var(--ds-radius-md);background:var(--ds-danger-tint);color:var(--ds-danger)}.error-state__icon>svg{width:22px;height:22px}.error-state--sm .error-state__icon{width:36px;height:36px}.error-state--sm .error-state__icon>svg{width:18px;height:18px}.error-state--inline .error-state__icon{width:24px;height:24px;margin-top:1px;border-radius:var(--ds-radius-sm)}.error-state--inline .error-state__icon>svg{width:18px;height:18px}.error-state .error-state__icon:has(>img,>picture){width:auto;height:auto;border-radius:0;background:none}.error-state__body{display:grid;grid-gap:var(--ds-space-1);gap:var(--ds-space-1);min-width:0;max-width:420px}.error-state--inline .error-state__body{flex:1 1;max-width:none}.error-state__title{margin:0;font-size:var(--ds-text-h3);font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-snug);letter-spacing:var(--ds-tracking-tight);color:var(--ds-text)}.error-state--page .error-state__title{font-size:var(--ds-text-h2)}.error-state--inline .error-state__title,.error-state--sm .error-state__title{font-size:var(--ds-text-base)}.error-state__description{margin:0;font-size:var(--ds-text-ui);line-height:var(--ds-leading-normal);color:var(--ds-text-muted)}.error-state--inline .error-state__description,.error-state--sm .error-state__description{font-size:var(--ds-text-sm)}.error-state__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--ds-space-2)}.error-state--inline .error-state__actions{flex:none;align-self:center;margin-left:auto}.error-state__detail{width:100%;max-width:560px;text-align:left;font-size:var(--ds-text-xs);color:var(--ds-text-muted)}.error-state--inline .error-state__detail{flex-basis:100%;max-width:none}.error-state__detail-summary{cursor:pointer;font-weight:var(--ds-weight-medium);-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-state__detail-summary:focus-visible{outline:2px solid var(--ds-focus);outline-offset:var(--ds-focus-offset);border-radius:var(--ds-radius-xs)}.error-state__detail-text{max-height:200px;overflow:auto;margin:var(--ds-space-2) 0 0;padding:var(--ds-space-3);border-radius:var(--ds-radius-sm);background:var(--ds-surface-sunken);font-family:var(--ds-font-mono);font-size:var(--ds-text-2xs);text-align:left;white-space:pre-wrap;word-break:break-word}