:root{--bg:#0a0a0a;--surface:#141414;--text:#f2f2f2;--muted:#8a8a8a;--border:#222;--border-strong:#333;--accent:#e8e8e8;--tg:#2aabee;--tg-hover:#229ed9;--radius:8px;--font:"IBM Plex Sans", sans-serif;--header-h:64px}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}button,input{font:inherit;color:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}.app{flex-direction:column;min-height:100vh;display:flex}.header{z-index:20;background:0 0;padding:14px 16px 0;position:sticky;top:0}.header__inner{max-width:1100px;height:var(--header-h);-webkit-backdrop-filter:blur(8px)saturate(140%);background:#16161673;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:16px;margin:0 auto;padding:0 18px 0 22px;display:flex;box-shadow:0 8px 28px #00000059,0 2px 6px #00000040,inset 0 1px #ffffff0f}.logo{letter-spacing:.08em;white-space:nowrap;color:#eaedff;flex-shrink:0;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-size:18px;font-style:italic;font-weight:900;display:inline-flex}.logo__eyes{color:var(--text);flex-shrink:0}.search-bar{width:100%;max-width:1100px;margin:0 auto;padding:28px 16px 0}.search{width:100%;max-width:none;position:relative}.search__icon{color:var(--muted);pointer-events:none;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.search__input{border:none;border-bottom:1px solid var(--border-strong);background:0 0;border-radius:0;outline:none;width:100%;height:48px;padding:0 28px;font-size:16px;transition:border-color .15s}.search__input:focus{border-color:#666}.search__input::placeholder{color:#666}.search__input::-webkit-search-cancel-button{appearance:none;cursor:pointer;background:#666;border-radius:50%;width:14px;height:14px;margin-right:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 0 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 0 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") 50%/contain no-repeat}.search__input::-webkit-search-cancel-button:hover{background:#aaa}.header__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.header__right{align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.header__nav{align-items:center;gap:4px;min-width:0;display:flex}.header__link{color:#eaedffad;white-space:nowrap;border-radius:9999px;align-items:center;gap:7px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.header__link:hover{color:#eaedff;background:#ffffff0d}.header__link.is-active{color:#0a0a0a;background:#eaedff}.header__badge{color:#0a0a0a;background:#eaedff;border-radius:9999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;line-height:1;display:inline-grid}.header__link.is-active .header__badge{color:#eaedff;background:#0a0a0a}.currency{position:relative}.currency__btn{box-sizing:border-box;background:var(--bg);color:#eaedff;appearance:none;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin:0;padding:0;line-height:0;display:inline-flex}.currency__btn-icon{pointer-events:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.currency__btn-icon svg{width:20px;height:20px;display:block}.currency__btn.is-open{color:#fff}.currency__menu{z-index:40;background:#161616;border:1px solid #2a2a2a;border-radius:12px;flex-direction:column;gap:4px;min-width:180px;padding:4px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 32px #00000073}.currency__option{color:#eaedff;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:8px 10px;display:flex}.currency__option:hover,.currency__option.is-active{background:#ffffff0f}.currency__left{align-items:center;gap:8px;min-width:0;display:inline-flex}.currency__flag{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px;display:block}.currency__code{font-size:13px;font-weight:600}.currency__country{color:var(--muted);font-size:12px}.btn-tg{background:var(--bg);color:#eaedff;border-radius:9999px;align-items:center;min-width:210px;height:34px;padding:0 10px 0 0;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.btn-tg:hover{background:#111}.btn-tg__icon{flex-shrink:0;justify-content:center;align-items:center;width:38px;height:100%;display:inline-flex}.btn-tg__label{text-align:center;flex:1;padding-right:8px}.btn-tg:disabled{opacity:.7;cursor:wait}.header__login{align-items:center;gap:8px;display:inline-flex;position:relative}.header__pair-toggle{color:#eaedffb8;white-space:nowrap;background:0 0;border-radius:9999px;height:34px;padding:0 10px;font-size:12px;font-weight:600}.header__pair-toggle:hover{color:#eaedff}.header__pair{z-index:40;background:#161616;border:1px solid #2a2a2a;border-radius:12px;gap:6px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 32px #00000073}.header__pair-input{color:#eaedff;letter-spacing:.08em;text-align:center;background:#0f0f0f;border:1px solid #eaedff29;border-radius:10px;width:88px;height:34px;padding:0 10px;font-size:14px;font-weight:700}.header__pair-submit{color:#0a0a0a;background:#eaedff;border-radius:10px;height:34px;padding:0 12px;font-size:13px;font-weight:700}.header__pair-submit:disabled{opacity:.45;cursor:default}.header__pair-make{color:#eaedff;letter-spacing:.04em;white-space:nowrap;background:#161616;border:1px solid #eaedff24;border-radius:9999px;height:34px;padding:0 12px;font-size:12px;font-weight:700}.header__pair-make--desktop{align-items:center;display:inline-flex}.header__pair-make.is-ready{color:#7dffb3;border-color:#7dffb359}.user-chip{background:var(--bg);color:#eaedff;border-radius:9999px;align-items:center;gap:10px;max-width:220px;height:34px;padding:0 12px 0 4px;display:inline-flex}.user-chip__avatar,.user-chip__fallback{border-radius:50%;flex-shrink:0;width:28px;height:28px}.user-chip__avatar{object-fit:cover}.user-chip__fallback{background:#2a2a2a;place-items:center;font-size:12px;font-weight:700;display:grid}.user-chip__name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;overflow:hidden}.header__account{position:relative}.header__account--mobile{display:none}.header__menu{z-index:40;background:#161616;border:1px solid #2a2a2a;border-radius:12px;flex-direction:column;gap:4px;min-width:180px;padding:4px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 32px #00000073}.header__menu-link{color:#eaedffc7;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.header__menu-link:hover,.header__menu-link.is-active{color:#eaedff;background:#eaedff14}.header__menu-link--logout{color:#ff6b6b}.header__menu-link--logout:hover{color:#ff8585;background:#ff6b6b1f}.main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:20px 16px 48px}.category-page{padding-top:80px}.catalog{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:40px 48px;display:grid}.game-card{text-align:left;border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;padding:18px 4px;transition:opacity .15s;display:flex}.game-card:hover{opacity:.75}.game-card__title{letter-spacing:-.02em;color:#eaedff;margin:0 0 6px;font-size:18px;font-weight:600;line-height:1.25}.game-card__sections{color:var(--muted);margin:0;font-size:13px;line-height:1.35}.empty{text-align:center;color:var(--muted);border:1px dashed var(--border-strong);border-radius:var(--radius);padding:48px 16px}.empty p{margin:0;font-size:14px}.category-page__header{margin-bottom:22px}.category-page__title{letter-spacing:-.03em;color:#eaedff;margin:0 0 8px;font-size:28px;font-weight:700}.category-page__desc{max-width:720px;color:var(--muted);margin:0;font-size:14px;line-height:1.5}.my-listings-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.my-listings-page__heading{min-width:0}.my-listings-page__actions{align-items:center;gap:10px;margin-bottom:18px;display:flex}.my-listings-page__boost{color:#0a0a0a;white-space:nowrap;background:#eaedff;border-radius:10px;flex-shrink:0;height:40px;padding:0 18px;font-size:14px;font-weight:600;transition:background .15s,opacity .15s}.my-listings-page__boost:hover:not(:disabled){background:#dfe3ff}.my-listings-page__boost:disabled{opacity:.45;cursor:default}.my-listings-page__add{color:#eaedff;background:#2a2a2a;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:background .15s;display:grid}.my-listings-page__add:hover{background:#3a3a3a}.my-lot-card.is-inactive{opacity:.72}.my-lot-card__title-btn,.my-lot-card__avatar-btn,.my-lot-card__seller-btn,.my-lot-card__price-btn{color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.my-lot-card__title-btn{color:#eaedff;min-width:0;max-width:100%;margin:0;font-size:15px;line-height:1.4}.my-lot-card__avatar-btn{place-self:center start;width:40px;height:40px;position:relative}.my-lot-card__seller-btn{flex-direction:column;justify-self:start;gap:2px;min-width:0;display:flex}.my-lot-card__price-btn{white-space:nowrap;text-align:left;justify-self:start;min-width:0;margin:0;font-weight:700}.my-lot-card__tools{flex-shrink:0;justify-self:end;align-items:center;gap:10px;display:flex}.my-lot-card__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;margin-left:4px;display:inline-flex}.my-lot-card__toggle.is-busy{opacity:.55;pointer-events:none}.my-lot-card__toggle input{opacity:0;pointer-events:none;position:absolute}.my-lot-card__switch{background:#2a2a2a;border-radius:999px;flex-shrink:0;width:40px;height:24px;transition:background .15s;position:relative}.my-lot-card__switch:after{content:"";background:#eaedff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px}.my-lot-card__toggle input:checked+.my-lot-card__switch{background:#3ddc84}.my-lot-card__toggle input:checked+.my-lot-card__switch:after{transform:translate(16px)}.my-lot-card__toggle input:disabled+.my-lot-card__switch{opacity:.45}.my-lot-card__icon-btn{color:#eaedffb8;background:#ffffff0a;border-radius:10px;place-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:grid}.my-lot-card__icon-btn:hover:not(:disabled){color:#eaedff;background:#ffffff17}.my-lot-card__icon-btn--danger:hover:not(:disabled){color:#ff8d8d;background:#ff5a5a24}.my-lot-card__icon-btn:disabled{opacity:.4;cursor:default}.category-page__sell{color:#0a0a0a;white-space:nowrap;background:#eaedff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.category-page__sell:hover{background:#dfe3ff}.subcats{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:10px;margin-bottom:36px;display:flex;overflow-x:auto}.subcats::-webkit-scrollbar{display:none}.subcats__btn{height:44px;color:var(--muted);white-space:nowrap;background:#161616;border-radius:9999px;flex:none;padding:0 20px;font-size:15px;font-weight:500}.subcats__btn:hover{color:#eaedff}.subcats__btn.is-active{color:#0a0a0a;background:#eaedff}.filters{z-index:5;border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;align-items:end;gap:12px;margin-bottom:24px;padding-bottom:20px;display:flex;position:relative;overflow:auto visible}.filters::-webkit-scrollbar{display:none}.filters__row{display:contents}.filters__search{flex:1 1 0;min-width:0;height:40px;position:relative}.filters__search-icon{color:var(--muted);pointer-events:none;z-index:1;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.filters__search-icon svg{width:22px;height:22px}.filters__input{color:#eaedff;appearance:none;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;border-radius:0;outline:none;width:100%;height:40px;padding:0 8px 0 32px;font-size:17px;overflow:hidden}.filters__input:focus{outline:none}.filters__input::placeholder{color:#0000}.filters__placeholder{color:#666;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;align-items:center;font-size:17px;display:flex;position:absolute;inset:0 8px 0 32px;overflow:hidden}.filters__input::-webkit-search-decoration{-webkit-appearance:none;display:none}.filters__input::-webkit-search-results-button{-webkit-appearance:none;display:none}.filters__input::-webkit-search-results-decoration{-webkit-appearance:none;display:none}.filters__input::-webkit-search-cancel-button{appearance:none;cursor:pointer;background:#666;border-radius:50%;width:14px;height:14px;margin-left:4px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 0 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 0 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") 50%/contain no-repeat}.filters__field{flex-direction:column;flex:none;gap:6px;min-width:150px;display:flex}.filters__label{color:var(--muted);font-size:12px}.filter-dd{position:relative}.filter-dd__btn{color:#eaedff;text-align:left;background:#161616;border-radius:10px;align-items:center;width:100%;min-width:150px;height:40px;padding:0 34px 0 14px;font-size:13px;font-weight:500;display:flex;position:relative}.filter-dd__btn:hover,.filter-dd__btn.is-open{background:#1c1c1c}.filter-dd__value{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.filter-dd__arrow{pointer-events:none;border-bottom:1.5px solid #8a8a8a;border-right:1.5px solid #8a8a8a;width:8px;height:8px;transition:transform .15s;position:absolute;top:50%;right:18px;transform:translateY(-60%)rotate(45deg)}.filter-dd__btn.is-open .filter-dd__arrow{transform:translateY(-20%)rotate(225deg)}.filter-dd__menu{z-index:1000;background:#161616;border:1px solid #2a2a2a;border-radius:12px;flex-direction:column;gap:4px;min-width:150px;padding:4px;display:flex;box-shadow:0 12px 32px #00000073}.filter-dd__option{color:#eaedff;text-align:left;border-radius:8px;width:100%;padding:10px 12px;font-size:13px}.filter-dd__option:hover,.filter-dd__option.is-active{background:#ffffff0f}.lots{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.lot-card{background:#0f0f0f;border-radius:14px;grid-template-columns:minmax(0,1fr) 40px minmax(120px,170px) auto;align-items:center;gap:10px 14px;min-height:72px;padding:14px 18px;transition:background .15s;display:grid}.lot-card:hover{background:#1a1a1a}.lot-card__title{color:#eaedff;margin:0;font-size:15px;line-height:1.4}.lot-card__avatar-wrap{place-self:center;width:40px;height:40px;position:relative}.lot-card__avatar,.lot-card__avatar-fallback{border-radius:50%;width:40px;height:40px;display:block}.lot-card__avatar{object-fit:cover}.lot-card__avatar-fallback{color:#eaedff;background:#2a2a2a;place-items:center;font-size:14px;font-weight:700;display:grid}.lot-card__status{box-sizing:border-box;pointer-events:none;background:#3a3a3a;border:3.5px solid #0f0f0f;border-radius:50%;width:16px;height:16px;position:absolute;bottom:-2px;right:-2px}.lot-card__status.is-online{background:#3ddc84}.lot-card:hover .lot-card__status{border-color:#1a1a1a}.lot-card__seller{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;display:flex}.lot-card__nick{color:#eaedff;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:13px;line-height:1.2;overflow:hidden}.stars{color:#3a3a3a;align-items:center;gap:2px;display:inline-flex}.stars__icon.is-on{color:#e8c547}.stars.is-low .stars__icon.is-on{color:#e25555}.lot-card__onsite{color:var(--muted);white-space:nowrap;font-size:11px;line-height:1.2}.lot-card__price{color:#eaedff;white-space:nowrap;text-align:right;min-width:100px;margin:0;font-size:18px;font-weight:700}.lot-card.my-lot-card{cursor:default;grid-template-columns:minmax(0,1fr) 40px 158px 72px 110px 72px 132px;column-gap:14px}.lot-card.my-lot-card .my-lot-card__title-btn{text-overflow:ellipsis;white-space:nowrap;grid-column:1;width:100%;min-width:0;overflow:hidden}.lot-card.my-lot-card .my-lot-card__avatar-btn{grid-column:2;justify-self:start;margin-left:0}.lot-card.my-lot-card .my-lot-card__seller-btn{grid-column:3;justify-self:stretch;min-width:0;margin-left:0;overflow:hidden}.lot-card.my-lot-card .my-lot-card__seller-btn .lot-card__nick,.lot-card.my-lot-card .my-lot-card__seller-btn .lot-card__onsite{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.lot-card.my-lot-card .my-lot-card__price-btn{text-align:center;grid-column:5;justify-self:stretch;width:100%;min-width:0}.lot-card.my-lot-card .my-lot-card__tools{grid-column:7;justify-content:flex-end;justify-self:end;width:100%}.order-page{max-width:720px;padding-top:72px;container:order/inline-size}.order-page__back{height:36px;color:var(--muted);background:#161616;border-radius:9999px;align-items:center;gap:6px;margin-bottom:20px;padding:0 14px 0 10px;font-size:14px;transition:background .15s,color .15s;display:inline-flex}.order-page__back-icon{flex-shrink:0;display:inline-flex}.order-page__back:hover{color:#eaedff;background:#1c1c1c}.order-page__title{letter-spacing:-.03em;color:#eaedff;margin:0 0 28px;font-size:28px;font-weight:700}.order-page__title-row{justify-content:flex-start;align-items:center;gap:14px;margin:0 0 28px;display:flex}.order-page__title-row .order-page__title{margin:0}.deal-page__status{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:8px 14px;font-size:15px;font-weight:700;line-height:1;display:inline-flex}.deal-page__status.is-waiting{color:#eaedff;background:#eaedff1f}.deal-page__status.is-closed{color:#3ddc84;background:#3ddc8429}.deal-page__status.is-refund{color:#e25555;background:#e2555529}.order-page__attrs{flex-wrap:wrap;gap:10px;margin:0 0 32px;padding:0;list-style:none;display:flex}.order-page__attr{background:#161616;border-radius:10px;align-items:baseline;gap:8px;padding:10px 14px;display:inline-flex}.order-page__attr-label{color:var(--muted);font-size:12px}.order-page__attr-value{color:#eaedff;font-size:14px;font-weight:600}.order-page__block{margin-bottom:28px}.order-page__heading{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;font-size:13px;font-weight:600}.order-page__text{color:#d8dbe8;margin:0 0 10px;font-size:15px;line-height:1.55}.order-page__text:last-child{margin-bottom:0}.order-page__photos{flex-wrap:nowrap;gap:12px;min-width:0;display:flex}.order-page__photos.is-two .order-page__photo,.order-page__photos.is-two .order-page__photo--stub{flex:1 1 0;width:auto;min-width:0}.order-page__photos.is-one{overflow:visible}.order-page__photos.is-many{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow:auto hidden}.order-page__photos.is-many::-webkit-scrollbar{display:none}.order-page__photos.is-one .order-page__photo,.order-page__photos.is-one .order-page__photo--stub{flex:none;width:min(280px,72vw);max-width:100%}.order-page__photos.is-many .order-page__photo,.order-page__photos.is-many .order-page__photo--stub{flex:none;width:min(280px,72vw)}.order-page__photo{aspect-ratio:3/2;object-fit:cover;background:#141414;border:1px solid #222;border-radius:12px;width:100%;height:auto;max-height:none;display:block}.order-page__photo--stub{color:#555;place-items:center;display:grid;overflow:hidden}.order-page__photo-icon{opacity:.9;width:40px;height:40px}.order-page__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;margin-bottom:16px;display:flex}.order-page__pay{color:#0a0a0a;white-space:nowrap;background:#eaedff;border-radius:12px;min-width:196px;height:48px;padding:0 22px;font-size:15px;font-weight:700}.order-page__pay:hover:not(:disabled){background:#dfe3ff}.order-page__pay:disabled{color:#8a8a8a;opacity:1;cursor:default;background:#2a2a2a}.order-page__pay.is-ghost{color:#eaedff;background:0 0;border:1px solid #eaedff38}.order-page__pay.is-ghost:hover:not(:disabled){background:#eaedff0f}.order-page__pay.is-ghost:disabled{color:#8a8a8a;background:#2a2a2a;border-color:#0000}.order-page__fiat{color:#eaedff;white-space:nowrap;background:#161616;border-radius:12px;align-items:center;gap:8px;height:48px;padding:0 14px;font-size:15px;font-weight:600;display:inline-flex}.order-page__approx{color:var(--muted);font-size:18px;font-weight:500;line-height:1}.order-page__tg{color:#eaedff;white-space:nowrap;background:#161616;border:1px solid #2a2a2a;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.order-page__tg:hover{background:#1c1c1c}.order-page__note{max-width:520px;color:var(--muted);margin:0 0 28px;font-size:13px;line-height:1.5}.support-link{color:#eaedff;text-underline-offset:2px;text-decoration:underline}.support-link:hover{color:#fff}.seller-card{background:#0f0f0f;border-radius:20px;flex-flow:row;align-items:center;gap:20px;min-width:0;margin-bottom:28px;padding:22px;display:flex}.seller-card__head{flex:auto;align-items:center;gap:16px;min-width:0;display:flex}.seller-card__avatar-wrap{flex-shrink:0;width:72px;height:72px;position:relative}.seller-card__avatar,.seller-card__avatar--fallback{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.seller-card__avatar--fallback{color:#eaedff;background:#222;place-items:center;font-size:26px;font-weight:700;display:grid}.seller-card__status{box-sizing:border-box;pointer-events:none;background:#3a3a3a;border:4px solid #0f0f0f;border-radius:50%;width:24px;height:24px;position:absolute;bottom:-1px;right:-1px}.seller-card__status.is-online{background:#3ddc84}.seller-card__body{flex:1;min-width:0}.seller-card__nick{color:#eaedff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:20px;font-weight:700;overflow:hidden}.seller-card__meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;line-height:1.35;overflow:hidden}.seller-card__rating{flex:none;align-items:flex-end;gap:0;min-width:0;margin-right:4px;display:flex;transform:translate(-18px)}.seller-card__score{z-index:1;pointer-events:none;flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:flex-end;gap:8px;line-height:1;display:flex;position:relative}.seller-card__score-main{letter-spacing:-.06em;color:#eaedff;font-size:64px;font-weight:800;line-height:.85}.seller-card__score-sub{color:var(--muted);white-space:nowrap;padding-bottom:3px;font-size:15px;font-weight:600;line-height:1}.seller-card__bars{flex-direction:column;flex-shrink:0;justify-content:flex-start;gap:5px;width:168px;min-width:0;margin-left:-28px;display:flex}.rating-row{grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.rating-row__stars{justify-content:flex-end;align-items:center;gap:1px;width:56px;display:flex}.rating-row__star{color:#e8c547;flex-shrink:0}.rating-row__star.is-low{color:#e25555}.rating-row__track{background:#1a1a1a;border-radius:9999px;height:5px;overflow:hidden}.rating-row__fill{border-radius:inherit;background:#eaedff;min-width:0;height:100%;display:block}:is(.rating-row__fill.is-low,.rating-row:has(.rating-row__star.is-low) .rating-row__fill){background:#e25555}.rating-row__pct{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;line-height:1}@container order (width<=560px){.seller-card{gap:12px;padding:16px 14px}.seller-card__head{gap:12px}.seller-card__avatar-wrap{width:56px;height:56px}.seller-card__avatar--fallback{font-size:20px}.seller-card__status{border-width:3.5px;width:20px;height:20px}.seller-card__nick{font-size:16px}.seller-card__meta{font-size:12px}.seller-card__rating{transform:translate(-12px)}.seller-card__score-main{font-size:48px}.seller-card__score-sub{font-size:13px}.seller-card__bars{width:132px;margin-left:-20px}.rating-row{grid-template-columns:48px minmax(0,1fr) auto;gap:6px}.rating-row__stars{width:48px}.review{gap:10px;padding:12px 0}.review__avatar,.review__avatar--fallback{width:34px;height:34px;font-size:12px}.review__top{gap:8px;margin-bottom:6px}.review__when{font-size:13px}.review__deal{font-size:12px}.review__top-right{gap:8px}.review__amount{font-size:16px}.review__top-right .stars__icon{width:14px;height:14px}.review__text{font-size:13px}.review__reply{margin-top:8px;padding:8px 10px}.review__reply-label{font-size:10px}.review__reply-text{font-size:12px}}@container order (width<=420px){.seller-card{gap:8px;padding:12px 10px}.seller-card__head{gap:8px}.seller-card__avatar-wrap{width:48px;height:48px}.seller-card__avatar--fallback{font-size:16px}.seller-card__status{border-width:3px;width:16px;height:16px}.seller-card__nick{font-size:14px}.seller-card__meta{font-size:11px}.seller-card__rating{transform:translate(-8px)}.seller-card__score-main{font-size:36px}.seller-card__score-sub{padding-bottom:2px;font-size:11px}.seller-card__bars{width:108px;margin-left:-16px}.rating-row{grid-template-columns:40px minmax(0,1fr) auto;gap:4px}.rating-row__stars{width:40px}.rating-row__pct{font-size:9px}.rating-row__track{height:4px}.review{gap:8px;padding:10px 0}.review__avatar,.review__avatar--fallback{width:30px;height:30px;font-size:11px}.review__top{gap:6px;margin-bottom:5px}.review__when{font-size:12px}.review__deal{font-size:11px}.review__top-right{gap:6px}.review__amount{font-size:14px}.review__top-right .stars__icon{width:12px;height:12px}.review__text{font-size:12px;line-height:1.45}.review__reply{border-radius:8px;margin-top:6px;padding:8px}.review__reply-label{margin-bottom:3px;font-size:9px}.review__reply-text{font-size:11px}}.review__avatar,.review__avatar--fallback{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px;font-size:14px}.review__avatar--fallback{color:#eaedff;background:#2a2a2a;place-items:center;font-weight:700;display:grid}.reviews{margin-bottom:16px}.reviews__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.review{border-bottom:1px solid #1c1c1c;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.review:last-child{border-bottom:none;padding-bottom:0}.review__body{flex:1;min-width:0}.review__top{align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.review__top-main{flex-wrap:wrap;flex:1;align-items:center;gap:4px 10px;min-width:0;display:flex}.review__when{color:#eaedff;flex:none;font-size:14px;font-weight:600}.review__deal{min-width:min(10rem,100%);max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:10rem;font-size:13px;overflow:hidden}.review__top-right{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;padding-top:1px;display:inline-flex}.review__amount{color:#eaedff;white-space:nowrap;font-size:18px;font-weight:700}.review__text{color:#d8dbe8;margin:0;font-size:14px;line-height:1.5}.review__reply{background:#161616;border-radius:10px;margin-top:10px;padding:10px 12px}.review__reply-label{letter-spacing:.03em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.review__reply-text{color:#c8cad6;margin:0;font-size:13px;line-height:1.45}.review__reply-form{align-items:center;gap:10px;margin-top:10px;display:flex}.review__reply-form .deal-review-form__comment{flex:1;min-width:0;height:40px;font-size:14px}.review__reply-form .deal-review-form__submit{min-height:36px;padding:0 14px;font-size:13px}@media (width<=640px){.btn-tg__label{display:none}.btn-tg{justify-content:center;width:34px;min-width:34px;padding:0}.btn-tg__icon{width:100%}.header__pair-make--desktop{display:none}.header__pair-toggle{padding:0 8px;font-size:11px}.catalog{grid-template-columns:1fr}.game-card__title{font-size:17px}.category-page__title{font-size:22px}.lot-card{grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"title title title""avatar seller price";align-items:start}.lot-card__title{grid-area:title}.lot-card__avatar-wrap{grid-area:avatar;align-self:center}.lot-card__seller{grid-area:seller}.lot-card__price{text-align:right;grid-area:price;align-self:center;min-width:0}.my-listings-page__header{flex-direction:column;align-items:stretch}.my-listings-page__boost{width:auto}.my-listings-page__actions{width:100%}.my-listings-page__boost{flex:1}.lot-card.my-lot-card{grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"title title title""avatar seller price""tools tools tools";align-items:start;column-gap:14px}.lot-card.my-lot-card .my-lot-card__title-btn{width:100%;text-overflow:unset;white-space:normal;text-align:left;grid-area:title/1/title/-1;max-width:none;overflow:visible}.lot-card.my-lot-card .my-lot-card__avatar-btn{grid-area:avatar;place-self:center;margin-left:0}.lot-card.my-lot-card .my-lot-card__seller-btn{text-align:left;grid-area:seller;justify-self:stretch;width:100%}.lot-card.my-lot-card .my-lot-card__price-btn{text-align:right;grid-area:price;place-self:center end;min-width:0}.lot-card.my-lot-card .my-lot-card__tools{border-top:1px solid #eaedff0f;grid-area:tools/1/tools/-1;justify-content:flex-end;justify-self:stretch;gap:10px;width:100%;margin-top:2px;padding-top:8px}.filters{flex-wrap:wrap}.filters__search{flex:100%}.filters__row{flex:100%;align-items:end;gap:12px;width:100%;min-width:0;display:flex}.filters__row.is-one .filters__field,.filters__row.is-two .filters__field{flex:1 1 0;min-width:0}.filters__row.is-one .filter-dd__btn,.filters__row.is-two .filter-dd__btn{min-width:0}.filters__row.is-many{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow:auto visible}.filters__row.is-many::-webkit-scrollbar{display:none}.filters__row.is-many .filters__field{flex:none}.category-page__sell{flex:100%;width:100%}.order-page__title{font-size:24px}.order-page__actions{grid-template-columns:7fr 3fr;align-items:stretch;gap:10px;display:grid}.order-page__tg{grid-column:1/-1;justify-content:center;width:100%}.order-page__pay{width:100%;min-width:0;padding:0 12px;font-size:14px}.order-page__fiat{justify-content:center;width:100%;min-width:0;padding:0 8px;font-size:13px}}.sell-page{max-width:720px;padding-top:72px}.sell-page__title{letter-spacing:-.03em;color:#eaedff;margin:0 0 8px;font-size:28px;font-weight:700}.sell-page__subtitle{color:var(--muted);margin:0 0 28px;font-size:14px}.sell-page__form{flex-direction:column;gap:8px;display:flex}.sell-page__block{margin-bottom:20px}.sell-page__filters{flex-wrap:nowrap;align-items:end;gap:12px;min-width:0;display:flex}.sell-page__filters.is-one .filters__field,.sell-page__filters.is-two .filters__field{flex:1 1 0;min-width:0}.sell-page__filters.is-one .filter-dd__btn,.sell-page__filters.is-two .filter-dd__btn{min-width:0}.sell-page__filters.is-many{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.sell-page__filters.is-many::-webkit-scrollbar{display:none}.sell-page__filters.is-many .filters__field{flex:none}.sell-page__input,.sell-page__textarea{color:#eaedff;width:100%;font:inherit;background:#0f0f0f;border:1px solid #222;border-radius:12px;outline:none;padding:12px 14px}.sell-page__input:focus,.sell-page__textarea:focus{border-color:#333}.sell-page__textarea{resize:vertical;min-height:140px;line-height:1.5}.sell-page__photos{flex-wrap:wrap;gap:12px;display:flex}.sell-page__photo{background:#141414;border:1px solid #222;border-radius:12px;width:120px;height:120px;position:relative;overflow:hidden}.sell-page__photo img{object-fit:cover;width:100%;height:100%;display:block}.sell-page__photo-remove{color:#eaedff;background:#000000b3;border-radius:50%;place-items:center;width:26px;height:26px;font-size:18px;line-height:1;display:grid;position:absolute;top:6px;right:6px}.sell-page__photo-add{width:120px;height:120px;color:var(--muted);background:#0f0f0f;border:1px dashed #333;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:13px;display:flex}.sell-page__photo-add span{color:#eaedff;font-size:28px;line-height:1}.sell-page__photo-add:hover{color:#eaedff;border-color:#444}.sell-page__price-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.sell-page__price-field{flex:1;align-items:center;min-width:180px;display:flex;position:relative}.sell-page__input--price{padding-right:64px;font-size:18px;font-weight:700}.sell-page__price-suffix{color:var(--muted);pointer-events:none;font-size:14px;font-weight:600;position:absolute;right:14px}.sell-page__price-fiat{color:#eaedff;white-space:nowrap;background:#161616;border-radius:12px;align-items:center;gap:8px;height:48px;padding:0 14px;font-size:15px;font-weight:600;display:inline-flex}.sell-page__approx{color:var(--muted);font-size:18px;font-weight:500}.sell-page__commission{color:var(--muted);margin:10px 0 0;font-size:13px}.sell-page__auth-hint{color:var(--muted);margin:0 0 8px;font-size:13px}.sell-page__auth-link{color:#eaedff;text-underline-offset:3px;text-decoration:underline}.sell-page__error{color:#e25555;margin:0 0 8px;font-size:14px}.sell-page__submit{color:#0a0a0a;background:#eaedff;border-radius:12px;align-self:flex-start;height:48px;margin-top:8px;padding:0 28px;font-size:15px;font-weight:700}.sell-page__submit:hover:not(:disabled){background:#dfe3ff}.sell-page__submit:disabled{color:#eaedff6b;opacity:1;cursor:default;background:#2a2a2a}@media (width<=640px){.sell-page__title{font-size:24px}.sell-page__submit{width:100%}.sell-page__price-row{grid-template-columns:7fr 3fr;align-items:stretch;gap:10px;display:grid}.sell-page__price-field{flex:unset;min-width:0}.sell-page__price-fiat{justify-content:center;width:100%;min-width:0;padding:0 8px;font-size:16px;font-weight:700}}.pay-page{--pay-gap:clamp(8px, 1.2vw, 16px);max-width:860px;padding-top:72px}.pay-page__top .order-page__back{margin-bottom:0}.pay-page__title{letter-spacing:-.03em;color:#eaedff;margin:20px 0 24px;font-size:28px;font-weight:700}.pay-card-frame{aspect-ratio:1.586;width:100%;min-width:0;container:paycard/inline-size}.pay-card{isolation:isolate;color:#eaedff;border-radius:5cqi;flex-direction:column;justify-content:space-between;width:100%;min-width:0;height:100%;margin:0;padding:5.5cqi 6cqi 5cqi;display:flex;position:relative;overflow:hidden}.pay-card--lilac{background:linear-gradient(160deg,#eaedff29,#0000 42%),linear-gradient(145deg,#4a4258 0%,#2a2436 38%,#14121c 100%);border:1px solid #eaedff24;box-shadow:0 22px 44px #0000006b,inset 0 1px #ffffff29}.pay-card--lilac .pay-card__glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#7a6ca873,#0000 68%);border-radius:50%;height:70%;position:absolute;inset:auto -20% -40% 20%}.pay-card--lilac .pay-card__shine{pointer-events:none;z-index:0;background:linear-gradient(115deg,#0000 0%,#ffffff14 42%,#ffffff2e 50%,#ffffff0f 58%,#0000 100%);width:46%;height:160%;position:absolute;top:-30%;left:-10%;transform:rotate(18deg)}.pay-card--graphite{background:linear-gradient(160deg,#ffffff1a,#0000 42%),linear-gradient(145deg,#2c2c2c 0%,#181818 38%,#0b0b0b 100%);border:1px solid #ffffff1a;box-shadow:0 22px 44px #0000006b,inset 0 1px #ffffff1f}.pay-card--graphite .pay-card__glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#4646468c,#0000 68%);border-radius:50%;height:70%;position:absolute;inset:auto -20% -40% 20%}.pay-card--graphite .pay-card__shine{pointer-events:none;z-index:0;background:linear-gradient(115deg,#0000 0%,#ffffff12 42%,#ffffff29 50%,#ffffff0d 58%,#0000 100%);width:46%;height:160%;position:absolute;top:-30%;left:-10%;transform:rotate(18deg)}.pay-card--dots{background:linear-gradient(155deg,#1a1a1a 0%,#101010 46%,#070707 100%);border:1px solid #ffffff14;box-shadow:0 22px 44px #00000080,inset 0 1px #ffffff14}.pay-card__dots{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.pay-card--obsidian{background:radial-gradient(95% 80% at 8% -10%,#788a8e33,#0000 42%),radial-gradient(85% 90% at 108% 120%,#16302ebf,#0000 58%),linear-gradient(152deg,#1c2022 0%,#121516 46%,#080a0b 100%);border:1px solid #aab8b61f;box-shadow:0 22px 44px #0000008c,inset 0 1px #ffffff1a}.pay-card__mist{pointer-events:none;z-index:0;background:radial-gradient(circle,#2448448c,#0000 70%);border-radius:50%;height:78%;position:absolute;inset:auto -18% -46% 28%}.pay-card__sheen{pointer-events:none;z-index:0;background:linear-gradient(118deg,#0000 0%,#d2e0dc0a 44%,#e6eeec24 51%,#d2e0dc0a 58%,#0000 100%);width:52%;height:170%;position:absolute;top:-40%;left:-18%;transform:rotate(16deg)}.pay-card__top,.pay-card__mid,.pay-card__balance{z-index:1;position:relative}.pay-card__top{justify-content:space-between;align-items:center;gap:3cqi;display:flex}.pay-card__brand{letter-spacing:.08em;align-items:center;gap:2cqi;font-family:Montserrat,sans-serif;font-size:3.75cqi;font-style:italic;font-weight:900;display:inline-flex}.pay-card__brand .logo__eyes{width:5cqi;height:3.10945cqi}.pay-card__network{letter-spacing:.12em;text-transform:uppercase;color:#eaedffb3;font-size:2.75cqi;font-weight:700}.pay-card__mid{align-items:center;gap:2.5cqi;display:flex}.pay-card__chip{background:linear-gradient(#f3e6bf 0%,#c9a85a 48%,#e8d7a0 100%);border-radius:1.5cqi;grid-template-columns:1fr 1fr;width:10cqi;height:7.5cqi;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #503c1440}.pay-card__chip span{border-bottom:1px solid #5a461438;border-right:1px solid #5a461447}.pay-card__chip span:last-child{border-right:none}.pay-card__contactless{color:#eaedffb8;display:inline-flex}.pay-card__contactless svg{width:5.5cqi;height:5.5cqi}.pay-card__balance{flex-direction:column;gap:1cqi;display:flex}.pay-card__label{letter-spacing:.14em;text-transform:uppercase;color:#eaedff9e;font-size:2.75cqi;font-weight:600}.pay-card__amount{letter-spacing:-.04em;font-variant-numeric:tabular-nums;align-items:baseline;gap:2cqi;font-size:8cqi;font-weight:700;line-height:1.05;display:flex}.pay-card__ccy{letter-spacing:.04em;color:#eaedffb8;font-size:3.5cqi;font-weight:700}.pay-card__fiat{color:#eaedff94;font-variant-numeric:tabular-nums;font-size:3.25cqi;font-weight:500}.pay-card__balance[data-ready="0"] .pay-card__amount,.pay-card__balance[data-ready="0"] .pay-card__fiat{opacity:0}.pay-page__hero{align-items:stretch;gap:var(--pay-gap);grid-template-columns:minmax(0,1fr);margin-bottom:14px;display:grid}@media (width>=680px){.pay-page__hero{grid-template-columns:repeat(2,minmax(0,1fr))}}.pay-side{gap:var(--pay-gap);flex-direction:column;min-width:0;min-height:0;display:flex;container:payside/inline-size}.pay-panel{background:#151516;border-radius:4cqi;flex:0 auto;grid-template-columns:minmax(0,1fr) minmax(0,auto);align-content:center;align-items:center;gap:4cqi;width:100%;min-width:0;padding:5cqi;display:grid;overflow:hidden}:is(.pay-side:has(.pay-panel) .pay-panel,.pay-side:has(.pay-panel) .pay-panel__cta){flex:auto}.pay-panel__fields{flex-direction:column;justify-content:space-evenly;gap:4cqi;min-width:0;display:flex}.pay-panel__qr{box-sizing:border-box;aspect-ratio:1;background:#eaedff;border-radius:3.5cqi;flex:none;width:28cqi;min-width:0;height:28cqi;padding:8%;overflow:hidden}.pay-panel__qr svg{width:100%;height:100%;display:block}.pay-panel__row{flex-direction:column;gap:2cqi;display:flex}.pay-panel__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:2.75cqi;font-weight:600}.pay-panel__line{background:#101010;border-radius:3cqi;justify-content:space-between;align-items:center;gap:2.5cqi;padding:1.5cqi 2cqi 1.5cqi 3.5cqi;display:flex}.pay-panel__value{color:#eaedff;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:3.25cqi;font-weight:600}.pay-panel__amount{letter-spacing:-.03em;color:#eaedff;font-size:3.25cqi;font-weight:700}.pay-panel__cta{width:100%}.pay-cta-swap{color:#9a9a9a;background:#2a2a2a;border-radius:3cqi;width:100%;min-height:12cqi;transition:background .55s,color .55s;position:relative}.pay-cta-swap>.pay-page__cta{width:100%;height:100%;min-height:0;color:inherit;background:0 0;transition:opacity .55s,transform .55s;position:absolute;inset:0}.pay-cta-swap__wait{opacity:1;pointer-events:none}.pay-cta-swap__pay{opacity:0;pointer-events:none;transform:translateY(.4cqi)}.pay-cta-swap.is-ready{color:#0a0a0a;background:#eaedff}.pay-cta-swap.is-ready:hover{background:#dfe3ff}.pay-cta-swap.is-ready .pay-cta-swap__wait{opacity:0}.pay-cta-swap.is-ready .pay-cta-swap__pay{opacity:1;pointer-events:auto;transform:none}.pay-cta-swap.is-approved,.pay-cta-swap.is-approved:hover{color:#0a0a0a;background:#3ddc84}.pay-page__cta.pay-cta-swap__pay.is-approved,.pay-page__cta.pay-cta-swap__pay.is-approved:disabled{opacity:1;color:#0a0a0a;cursor:default}.pay-charge-dots{justify-content:center;align-items:center;gap:6px;height:14px;display:inline-flex;overflow:hidden}.pay-charge-dots span{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.15s ease-in-out infinite pay-dot}.pay-charge-dots span:nth-child(2){animation-delay:.18s}.pay-charge-dots span:nth-child(3){animation-delay:.36s}.pay-cta-swap .pay-page__cta.pay-wait-btn,.pay-cta-swap .pay-page__cta.pay-wait-btn:hover,.pay-cta-swap .pay-page__cta:hover:not(:disabled){color:inherit;background:0 0}.pay-copy__icon{color:#eaedff;background:#1c1c1c;border-radius:2.25cqi;flex-shrink:0;place-items:center;width:7cqi;height:7cqi;display:grid}.pay-copy__icon svg{width:4cqi;height:4cqi}.pay-copy__icon:hover{background:#262626}.pay-wait-btn{pointer-events:none;cursor:default;color:#9a9a9a;background:#2a2a2a;justify-content:center;align-items:center;gap:2.5cqi;display:inline-flex}.pay-wait-btn .pay-wait__dots span{background:#9a9a9a}.pay-wait__dots{align-items:center;gap:1.5cqi;display:inline-flex}.pay-wait__dots span{background:#eaedff;border-radius:50%;width:1.75cqi;height:1.75cqi;animation:1.15s ease-in-out infinite pay-dot}.pay-wait__dots span:nth-child(2){animation-delay:.18s}.pay-wait__dots span:nth-child(3){animation-delay:.36s}@keyframes pay-dot{0%,80%,to{opacity:.18;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.pay-page__note{width:100%;max-width:none;color:var(--muted);margin:0 0 20px;font-size:13px;line-height:1.5}.pay-page__block{margin-bottom:24px}.pay-page__methods{gap:10px;display:grid}.pay-method{text-align:left;background:#161616;border:1px solid #222;border-radius:14px;align-items:flex-start;gap:12px;width:100%;padding:16px;transition:border-color .15s,background .15s;display:flex}.pay-method:hover{background:#1c1c1c}.pay-method.is-active{background:#1a1a1e;border-color:#eaedff}.pay-method__radio{border:1.5px solid #555;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px;position:relative}.pay-method.is-active .pay-method__radio{border-color:#eaedff}.pay-method.is-active .pay-method__radio:after{content:"";background:#eaedff;border-radius:50%;position:absolute;inset:4px}.pay-method__body{flex-direction:column;gap:4px;min-width:0;display:flex}.pay-method__title{color:#eaedff;font-size:15px;font-weight:700}.pay-method__meta{color:var(--muted);font-size:13px}.pay-page__text{color:#d8dbe8;margin:0 0 14px;font-size:15px;line-height:1.55}.pay-copy{background:#161616;border:1px solid #222;border-radius:12px;grid-template-columns:72px 1fr auto;align-items:center;gap:10px 12px;margin-bottom:10px;padding:14px 16px;display:grid}.pay-copy__label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:600}.pay-copy__value{color:#eaedff;word-break:break-all;min-width:0;font-size:14px;font-weight:600}.pay-copy__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:500}.pay-copy__value--amount{letter-spacing:-.03em;word-break:normal;font-size:20px;font-weight:700}.pay-copy__btn{color:#eaedff;white-space:nowrap;background:#101010;border:1px solid #2a2a2a;border-radius:9px;height:34px;padding:0 12px;font-size:12px;font-weight:600}.pay-copy__btn:hover{background:#1c1c1c}.pay-page__tail{color:#9aa4ff}.pay-page__asset{color:var(--muted);margin-left:1cqi;font-size:3.25cqi;font-weight:600}.pay-page__hint{color:var(--muted);margin:8px 0 16px;font-size:13px;line-height:1.5}.pay-page__status{color:#eaedff;margin:0 0 12px;font-size:13px;font-weight:600}.pay-page__cta{color:#0a0a0a;white-space:nowrap;background:#eaedff;border-radius:3cqi;justify-content:center;align-items:center;height:auto;min-height:12cqi;padding:0 5.5cqi;font-size:3.75cqi;font-weight:700;display:inline-flex}.pay-page__cta:hover:not(:disabled){background:#dfe3ff}.pay-page__cta:disabled{opacity:.55;cursor:default}.pay-page__cta.pay-wait-btn{color:#9a9a9a;background:#2a2a2a}.pay-page__cta.pay-wait-btn:hover{background:#2a2a2a}.pay-page__done{background:#161616;border:1px solid #2a2a2a;border-radius:14px;padding:20px}.pay-page__done-title{color:#eaedff;margin:0 0 8px;font-size:16px;font-weight:700}.pay-page__error{color:#e25555;margin:0 0 8px;font-size:14px}@media (width<=640px){.pay-page{--pay-gap:14px;--pay-top-gap:16px;padding-top:var(--pay-top-gap)}.pay-page__hero{margin-bottom:var(--pay-gap)}.pay-page__note{margin-top:0}.pay-page__top{margin-bottom:var(--pay-top-gap);align-items:center;display:flex}.pay-page__top .order-page__back{height:28px;padding:0 10px 0 8px;font-size:12px}.pay-page__top .order-page__back-icon svg{width:13px;height:13px}.pay-page__title{display:none}.pay-copy{grid-template-columns:1fr auto}.pay-copy__label{grid-column:1/-1}.pay-page__cta{width:100%}.pay-page__note{font-size:11px}}.deals-page{width:100%;max-width:1100px;padding-top:80px}.deals-page__title{letter-spacing:-.03em;color:#eaedff;margin:0 0 36px;font-size:28px;font-weight:700}.deals-page__empty{color:var(--muted);margin:0;font-size:14px}.deals-page__error{color:#e25555;margin:0 0 12px;font-size:14px}.deals-page__login{color:#0a0a0a;background:#eaedff;border-radius:12px;margin-top:14px;padding:10px 16px;font-weight:700}.balance-page__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.balance-page__title{margin-bottom:10px}.balance-page__amount{letter-spacing:-.03em;color:#eaedff;margin:0;font-size:28px;font-weight:800}.balance-page__fiat{color:var(--muted);margin:6px 0 0;font-size:14px;font-weight:600}.balance-page__withdraw{color:#0a0a0a;background:#eaedff;border-radius:12px;flex-shrink:0;height:44px;padding:0 18px;font-size:14px;font-weight:700}.balance-page__withdraw:disabled{opacity:.45;cursor:default}.withdraw-modal{z-index:1200;background:#0000008c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.withdraw-modal__card{width:min(100%,420px);box-shadow:none;background:#0a0a0a;border:0;border-radius:20px;padding:26px 24px 22px}.withdraw-modal__field{margin-bottom:14px}.withdraw-modal__field--amount{margin-bottom:0}.withdraw-modal__label{color:#eaedff80;margin:0 0 8px;padding-left:2px;font-size:12px;font-weight:600;display:block}.withdraw-modal__control{color:#eaedff;letter-spacing:.01em;box-sizing:border-box;background:#ffffff0b;border:0;border-radius:14px;outline:none;width:100%;height:48px;padding:0 16px;font-size:15px;font-weight:600;transition:background .15s,box-shadow .15s;box-shadow:inset 0 0 0 1px #eaedff14}.withdraw-modal__control::placeholder{color:#eaedff47;font-weight:500}.withdraw-modal__control:hover:not(:disabled){background:#ffffff0f}.withdraw-modal__control:focus{background:#ffffff12;box-shadow:inset 0 0 0 1px #eaedff47}.withdraw-modal__control:disabled{opacity:.55}.withdraw-modal__history{margin:-2px 0 16px}.withdraw-modal__history-label{color:#eaedff61;margin:0 0 8px;padding-left:2px;font-size:11px;font-weight:600}.withdraw-modal__chips{flex-wrap:wrap;gap:8px;display:flex}.withdraw-modal__chip{color:#eaedffb8;font-variant-numeric:tabular-nums;letter-spacing:.02em;background:#ffffff0a;border-radius:9999px;height:30px;padding:0 12px;font-size:12px;font-weight:600;box-shadow:inset 0 0 0 1px #eaedff1a}.withdraw-modal__chip:hover:not(:disabled){color:#eaedff;background:#ffffff14}.withdraw-modal__chip.is-active{color:#eaedff;background:#eaedff24;box-shadow:inset 0 0 0 1px #eaedff47}.withdraw-modal__chip:disabled{opacity:.5;cursor:default}.withdraw-modal__amount{background:#ffffff0b;border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:4px;min-height:48px;padding:4px 4px 4px 0;transition:background .15s,box-shadow .15s;display:grid;box-shadow:inset 0 0 0 1px #eaedff14}.withdraw-modal__amount:focus-within{background:#ffffff12;box-shadow:inset 0 0 0 1px #eaedff47}.withdraw-modal__amount .withdraw-modal__control{height:40px;box-shadow:none;background:0 0;padding:0 4px 0 16px}.withdraw-modal__amount .withdraw-modal__control:hover:not(:disabled),.withdraw-modal__amount .withdraw-modal__control:focus{box-shadow:none;background:0 0}.withdraw-modal__unit{color:#eaedff66;letter-spacing:.04em;padding-right:4px;font-size:12px;font-weight:700}.withdraw-modal__max{color:#eaedff;letter-spacing:.04em;text-transform:uppercase;background:#141414;border-radius:11px;height:40px;padding:0 14px;font-size:12px;font-weight:700}.withdraw-modal__max:hover:not(:disabled){background:#2a2a2a}.withdraw-modal__max:disabled{opacity:.4;cursor:default}.withdraw-modal__fee{gap:6px;margin:10px 0 0;padding:0 2px;display:grid}.withdraw-modal__fee-pending{letter-spacing:.01em;color:#eaedff61;margin:0;font-size:12px;font-weight:500}.withdraw-modal__fee-row{letter-spacing:.01em;color:#eaedff6b;justify-content:space-between;align-items:baseline;gap:12px;margin:0;font-size:12px;font-weight:500;line-height:1.35;display:flex}.withdraw-modal__fee-value{font-variant-numeric:tabular-nums;color:#eaedffb8;text-align:right;flex-shrink:0;align-items:baseline;gap:6px;font-weight:600;display:inline-flex}.withdraw-modal__fee-value em{color:#eaedff57;font-size:11px;font-style:normal;font-weight:500}.withdraw-modal__fee-row--net{color:#eaedff80}.withdraw-modal__fee-row--net .withdraw-modal__fee-value{color:#eaedff;font-weight:700}.withdraw-modal__error{color:#ff7a7a;margin:12px 0 0;font-size:13px}.withdraw-modal__error--inline{margin:0}.withdraw-modal__actions{gap:10px;margin-top:20px;display:flex}.withdraw-modal__btn{color:#0a0a0a;background:#eaedff;border-radius:13px;flex:1;justify-content:center;align-items:center;min-height:46px;font-size:14px;font-weight:700;transition:background .15s,opacity .15s;display:inline-flex}.withdraw-modal__btn:hover:not(:disabled){background:#dfe3ff}.withdraw-modal__btn:disabled{opacity:.4;cursor:default}.withdraw-modal__btn.is-sent,.withdraw-modal__btn.is-sent:disabled{opacity:1;color:#0a0a0a;background:#3dcf7a}.withdraw-modal__btn--ghost{color:#eaedffd9;background:0 0;box-shadow:inset 0 0 0 1px #eaedff29}.withdraw-modal__btn--ghost:hover:not(:disabled){background:#eaedff0f}.balance-card:not(.deal-card--head){min-height:68px}.balance-card__type{color:#eaedffb8;font-size:13px;font-weight:600}.balance-card__amount.is-in{color:#7dffb3}.balance-card__amount.is-out{color:#ff8f8f}.deals-table{flex-direction:column;gap:12px;display:flex}.deals-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.deal-card{--deal-cols:minmax(0, 1fr) minmax(0, 1.7fr) minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1.45fr);grid-template-columns:var(--deal-cols);box-sizing:border-box;background:#0f0f0f;border-radius:14px;align-items:center;column-gap:28px;width:100%;min-height:0;padding:14px;list-style:none;display:grid}.deal-card.balance-card{--deal-cols:minmax(0, .85fr) minmax(0, 2fr) minmax(0, .9fr) minmax(0, 1.05fr);column-gap:80px}.deal-card--head{min-height:0;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:0 0;padding:0 14px 4px;font-size:11px;font-weight:700}.deal-card__ago{color:var(--muted);font-size:12px;font-weight:600;line-height:1.3}.deal-card__desc{color:#eaedff;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:15px;font-weight:600;line-height:1.35;overflow:hidden}.deal-card__party{align-items:center;gap:10px;min-width:0;display:flex}.deal-card__avatar-wrap{flex-shrink:0;width:40px;height:40px;position:relative}.deal-card__avatar,.deal-card__fallback{object-fit:cover;border-radius:50%;width:40px;height:40px;display:block}.deal-card__fallback{color:#eaedff;background:#2a2a2a;place-items:center;font-size:14px;font-weight:700;display:grid}.deal-card__status{box-sizing:border-box;background:#3a3a3a;border:3.5px solid #0f0f0f;border-radius:50%;width:16px;height:16px;position:absolute;bottom:-2px;right:-2px}.deal-card__status.is-online{background:#3ddc84}.deal-card__nick{color:#eaedff;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.deal-card__amount{color:#eaedff;white-space:nowrap;font-size:15px;font-weight:700}.deal-card__badge{white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;width:fit-content;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.deal-card__badge.is-waiting{color:#eaedff;background:#eaedff1f}.deal-card__badge.is-closed{color:#3ddc84;background:#3ddc8429}.deal-card__badge.is-refund{color:#e25555;background:#e2555529}.deal-card__status-cell{justify-content:flex-start;align-items:center;min-width:0;display:flex}.deal-card--link{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;border:0}.deal-card--link:hover{background:#141414}.deal-review-form{flex-direction:column;align-items:stretch;gap:12px;margin:0 0 22px;display:flex}.deal-review-form__row{justify-content:flex-start;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.deal-review-form__stars{flex-shrink:0;align-items:center;gap:4px;display:flex}.deal-review-form__star{color:#3a3a3a;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;transition:color .15s,transform .15s;display:inline-grid}.deal-review-form__star.is-on{color:#e8c547}.deal-review-form__star:hover:not(:disabled){color:#f0d56a;transform:scale(1.06)}.deal-review-form__star:disabled{cursor:default;opacity:.6}.deal-review-form__comment{box-sizing:border-box;border:none;border-bottom:1px solid var(--border-strong);width:100%;min-width:0;height:48px;color:var(--text);font:inherit;background:0 0;border-radius:0;outline:none;padding:0 4px;font-size:16px;line-height:1.4;transition:border-color .15s}.deal-review-form__comment::placeholder{color:#666}.deal-review-form__comment:focus{border-color:#666}.deal-review-form__comment:disabled{opacity:.6}.deal-review-form__submit{color:#0a0a0a;background:#eaedff;border-radius:12px;flex-shrink:0;min-height:40px;padding:0 16px;font-size:14px;font-weight:700;transition:opacity .15s,background .15s}.deal-review-form__submit:hover:not(:disabled){background:#dfe3ff}.deal-review-form__submit:disabled{opacity:.35;cursor:default;color:#8a8a8a;background:#2a2a2a}.deal-modal{z-index:1200;background:#0000006b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.deal-modal__card{-webkit-backdrop-filter:blur(22px)saturate(1.35);background:#12121894;border:1px solid #eaedff24;border-radius:18px;width:min(100%,440px);padding:24px;position:relative;box-shadow:0 24px 60px #00000080,inset 0 1px #ffffff0f}.deal-modal__title{color:#eaedff;margin:0 0 10px;font-size:18px;font-weight:700}.deal-modal__text{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.deal-modal__review{flex-direction:column;gap:10px;margin-top:18px;display:flex}.deal-modal__review-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.deal-modal__review-label{color:#eaedff;font-size:13px;font-weight:700}.deal-modal__review-optional{color:var(--muted);font-size:12px}.deal-modal__stars{align-items:center;gap:4px;display:flex}.deal-modal__star{color:#3a3a3a;cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;display:inline-grid}.deal-modal__star.is-on{color:#e8c547}.deal-modal__star:hover:not(:disabled){color:#f0d56a}.deal-modal__star:disabled{cursor:default;opacity:.6}.deal-modal__comment{box-sizing:border-box;resize:vertical;color:#eaedff;width:100%;min-height:84px;font:inherit;background:#00000047;border:1px solid #eaedff1f;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.45}.deal-modal__comment::placeholder{color:#6a6a72}.deal-modal__comment:focus{border-color:#eaedff47;outline:none}.deal-modal__comment:disabled{opacity:.6}.deal-modal__actions{gap:10px;margin-top:18px;display:flex}.deal-modal__btn{color:#0a0a0a;background:#eaedff;border-radius:12px;flex:1;min-height:44px;font-size:14px;font-weight:700}.deal-modal__btn:hover:not(:disabled){background:#dfe3ff}.deal-modal__btn:disabled{opacity:.55;cursor:default}.deal-modal__btn--ghost{color:#eaedff;background:0 0;border:1px solid #eaedff38}.deal-modal__btn--ghost:hover:not(:disabled){background:#eaedff0f}@media (width<=900px){.deal-card--head{display:none}.deal-card{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"ago ago ago""desc desc desc""party status amount";gap:10px}.deal-card__ago{grid-area:ago}.deal-card__desc{grid-area:desc}.deal-card__party{grid-area:party;justify-self:start}.deal-card__status-cell{grid-area:status;place-self:center start}.deal-card__amount{grid-area:amount;place-self:center end}.deal-card.balance-card{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"ago ago""desc desc""type amount";gap:10px 16px;min-height:0}.balance-card:not(.deal-card--head){min-height:96px}.balance-card .deal-card__ago{grid-area:ago}.balance-card .deal-card__desc{grid-area:desc}.balance-card__type{grid-area:type;justify-self:start}.balance-card .deal-card__amount{grid-area:amount}.balance-page__head{flex-direction:column;align-items:stretch}.balance-page__withdraw{width:100%}}@media (width<=640px){.logo__text,.header__nav--desktop,.user-chip--desktop{display:none}.header__account--mobile{display:block}.header__inner{padding:0 12px 0 22px}.header__link{padding:7px 10px;font-size:12px}.order-page__actions{grid-template-columns:7fr 3fr;align-items:stretch;gap:10px;display:grid}.order-page__tg{grid-column:1/-1;width:100%}.order-page__pay:not(.order-page__pay--status){grid-column:1;width:100%;min-width:0}.order-page__fiat{grid-column:2;width:100%;min-width:0}.order-page__pay--status{grid-column:1/-1}.order-page__actions:not(:has(.order-page__fiat)) .order-page__pay{grid-column:1/-1}}
