:root{--error-text:var(--combo-text,#111827);--error-text-muted:var(--combo-text-muted,#6b7280);--error-border:var(--combo-border,#e5e7eb);--error-accent:var(--combo-icon,#00b2a9);--error-cta:#ffc107}.error-state-page{color:var(--error-text);background:#fff;margin:0;font-family:Montserrat,sans-serif}.error-state--page{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1.5rem 1rem;display:flex;overflow-x:hidden}@media (min-width:640px){.error-state--page{padding:3rem 1.5rem}}.error-state{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;width:min(100%,28rem);min-width:0;max-width:28rem;display:flex}.error-state--compact{width:100%;max-width:none;padding:2rem 1.5rem}.error-state--card{border:1px solid var(--error-border);text-align:left;background:#fff;border-radius:8px;align-items:flex-start;width:100%;max-width:none;padding:1.5rem}@media (min-width:640px){.error-state--card{padding:2rem}}.error-state__icon{background:linear-gradient(90deg,#00b2a9,#0052cc);color:#0000;-webkit-background-clip:text;background-clip:text;flex-shrink:0;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;line-height:1}@media (min-width:640px){.error-state__icon{margin-bottom:1rem;font-size:3rem}}.error-state__title{width:100%;min-width:0;color:var(--error-text);word-wrap:break-word;overflow-wrap:break-word;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.35}@media (min-width:640px){.error-state__title{font-size:1.5rem;line-height:1.3}}.error-state--card .error-state__title{font-size:1.125rem}@media (min-width:640px){.error-state--card .error-state__title{font-size:1.25rem}}.error-state__message{width:100%;min-width:0;color:var(--error-text-muted);word-wrap:break-word;overflow-wrap:break-word;margin:0 0 1.25rem;font-size:.875rem;line-height:1.6}@media (min-width:640px){.error-state__message{margin-bottom:1.5rem}}.error-state__actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;display:flex}@media (min-width:640px){.error-state__actions{flex-flow:wrap;justify-content:center;align-items:center;width:auto}.error-state--card .error-state__actions{justify-content:flex-start}}.error-state__btn{cursor:pointer;box-sizing:border-box;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:100%;min-width:0;padding:.75rem 1.5rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}@media (min-width:640px){.error-state__btn{width:auto}}.error-state__btn--secondary{border:1px solid var(--error-border);color:var(--error-text);background:#fff}.error-state__btn--secondary:hover{background:#f9fafb}.error-state__btn--primary{background:var(--error-cta);color:var(--error-text)}.error-state__btn--primary:hover{background:#ffc107e6}.error-state__btn--outline{border:1px solid var(--error-accent);color:var(--error-accent);background:#fff}.error-state__btn--outline:hover{background:#e6faf8}.error-state__support{word-wrap:break-word;overflow-wrap:break-word;width:100%;min-width:0;margin-top:1.25rem;font-size:.875rem;line-height:1.5}.error-state__support a{color:var(--error-accent);font-weight:600;text-decoration:none}.error-state__support a:hover{text-decoration:underline}
