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