*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#2c2c2c;background-color:#fff;font-family:Roboto,sans-serif;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;line-height:0;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;outline:none}.route-error{background-color:#f9f7f4;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.route-error:before,.route-error:after{content:"";pointer-events:none;background:radial-gradient(circle,#95784d14 0%,#95784d00 70%);border-radius:50%;width:400px;height:400px;position:absolute}.route-error:before{top:-150px;right:-100px}.route-error:after{bottom:-150px;left:-100px}.route-error__inner{text-align:center;z-index:1;width:100%;max-width:600px;animation:.6s ease-out errorFadeIn;position:relative}.route-error__icon-wrap{background-color:#95784d1a;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 32px;display:flex}.route-error__icon{color:#95784d!important;font-size:44px!important}.route-error__title{color:#2c2c2c;margin-bottom:20px!important}.route-error__desc{color:#666;max-width:480px;margin:0 auto 40px!important;line-height:1.7!important}.route-error__actions{justify-content:center;align-items:center}.route-error__btn{text-transform:none!important;letter-spacing:.02em!important;font-weight:500!important;transition:all .3s!important}.route-error__btn--primary{box-shadow:0 4px 16px #95784d40!important}.route-error__btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #95784d59!important}.route-error__debug{text-align:left;background-color:#0000000a;border-left:3px solid #95784d;border-radius:4px;margin-top:48px;padding:16px 20px}.route-error__debug-label{color:#95784d;margin-bottom:6px;display:block;font-weight:600!important}.route-error__debug-msg{color:#666;word-break:break-word;font-family:Courier New,monospace!important}.route-error--updating .route-error__inner{flex-direction:column;align-items:center;gap:24px;display:flex}.route-error__spinner{border:3px solid #95784d33;border-top-color:#95784d;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}.route-error__updating-text{color:#95784d;font-family:Libre Baskerville,serif!important}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.callback-page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.callback-page__header{border-bottom:1px solid #f0f0f0;align-items:center;padding:0 24px;display:flex}.callback-page__body{flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.page-loading{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.page-loading .page-loading-logo{object-fit:contain;display:block}
