.errorpage{background:#d1d5db;justify-content:center;align-items:center;min-height:100vh;display:flex}.errorpage__content{text-align:center;max-width:600px;margin:0 auto}.errorpage__content h1{color:#000;margin:10px 0;font-size:32px;font-weight:700;line-height:1.2}.errorpage__content p{color:#6b7280;margin:0 0 16px;font-size:16px;line-height:1.2}.errorpage__content .btn{color:#fff;width:unset;cursor:pointer;background:#0270ff;border:none;border-radius:50px;margin:0;padding:16px 32px;font-size:16px;font-weight:600;transition:transform .2s;display:inline-block}.errorpage__content .btn:hover{transform:translateY(-1px)}.errorpage__icon{color:red;max-width:80px;max-height:80px;margin:0 auto}.errorpage__icon svg,.errorpage__icon img{width:100%;height:100%;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}
