.error-module__bSZLSW__container{min-height:100dvh;padding:var(--space-6);background:var(--surface-ground);justify-content:center;align-items:center;display:flex}.error-module__bSZLSW__content{text-align:center;max-width:480px}.error-module__bSZLSW__icon{color:var(--error);margin-bottom:var(--space-6);display:block}.error-module__bSZLSW__icon svg{margin:0 auto}.error-module__bSZLSW__title{font-size:var(--text-3xl);color:var(--text-primary);margin-bottom:var(--space-3)}.error-module__bSZLSW__description{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-8)}.error-module__bSZLSW__button{padding:var(--space-3) var(--space-6);background:var(--green-600);color:var(--text-inverse);border-radius:var(--radius-md);font-weight:var(--weight-semibold);font-size:var(--text-base);transition:background var(--duration-fast) var(--ease-out);cursor:pointer;border:none;justify-content:center;align-items:center;min-height:44px;display:inline-flex}.error-module__bSZLSW__button:hover{background:var(--green-500)}.error-module__bSZLSW__button:focus-visible{box-shadow:var(--focus-ring)}