.error-state{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fff5f5,#fed7d7)}.error-state__content{max-width:500px;text-align:center;background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.error-state__icon{color:#e53e3e;margin-bottom:1.5rem;display:flex;justify-content:center}.error-state__icon svg{width:120px;height:120px}.error-state__title{font-size:2rem;font-weight:700;color:#742a2a;margin-bottom:1rem}.error-state__message{font-size:1.125rem;color:#c53030;line-height:1.6;margin-bottom:2rem}.error-state__actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.error-state__button{padding:.875rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#e53e3e,#c53030);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(229,62,62,.3)}.error-state__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(229,62,62,.4)}.error-state__button:active{transform:translateY(0)}.error-state__help{font-size:.875rem;color:#742a2a;margin-top:1rem}@media(max-width:640px){.error-state{padding:1rem}.error-state__content{padding:2rem 1.5rem}.error-state__icon svg{width:80px;height:80px}.error-state__title{font-size:1.5rem}.error-state__message{font-size:1rem}}