#pair{min-height:var(--app-svh);display:flex;flex-direction:column}#pair header{width:100%;height:100px;position:fixed;z-index:10;top:0;transition:.15s ease-in-out;padding:0 48px 0 44px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:1440px){#pair header{padding:0 40px}}@media(max-width:992px){#pair header{height:60px}}@media(max-width:768px){#pair header{padding:0 32px 0 30px}}@media(max-width:480px){#pair header{height:70px;padding:0 16px 0 14px;gap:0}}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header{padding:0 40px 0 36px;gap:16px;height:60px}}#pair header nav{display:flex;align-items:center;gap:20px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header nav{gap:10px}}#pair header nav .logo{height:40px;display:flex;align-items:center;cursor:pointer;position:relative}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header nav .logo{height:32px}}#pair header nav .logo img{max-width:40px;max-height:40px;min-height:40px;width:fit-content;height:100%;cursor:pointer;transition:.25s ease-out}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header nav .logo img{max-width:32px;max-height:32px;min-height:32px}}#pair header nav .logo h1{font-size:18px;line-height:150%;font-weight:600;color:var(--color-primary);cursor:pointer;transition:.2s ease-out}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header nav .logo h1{font-size:15px;line-height:140%}}#pair header nav .logo:hover img{-webkit-transform:rotate(120deg) translateY(2px) translateX(2px);-webkit-transition-duration:.4s;-webkit-transition-delay:now;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite}#pair header nav ul{display:flex;align-items:center;gap:16px}@media(max-width:1024px){#pair header nav ul{display:none}}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header nav ul{display:flex;gap:8px}#pair header nav ul li{padding-bottom:4px}}#pair header nav ul li,#pair header nav ul li *{cursor:pointer}@media(max-width:1280px){#pair header nav ul li.secondary{display:none}}#pair header nav ul li a{position:relative;font-size:14px;color:var(--text-less);transition:.15s}#pair header nav ul li a.active,#pair header nav ul li a:hover{color:var(--text-primary)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header nav ul li a{font-size:10px}}#pair header nav ul li:last-of-type a:hover svg{transform:scale(1.1)}#pair header nav ul li:last-of-type a:before{display:none}#pair header .right{display:flex;align-items:center;justify-content:flex-end;gap:8px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right{gap:6px}}#pair header .right .search{position:relative}@media(max-width:992px){#pair header .right .search{display:none}}#pair header .right .search svg{position:absolute;top:50%;transform:translateY(-50%);font-size:18px;transition:.15s}#pair header .right .search svg.poisk{left:12px}#pair header .right .search svg.clear{right:12px}@media(max-width:1440px){#pair header .right .search svg{font-size:16px}#pair header .right .search svg.poisk{left:10px}#pair header .right .search svg.clear{right:10px}}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .search svg{font-size:14px}}#pair header .right .search input{width:260px;height:38px;background:rgba(0,0,0,0);padding:0 6px 0 38px;border-radius:8px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.08);font-size:13px;font-weight:400;transition:.15s}@media(max-width:1440px){#pair header .right .search input{width:230px;font-size:12px;padding:0 6px 0 34px}}#pair header .right .search input:focus{background:hsla(0,0%,100%,.1)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .search input{width:180px;height:30px;font-size:10px;padding:0 5px 0 32px;border-radius:6px}}#pair header .right .search.active input{border-color:rgba(var(--color-primary-rgb),.4);background:rgba(var(--color-primary-rgb),.08)}#pair header .right .search.active svg.poisk{color:var(--color-primary)}#pair header .right .search-mobile{display:none}#pair header .right .favorite,#pair header .right .notification{width:38px;height:38px;position:relative;border-radius:8px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.08);transition:.15s;display:flex;align-items:center;justify-content:center}#pair header .right .favorite:hover,#pair header .right .notification:hover{background:hsla(0,0%,100%,.2)}#pair header .right .favorite::selection,#pair header .right .notification::selection{background:rgba(0,0,0,0)}#pair header .right .favorite,#pair header .right .favorite *,#pair header .right .notification,#pair header .right .notification *{cursor:pointer}#pair header .right .favorite svg,#pair header .right .notification svg{font-size:21px;transition:.15s}@media(max-width:1360px){#pair header .right .favorite,#pair header .right .notification{display:none}}#pair header .right .language{transition:.2s;position:relative;width:80px;height:38px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .language{width:68px;height:30px}}#pair header .right .language .lang-menu{width:100%;height:38px;display:flex;flex-direction:column;border:1px solid rgba(var(--text-primary-rgb),.06);background:rgba(var(--text-primary-rgb),.08);border-radius:8px;overflow:hidden;font-weight:400;font-size:15px;transition:.2s;position:absolute;z-index:1;top:0;left:0}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .language .lang-menu{height:30px;font-size:13px;border-radius:6px}}#pair header .right .language .lang-menu .selected,#pair header .right .language .lang-menu button{min-height:38px!important;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;transition:.2s;gap:4px;font-size:14px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .language .lang-menu .selected,#pair header .right .language .lang-menu button{min-height:30px!important}}#pair header .right .language .lang-menu .selected,#pair header .right .language .lang-menu .selected *,#pair header .right .language .lang-menu button,#pair header .right .language .lang-menu button *{cursor:pointer}#pair header .right .language .lang-menu .selected ::selection,#pair header .right .language .lang-menu button ::selection{background:rgba(0,0,0,0)}#pair header .right .language .lang-menu .selected:disabled,#pair header .right .language .lang-menu button:disabled{display:none}#pair header .right .language .lang-menu .selected img,#pair header .right .language .lang-menu button img{width:20px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .language .lang-menu .selected img,#pair header .right .language .lang-menu button img{width:16px}}#pair header .right .language .lang-menu .selected span,#pair header .right .language .lang-menu button span{padding-top:1px;transition:.2s;color:#fff;text-transform:uppercase}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .language .lang-menu .selected span,#pair header .right .language .lang-menu button span{font-size:12px}}#pair header .right .language .lang-menu.active{height:116px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .language .lang-menu.active{height:92px}}#pair header .right .language .lang-menu.active:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;filter:blur(20px);backdrop-filter:blur(20px);background:rgba(0,0,0,.1)}#pair header .right .account{height:100%;display:flex;align-items:center;justify-content:center}#pair header .right .account img.avatar{max-width:38px;max-height:38px;min-height:38px;transition:.2s;border-radius:50%;width:fit-content;height:100%;cursor:pointer}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right .account img.avatar{max-width:30px;max-height:30px;min-height:30px}}#pair header .right a{height:38px;color:#fff;padding:0 24px;font-size:14px;border-radius:8px;font-weight:400;white-space:nowrap;transition:.2s ease;background:var(--color-primary);text-align:center;line-height:37px}#pair header .right a::selection{background:rgba(0,0,0,0)}#pair header .right a:hover{background:var(--color-hover)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .right a{height:30px;font-size:11px;padding:0 16px;border-radius:6px;line-height:31px}}#pair header .account-menu-wrapper{width:100%;height:var(--app-svh);position:absolute;z-index:1;top:0;right:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:.3s ease;display:flex}#pair header .account-menu-wrapper .close{width:calc(100% - 320px);height:100%}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .close{width:calc(100% - 260px)}}@media(max-width:441px){#pair header .account-menu-wrapper .close{width:calc(100% - 280px)}}#pair header .account-menu-wrapper .menu{width:300px;height:100%;background:rgba(var(--bg-primary-rgb),.82);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);position:absolute;top:0;right:-300px;transition:.3s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 32px rgba(0,0,0,.4);border-left:1px solid hsla(0,0%,100%,.05);display:flex;flex-direction:column}@media(max-width:992px){#pair header .account-menu-wrapper .menu{height:calc(100% - 65px - env(safe-area-inset-bottom))}}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu{width:240px;right:-240px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu{width:260px;right:-260px}}#pair header .account-menu-wrapper .menu .menu-header{padding:24px 20px;border-bottom:1px solid hsla(0,0%,100%,.06);display:flex;align-items:center;gap:14px;flex-shrink:0}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-header{padding:16px;gap:10px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-header{padding:18px 16px;gap:12px}}#pair header .account-menu-wrapper .menu .menu-header img.avatar{width:46px;height:46px;min-width:46px;border-radius:50%;object-fit:cover;border:2px solid hsla(0,0%,100%,.08);transition:.2s ease}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-header img.avatar{width:38px;height:38px;min-width:38px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-header img.avatar{width:40px;height:40px;min-width:40px}}#pair header .account-menu-wrapper .menu .menu-header .info{flex:1;min-width:0}#pair header .account-menu-wrapper .menu .menu-header .info h3{font-size:15px;font-weight:600;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-header .info h3{font-size:13px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-header .info h3{font-size:14px}}#pair header .account-menu-wrapper .menu .menu-header .info p{font-size:12px;color:var(--text-many);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35;margin-top:2px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-header .info p{font-size:11px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-header .info p{font-size:11px}}#pair header .account-menu-wrapper .menu .menu-content{flex:1;overflow-y:auto;padding:8px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-content{padding:6px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-content{padding:6px}}#pair header .account-menu-wrapper .menu .menu-content::-webkit-scrollbar{width:3px}#pair header .account-menu-wrapper .menu .menu-content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}#pair header .account-menu-wrapper .menu .menu-content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.08);border-radius:4px}#pair header .account-menu-wrapper .menu .menu-content .menu-nav{display:none;flex-direction:column;padding:4px 0;margin-bottom:4px;border-bottom:1px solid hsla(0,0%,100%,.06)}@media(max-width:1024px){#pair header .account-menu-wrapper .menu .menu-content .menu-nav{display:flex}}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-content .menu-nav{display:flex}}#pair header .account-menu-wrapper .menu .menu-content .menu-section{display:flex;flex-direction:column;padding:4px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}#pair header .account-menu-wrapper .menu .menu-content .menu-section:last-child{border-bottom:none}#pair header .account-menu-wrapper .menu .menu-content .menu-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;font-size:14px;color:var(--text-less);transition:all .15s ease;cursor:pointer;position:relative;text-decoration:none}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-content .menu-item{padding:8px 12px;font-size:13px;gap:10px;border-radius:8px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-content .menu-item{padding:9px 12px;font-size:13px;gap:10px;border-radius:8px}}#pair header .account-menu-wrapper .menu .menu-content .menu-item .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#pair header .account-menu-wrapper .menu .menu-content .menu-item .icon svg{font-size:18px;transition:.15s ease}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-content .menu-item .icon svg{font-size:16px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-content .menu-item .icon svg{font-size:16px}}#pair header .account-menu-wrapper .menu .menu-content .menu-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pair header .account-menu-wrapper .menu .menu-content .menu-item:hover{background:hsla(0,0%,100%,.07);color:var(--text-primary)}#pair header .account-menu-wrapper .menu .menu-content .menu-item.active{background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary)}#pair header .account-menu-wrapper .menu .menu-content .menu-item.active .icon svg{color:var(--color-primary)}#pair header .account-menu-wrapper .menu .menu-content .menu-item.responsive{display:none}@media(max-width:1360px){#pair header .account-menu-wrapper .menu .menu-content .menu-item.responsive{display:flex}}#pair header .account-menu-wrapper .menu .menu-content .menu-item.logout .icon svg{transform:rotate(180deg)}#pair header .account-menu-wrapper .menu .menu-content .menu-item.logout:hover{background:rgba(239,68,68,.08);color:#ef4444}#pair header .account-menu-wrapper .menu .menu-content .menu-item.logout:hover .icon svg{color:#ef4444}#pair header .account-menu-wrapper .menu .menu-content .menu-item,#pair header .account-menu-wrapper .menu .menu-content .menu-item *{cursor:pointer}#pair header .account-menu-wrapper .menu .menu-footer{padding:12px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:8px;flex-shrink:0}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-footer{padding:10px;gap:6px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-footer{padding:10px;gap:6px}}#pair header .account-menu-wrapper .menu .menu-footer .footer-btn{width:100%;height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);transition:all .15s ease;cursor:pointer}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-footer .footer-btn{height:38px;border-radius:8px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-footer .footer-btn{height:38px;border-radius:8px}}#pair header .account-menu-wrapper .menu .menu-footer .footer-btn:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12)}#pair header .account-menu-wrapper .menu .menu-footer .footer-btn,#pair header .account-menu-wrapper .menu .menu-footer .footer-btn *{cursor:pointer}#pair header .account-menu-wrapper .menu .menu-footer .footer-btn svg{font-size:18px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-footer .footer-btn svg{font-size:16px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-footer .footer-btn svg{font-size:16px}}#pair header .account-menu-wrapper .menu .menu-footer .footer-btn span{white-space:nowrap;color:var(--text-primary);font-weight:400;font-size:14px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .account-menu-wrapper .menu .menu-footer .footer-btn span{font-size:13px}}@media(max-width:441px){#pair header .account-menu-wrapper .menu .menu-footer .footer-btn span{font-size:13px}}#pair header .account-menu-wrapper.active{opacity:1;visibility:visible}#pair header .account-menu-wrapper.active .menu{right:0}#pair header .rodal .rodal-dialog{max-width:90%;width:fit-content!important;height:fit-content!important;background:var(--bg-primary);border-radius:5px;overflow:hidden;padding:0}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .rodal .rodal-dialog{max-width:70%;transform:scale(.85)}}#pair header .rodal .rodal-dialog .text{padding:16px 20px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .rodal .rodal-dialog .text p{font-size:15px}}@media(max-width:441px){#pair header .rodal .rodal-dialog .text p{font-size:15px}}#pair header .rodal .rodal-dialog .wrapper button{width:50%;padding:12px}#pair header .rodal .rodal-dialog .wrapper button.cancel{border-top:1px solid var(--bg-secondary);transition:.15s}#pair header .rodal .rodal-dialog .wrapper button.cancel:hover{border-top:1px solid var(--border-primary);background:var(--bg-secondary)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .rodal .rodal-dialog .wrapper button.cancel{font-size:15px}}@media(max-width:441px){#pair header .rodal .rodal-dialog .wrapper button.cancel{font-size:15px}}#pair header .rodal .rodal-dialog .wrapper button.confirm{border-top:1px solid var(--color-primary);background:var(--color-primary);transition:.15s}#pair header .rodal .rodal-dialog .wrapper button.confirm:hover{background:var(--color-hover)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair header .rodal .rodal-dialog .wrapper button.confirm{font-size:15px}}@media(max-width:441px){#pair header .rodal .rodal-dialog .wrapper button.confirm{font-size:15px}}#pair header .rodal .rodal-close{display:none}#pair header.active{background-color:rgba(var(--bg-primary-rgb),.5);height:70px}#pair header.active:before{content:"";position:absolute;z-index:-1;width:101%;height:100%;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transform:translateX(-48px)}@media(max-width:768px){#pair header.active:before{transform:translateX(-32px);padding:0 32px}}@media(max-width:441px){#pair header.active:before{transform:translateX(-16px);padding:0 16px}}@media(max-width:1024px){#pair header.active{height:50px}}@media(max-width:441px){#pair header.active{height:60px}}#pair header.active .right{height:60%}#pair footer{position:relative;background:var(--bg-secondary);overflow:hidden}@media(max-width:992px){#pair footer{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}#pair footer .footer-glow{width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-primary-rgb),.5),transparent)}#pair footer .footer-glow,#pair footer .footer-glow:after{position:absolute;top:0;left:50%;transform:translateX(-50%)}#pair footer .footer-glow:after{content:"";width:40%;height:80px;background:radial-gradient(ellipse at top,rgba(var(--color-primary-rgb),.06) 0,transparent 70%)}#pair footer .footer-content{width:100%;padding:0 48px 0 44px;box-sizing:border-box}@media(max-width:1440px){#pair footer .footer-content{padding:0 40px}}@media(max-width:768px){#pair footer .footer-content{padding:0 32px 0 30px}}@media(max-width:480px){#pair footer .footer-content{padding:0 16px 0 14px}}#pair footer .footer-top{display:flex;justify-content:space-between;gap:64px;padding:56px 0 40px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-top{padding:40px 0 32px;gap:32px}}@media(max-width:900px){#pair footer .footer-top{flex-direction:column;gap:40px}}@media(max-width:441px){#pair footer .footer-top{padding:36px 0 28px;gap:32px}}#pair footer .footer-brand{max-width:300px;display:flex;flex-direction:column;gap:16px;flex-shrink:0}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-brand{max-width:240px;gap:12px}}@media(max-width:900px){#pair footer .footer-brand{max-width:100%}}#pair footer .footer-brand .logo-row{display:flex;align-items:center;gap:10px}#pair footer .footer-brand .logo-row img{width:36px;height:36px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-brand .logo-row img{width:30px;height:30px}}#pair footer .footer-brand .logo-row .logo-text{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.02em}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-brand .logo-row .logo-text{font-size:17px}}@media(max-width:441px){#pair footer .footer-brand .logo-row .logo-text{font-size:18px}}#pair footer .footer-brand .tagline{font-size:13px;line-height:1.6;color:var(--text-less);font-weight:400}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-brand .tagline{font-size:11px}}@media(max-width:441px){#pair footer .footer-brand .tagline{font-size:12px}}#pair footer .footer-brand .available-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}#pair footer .footer-brand .available-badges .badge{display:flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;border:1px solid var(--border-primary);background:hsla(0,0%,100%,.03);transition:.2s}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-brand .available-badges .badge{padding:5px 11px;border-radius:6px}}#pair footer .footer-brand .available-badges .badge:hover{border-color:var(--border-secondary);background:hsla(0,0%,100%,.06)}#pair footer .footer-brand .available-badges .badge svg{font-size:14px;color:var(--text-many)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-brand .available-badges .badge svg{font-size:12px}}#pair footer .footer-brand .available-badges .badge span{font-size:12px;font-weight:400;color:var(--text-many);white-space:nowrap}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-brand .available-badges .badge span{font-size:10px}}#pair footer .footer-links{display:flex;gap:56px;flex-wrap:wrap}@media(max-width:1140px){#pair footer .footer-links{gap:40px}}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-links{gap:24px}}@media(max-width:768px){#pair footer .footer-links{gap:32px}}@media(max-width:441px){#pair footer .footer-links{gap:0;row-gap:28px}}#pair footer .link-group{min-width:100px}@media(max-width:441px){#pair footer .link-group{min-width:0;box-sizing:border-box}#pair footer .link-group:nth-child(odd){width:55%}#pair footer .link-group:nth-child(2n){width:45%}}#pair footer .link-group h4{font-size:12px;font-weight:600;color:var(--text-less);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .link-group h4{font-size:10px;margin-bottom:12px}}@media(max-width:441px){#pair footer .link-group h4{font-size:11px;margin-bottom:14px}}#pair footer .link-group ul{display:flex;flex-direction:column;gap:12px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .link-group ul{gap:10px}}#pair footer .link-group ul li{list-style:none}#pair footer .link-group ul li a,#pair footer .link-group ul li span{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.55);transition:.2s;cursor:pointer;white-space:nowrap}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .link-group ul li a,#pair footer .link-group ul li span{font-size:11px}}@media(max-width:441px){#pair footer .link-group ul li a,#pair footer .link-group ul li span{font-size:12px;white-space:normal;word-break:break-word}}#pair footer .link-group ul li a:hover,#pair footer .link-group ul li span:hover{color:#fff;transform:translateX(2px)}#pair footer .link-group ul li a,#pair footer .link-group ul li span{display:inline-block}#pair footer .link-group ul.social-list{gap:10px}#pair footer .link-group ul.social-list li a{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:10px;border:1px solid var(--border-primary);background:hsla(0,0%,100%,.02);transition:.2s;color:hsla(0,0%,100%,.6)}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .link-group ul.social-list li a{padding:6px 12px;border-radius:8px}}@media(max-width:441px){#pair footer .link-group ul.social-list li a{padding:7px 10px;width:100%;box-sizing:border-box;justify-content:flex-start}}#pair footer .link-group ul.social-list li a:hover{background:hsla(0,0%,100%,.06);border-color:var(--border-secondary);color:#fff;transform:translateX(0) translateY(-1px)}#pair footer .link-group ul.social-list li a:hover svg{color:var(--color-primary)}#pair footer .link-group ul.social-list li a svg{font-size:15px;transition:.2s;color:hsla(0,0%,100%,.5);flex-shrink:0}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .link-group ul.social-list li a svg{font-size:13px}}#pair footer .link-group ul.social-list li a span{font-size:13px;font-weight:400;color:inherit}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .link-group ul.social-list li a span{font-size:11px}}#pair footer .link-group ul.social-list li a span:hover{transform:none}#pair footer .footer-divider{height:1px;background:linear-gradient(90deg,transparent,var(--border-primary) 20%,var(--border-primary) 80%,transparent)}#pair footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:10px 0;gap:16px}@media(max-width:441px){#pair footer .footer-bottom{padding:16px 0 20px}}#pair footer .footer-bottom .copyright{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}#pair footer .footer-bottom .copyright a,#pair footer .footer-bottom .copyright span{font-size:12px;font-weight:400;color:hsla(0,0%,100%,.4);transition:.2s;white-space:nowrap}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-bottom .copyright a,#pair footer .footer-bottom .copyright span{font-size:11px}}@media(max-width:441px){#pair footer .footer-bottom .copyright a,#pair footer .footer-bottom .copyright span{font-size:11px}}#pair footer .footer-bottom .copyright a{cursor:pointer}#pair footer .footer-bottom .copyright a:hover{color:#fff}#pair footer .footer-bottom .copyright .dot{margin:0 4px;color:hsla(0,0%,100%,.2)}@media(max-width:441px){#pair footer .footer-bottom .copyright .dot{display:none}#pair footer .footer-bottom .copyright .rights{width:100%}}#pair footer .footer-bottom .developer{flex-shrink:0}#pair footer .footer-bottom .developer,#pair footer .footer-bottom .developer *{cursor:pointer}#pair footer .footer-bottom .developer img{height:48px;opacity:.4;transition:.25s}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){#pair footer .footer-bottom .developer img{height:40px}}@media(max-width:441px){#pair footer .footer-bottom .developer img{height:56px}}#pair footer .footer-bottom .developer img:hover{opacity:.8;transform:scale(1.05)}#pair .pair-section{flex:1;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:40px 20px}#pair .pair-section .pair-card{width:100%;max-width:460px;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:18px}#pair .pair-section .pair-card h1{font-size:24px;font-weight:700;margin:0;text-align:center}#pair .pair-section .pair-card .pair-subtitle{color:var(--text-less);text-align:center;margin:0;font-size:14px}#pair .pair-section .pair-card .pair-error{color:var(--color-error);text-align:center;margin:0}#pair .pair-section .pair-card .pair-success{text-align:center}#pair .pair-section .pair-card .pair-success p{margin:4px 0}#pair .pair-section .pair-card .pair-success p:first-child{font-size:18px;font-weight:600;color:var(--color-primary)}#pair .pair-section .pair-card .pair-success .pair-hint{color:var(--text-less);font-size:13px}#pair .pair-section .pair-card .pair-code-form{display:flex;flex-direction:column;gap:12px}#pair .pair-section .pair-card .pair-code-form label{display:flex;flex-direction:column;gap:6px}#pair .pair-section .pair-card .pair-code-form label span{font-size:13px;color:var(--text-less);text-transform:uppercase;letter-spacing:.6px}#pair .pair-section .pair-card .pair-code-form label input{height:52px;padding:0 16px;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:10px;color:var(--text-primary);font-size:20px;letter-spacing:4px;text-align:center;font-weight:600;font-family:var(--font-archivo),monospace}#pair .pair-section .pair-card .pair-code-form label input:focus{border-color:var(--color-primary);outline:none}#pair .pair-section .pair-card .pair-code-form button{height:48px;background:var(--color-primary);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:15px;cursor:pointer}#pair .pair-section .pair-card .pair-code-form button:hover:not(:disabled){background:var(--color-hover)}#pair .pair-section .pair-card .pair-code-form button:disabled{opacity:.6;cursor:not-allowed}#pair .pair-section .pair-card .pair-approve{display:flex;flex-direction:column;gap:14px;align-items:center}#pair .pair-section .pair-card .pair-approve .pair-confirm-code{display:flex;flex-direction:column;align-items:center;gap:6px;margin:0}#pair .pair-section .pair-card .pair-approve .pair-confirm-code span{font-size:12px;color:var(--text-less);text-transform:uppercase;letter-spacing:.6px}#pair .pair-section .pair-card .pair-approve .pair-confirm-code strong{font-size:26px;font-weight:700;letter-spacing:4px;color:var(--color-primary);font-family:var(--font-archivo),monospace}#pair .pair-section .pair-card .pair-approve button{width:100%;height:50px;background:var(--color-primary);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:16px;cursor:pointer}#pair .pair-section .pair-card .pair-approve button:hover:not(:disabled){background:var(--color-hover)}#pair .pair-section .pair-card .pair-approve button:disabled{opacity:.6;cursor:not-allowed}