:root{--bg-color: rgb(18, 18, 20);--primary-text: white;--transition-default: all .3s ease;--scrollbar-track: rgba(255, 255, 255, .05);--scrollbar-thumb-from: rgba(255, 88, 106, .95);--scrollbar-thumb-to: rgba(208, 27, 46, .95);--scrollbar-thumb-hover-from: rgba(255, 113, 129, 1);--scrollbar-thumb-hover-to: rgba(232, 30, 45, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#121214;color:#fff;overflow-x:hidden}body.no-scroll{overflow:hidden}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-from) var(--scrollbar-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--scrollbar-thumb-from) 0%,var(--scrollbar-thumb-to) 100%);border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--scrollbar-thumb-hover-from) 0%,var(--scrollbar-thumb-hover-to) 100%);background-clip:padding-box}@keyframes flowingLines{0%{background-position:0% 0%,0% 0%,0% 0%,0 0,0 0}to{background-position:200% 200%,200% 200%,100% 100%,50px 50px,50px 50px}}@keyframes textGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes dotFade{0%,to{opacity:0}50%{opacity:1}}@keyframes slideRight{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes modal-overlay-appear{0%{opacity:0}to{opacity:1}}@keyframes modal-overlay-disappear{0%{opacity:1}to{opacity:0}}@keyframes modal-content-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modal-content-disappear{0%{opacity:1;transform:scale(.95)}to{opacity:0;transform:scale(.95)}}@keyframes slide-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-to-right{0%{transform:translate(0)}to{transform:translate(100%)}}.main-container{position:relative;background-color:#121214;padding-bottom:200px;margin-bottom:196px}.main-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(106,0,255,.15) 0%,transparent 70%);pointer-events:none;z-index:1}.dots-container{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1;overflow:hidden}.dot{position:absolute;background-color:#fffc;border-radius:50%;box-shadow:0 0 10px #ffffff4d}.site-header{position:fixed;top:-1px;left:250px;right:250px;width:auto;z-index:999;padding:10px 25px;background:rgba(0,0,0,.2);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:60px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0003}.header-container{max-width:1320px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:24px;font-weight:700;color:#e81e2d;text-decoration:none;cursor:pointer}.logo-text{display:flex;align-items:center;font-size:24px;font-weight:700;background:none;text-decoration:none;cursor:pointer;transition:all .3s ease}.logo-adopt{font-weight:700;color:#d0021b;text-shadow:0 0 10px rgba(232,30,45,.3)}.logo-shop{color:#fff;margin-left:4px}.main-nav{display:flex;align-items:center;gap:10px}.mobile-tab-nav{display:none;align-items:stretch;justify-content:space-between;gap:10px;width:100%}.mobile-tab-item,.mobile-tab-link{flex:1;min-width:0;border:0;background:transparent;color:#ffffffdb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-decoration:none;padding:0;cursor:pointer}.mobile-tab-icon{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.mobile-tab-icon svg{width:18px;height:18px}.mobile-tab-icon-shop{background:rgba(255,162,60,.15);color:#ffae48}.mobile-tab-icon-items{background:rgba(70,134,255,.15);color:#72a4ff}.mobile-tab-icon-sale{background:rgba(145,88,255,.15);color:#ad85ff}.mobile-tab-icon-profile,.mobile-tab-avatar-wrap{background:rgba(255,255,255,.08);color:#ffffffe6}.mobile-tab-label{font-size:12px;line-height:1;color:#8ea0c7;white-space:nowrap}.mobile-tab-item.active .mobile-tab-label,.mobile-tab-item-profile.active .mobile-tab-label{color:#cbd6ef}.mobile-tab-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #f0a954}.mobile-tab-avatar-fallback{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,124,139,.92) 0%,rgba(209,39,55,.92) 100%);border:2px solid #f0a954;color:#fff;font-size:13px;font-weight:700}.nav-link{color:#fff;font-size:15px;font-weight:500;transition:all .3s ease;cursor:pointer}.catalog-button,.cart-button,.login-button{color:#fff;font-size:14px;font-weight:500;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:30px;background-color:#e81e2d1a;border:1px solid rgba(232,30,45,.2);width:100px;height:34px;text-align:center;padding:0;text-decoration:none}.header-bell-button{position:relative;width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(232,30,45,.08);color:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.header-bell-button svg{width:18px;height:18px}.header-bell-button:hover{background:rgba(232,30,45,.16);border-color:#e81e2d52;transform:translateY(-1px)}.header-bell-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;border-radius:999px;padding:0 5px;background:linear-gradient(180deg,#ff6d7e 0%,#e31d31 100%);border:1px solid rgba(255,255,255,.35);color:#fff;font-size:10px;line-height:16px;font-weight:700;text-align:center;pointer-events:none}.header-profile-pill{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:188px;max-width:238px;height:50px;padding:6px 8px 6px 12px;border-radius:26px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;transition:all .25s ease}.header-profile-pill:hover{border-color:#e81e2d52;background:rgba(232,30,45,.12);transform:translateY(-1px)}.header-profile-meta{min-width:0;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:2px}.header-profile-name{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:22px;line-height:1;font-weight:700}.header-profile-subtitle{font-size:14px;line-height:1;color:#ffffffb8}.header-profile-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #f0a954;box-shadow:0 0 0 2px #f0a95426;flex-shrink:0}.header-profile-avatar-fallback{background:linear-gradient(180deg,rgba(255,124,139,.92) 0%,rgba(209,39,55,.92) 100%);display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;color:#fff}.header-profile-wrapper{position:relative}.header-profile-pill.active{border-color:#e81e2d73;background:rgba(232,30,45,.16)}.header-profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:min(315px,90vw);border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(24,24,28,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:12px;box-shadow:0 18px 40px #00000059;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1200}.header-profile-dropdown.open{opacity:1;transform:translateY(0);pointer-events:auto}.header-profile-segment-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:4px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}.header-profile-segment-group.theme{margin-top:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.header-segment-button{border:1px solid transparent;border-radius:10px;height:40px;background:transparent;color:#ffffffc7;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.header-segment-button:hover{color:#fffffff2;background:rgba(255,255,255,.06)}.header-segment-button.active{color:#fff;background:rgba(255,255,255,.12);border-color:#fff3}.header-profile-actions{margin-top:10px;display:flex;flex-direction:column;gap:4px}.header-profile-action{width:100%;min-height:44px;border:0;border-radius:10px;background:transparent;color:#ffffffe6;display:flex;align-items:center;gap:12px;padding:8px 10px;text-align:left;cursor:pointer;transition:background .2s ease,transform .2s ease}.header-profile-action:hover{background:rgba(255,255,255,.06)}.header-profile-action.danger{color:#ff9a9f}.header-profile-action-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;flex-shrink:0}.header-profile-action-icon svg{width:15px;height:15px}.header-profile-action-icon.profile{background:rgba(125,220,123,.2);color:#8ff18d}.header-profile-action-icon.history{background:rgba(255,183,95,.2);color:#ffc372}.header-profile-action-icon.withdrawal{background:rgba(255,145,210,.2);color:#ff9fdd}.header-profile-action-icon.wheel{background:rgba(132,180,255,.2);color:#90b8ff}.header-profile-action-icon.promo{background:rgba(118,236,207,.2);color:#89f4d8}.header-profile-action-icon.password{background:rgba(196,142,255,.2);color:#c796ff}.header-profile-action-icon.logout{background:rgba(255,132,132,.2);color:#ff9f9f}.catalog-button:hover,.cart-button:hover,.login-button:hover{background-color:#e81e2d33;border-color:#e81e2d4d;transform:translateY(-1px)}.catalog-button:disabled,.primary-button:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.1);transform:none;pointer-events:none}.cart-icon{font-size:15px;margin-right:5px;color:#e81e2d}.burger-menu{display:none;font-size:28px;background:none;border:none;color:#fff;cursor:pointer}.main-content{padding:200px 20px 60px;margin:0 auto 60px;position:relative;background-color:#121214;width:100%}.hero-section{text-align:center;margin-bottom:80px}.hero-title{font-size:48px;color:#fff;margin-bottom:20px;text-shadow:0 0 20px rgba(232,30,45,.3);background-repeat:no-repeat;background-position:center;background-size:cover}.market-title{font-size:56px;font-weight:700;margin-bottom:20px;text-align:center}.gradient-text{background:linear-gradient(-45deg,rgb(0,0,0),rgb(232,30,45));background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:textGradient 3s ease infinite}.hero-description{font-size:18px;color:#ffffffb3;max-width:800px;margin:0 auto 40px;text-align:center;line-height:1.6}.hero-buttons-container{display:flex;gap:20px;flex-direction:column;align-items:center}.hero-buttons-wrapper{display:flex;gap:20px}.hero-buttons-column{display:flex;gap:20px;width:100%;flex-direction:column;align-items:center}.hero-buttons-row{display:flex;gap:20px;justify-content:center}.primary-button{background-color:#e81e2d;color:#fff;padding:12px 40px;border-radius:4px;font-size:15px;font-weight:700;transition:all .3s ease;box-shadow:0 8px 28px #e81e2d33;border:1px solid rgba(232,30,45,.2);width:200px;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center}.button-text{font-weight:700}.secondary-button{background-color:#1c1c1d;color:#fff;padding:12px 40px;border-radius:4px;font-size:15px;font-weight:700;transition:all .3s ease;border:1px solid rgba(232,30,45,.2);width:200px;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center}.purchases-section{background-color:#121214;overflow-x:hidden;overflow-y:hidden;padding-bottom:60px;padding-top:60px;position:relative}.section-container{max-width:1920px;margin:0 auto;padding:0 40px;position:relative;width:100%}.section-title{color:#fff;font-size:36px;font-weight:700;text-align:center;margin-bottom:40px}.purchases-container{display:flex;width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;position:relative;height:auto;padding:20px 0}.purchases-slider{display:flex;gap:20px;animation:slideRight 180s linear infinite}.purchase-card{border-radius:16px;padding:14px 16px;min-width:300px;border:1px solid rgba(255,167,178,.24);display:flex;flex-direction:column;gap:12px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease;opacity:0;transform:translate(20px);background:linear-gradient(145deg,rgba(29,21,26,.92),rgba(17,20,27,.92));box-shadow:0 10px 22px #0000004d;animation:fadeSlideIn .5s ease-out forwards}.purchase-card:hover{transform:translateY(-2px);border-color:#ffbcc570;box-shadow:0 14px 26px #0000005c}.purchase-topline{display:flex;justify-content:space-between;align-items:center;gap:8px}.purchase-user-wrap{display:inline-flex;align-items:center;gap:8px;min-width:0}.purchase-live-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e2e;flex-shrink:0}.purchase-item-row{display:flex;align-items:flex-start;gap:10px;min-height:64px}.purchase-thumb{width:50px;height:50px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(160deg,rgba(52,40,48,.65),rgba(29,34,46,.62));display:inline-flex;align-items:center;justify-content:center;color:#ffffffd9;font-weight:700;font-size:20px;overflow:hidden;flex-shrink:0}.purchase-thumb.has-image img{width:100%;height:100%;object-fit:contain;display:block;padding:3px}.purchase-user{color:#fffffff0;font-size:16px;font-weight:700;line-height:1;margin:0;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.purchase-time{color:#f2dce1f2;font-size:11px;font-weight:600;border:1px solid rgba(255,188,198,.32);background:rgba(255,184,196,.12);border-radius:999px;height:24px;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.purchase-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-width:0}.purchase-action{color:#ffffff94;font-size:11px;letter-spacing:.02em;text-transform:uppercase;font-weight:600}.purchase-item{color:#ffd3da;font-size:22px;font-weight:700;line-height:1.2;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.features-section{margin-bottom:40px;padding-top:60px;border-radius:15px;background:transparent}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}.feature-card{border-radius:24px;padding:40px 30px;border:1px solid rgba(232,30,45,.1);transition:all .3s ease;box-shadow:0 0 20px #e81e2d0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff05}.feature-title{font-size:24px;margin-bottom:20px;font-weight:700;padding-left:20px;color:#e81e2d}.feature-description{color:#ffffffb3;line-height:1.6;font-size:16px}.why-choose-section{background-color:#121214;padding-top:60px;padding-bottom:80px;position:relative}.why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.why-choose-card{border-radius:24px;padding:40px 30px;border:1px solid rgba(232,30,45,.1);transition:all .3s ease;background-color:#ffffff05}.why-choose-title{color:#e81e2d;font-size:24px;margin-bottom:15px;display:flex;align-items:center;gap:10px;text-shadow:0 0 20px rgba(232,30,45,.3);font-weight:700}.why-choose-description{color:#ffffffb3;line-height:1.6}.terms-link-container{text-align:center;margin-top:20px}.terms-link-description{color:#ffffffb3;font-size:14px;margin-bottom:10px}.terms-link{color:#e81e2d;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.site-footer{background-color:#121214;font-size:15px;line-height:22.5px;padding-bottom:50px;position:relative}.footer-container{margin-left:auto;margin-right:auto;max-width:1320px;padding-left:12px;padding-right:12px;width:100%}.footer-copyright{margin-left:auto;margin-right:auto;max-width:1320px;padding-top:25px;padding-bottom:25px;text-align:center;width:100%;color:#ffffffb3;border-color:#ffffff1a;border-top-width:1px}.product-menu{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#121214f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:998;overflow:hidden;padding:80px 20px 40px}.product-menu.open{animation:modal-content-appear .3s ease-out}.product-menu.closing{animation:modal-content-disappear .3s ease-out forwards}.product-menu-container{max-width:1320px;margin:0 auto;padding:20px;height:calc(100vh - 120px);display:flex;flex-direction:column;position:relative}.product-menu-header{display:none}.product-menu-banner{position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 30px #00000038;background:rgba(255,255,255,.02);margin:0 0 10px}.product-menu-banner img{width:100%;height:190px;display:block;object-fit:cover}.product-menu-banner-close{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(11,14,20,.62);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e8f1fff2;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:20px;line-height:1;cursor:pointer}.product-menu-banner-close:hover{border-color:#ffffff52;background:rgba(11,14,20,.78)}@media (max-width: 520px){.product-menu-banner img{height:120px}.product-menu-banner-close{top:8px;right:8px}}.product-menu-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.product-menu-title{color:#e81e2d;font-size:32px;font-weight:700}.product-sell-button{border:1px solid rgba(255,114,132,.65);background:linear-gradient(180deg,#ff4b63 0%,#e81e2d 100%);color:#fff;border-radius:999px;height:36px;padding:0 14px;font-size:13px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease;white-space:nowrap;flex-shrink:0}.product-sell-button:hover{transform:translateY(-1px);border-color:#ffb6bff2;background:linear-gradient(180deg,#ff5f74 0%,#ef2b3c 100%)}.product-source-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:0;width:100%;min-width:0}.product-source-tab{height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:#ffffffd1;font-size:12px;font-weight:600;padding:0 10px;cursor:pointer;transition:all .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-source-tab:hover{border-color:#ffffff5c;background:rgba(255,255,255,.08)}.product-source-tab.active{color:#fff;border-color:#ff7284cc;background:linear-gradient(180deg,rgba(232,30,45,.32) 0%,rgba(232,30,45,.2) 100%);box-shadow:0 6px 18px #e81e2d33}.product-menu-header .close-button{position:static;top:auto;right:auto;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(14,17,25,.86);display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:20px;line-height:1}.close-button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:10px;transition:all .3s ease;z-index:10;position:absolute;top:10px;right:10px}.exchange-top-actions{position:absolute;top:12px;right:12px;z-index:12;display:flex;align-items:center;gap:10px}.exchange-top-actions .close-button{position:static;top:auto;right:auto;width:40px;height:40px;border-radius:50%;background:rgba(14,16,22,.86);border:1px solid rgba(255,255,255,.22);display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:26px;line-height:1;color:#ffffffeb;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.exchange-top-actions .close-button:hover{border-color:#ffffff70;background:rgba(22,25,33,.95);transform:translateY(-1px)}.exchange-support-button{width:40px;height:40px;border:1px solid rgba(0,162,255,.7);border-radius:50%;background:linear-gradient(145deg,rgba(240,240,240,.32) 0%,rgba(255,255,255,.46) 100%);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;box-shadow:none;padding:0;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.exchange-support-button:hover{transform:translateY(-1px);border-color:#bfdbfef2;background:linear-gradient(145deg,rgba(89,155,199,.45) 0%,rgba(156,77,160,.58) 100%)}.exchange-support-button img{width:68%;height:68%;object-fit:contain;display:block;border-radius:50%}.product-menu-search{width:100%;padding:0 0 20px;border-bottom:1px solid rgba(232,30,45,.1);margin-bottom:30px}.search-container{position:relative;max-width:600px;margin:0 auto;width:100%}.search-input{width:100%;padding:10px 20px;background-color:#ffffff0d;border:1px solid rgba(232,30,45,.1);border-radius:8px;color:#fff;font-size:16px;transition:all .3s ease}.product-menu-content{display:flex;gap:20px;flex:1;min-height:0;align-items:flex-start}.product-menu-sidebar{width:250px;position:sticky;top:0;align-self:flex-start;max-height:100%;overflow-y:auto;padding-right:6px}.sidebar-title{color:#fff;font-size:18px;margin-bottom:15px}.categories-list{margin-bottom:30px;display:flex;flex-direction:column;gap:10px}.category-button{padding:12px 20px;border:1px solid rgba(232,30,45,.1);border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:500;text-align:left;width:100%;margin-bottom:10px;background-color:#ffffff05;color:#ffffffb3}.category-button.active{background-color:#e81e2d1a;color:#e81e2d}.price-filter{display:flex;gap:10px;margin-bottom:20px}.price-input{width:100%;padding:8px 12px;background-color:#ffffff0d;border:1px solid rgba(232,30,45,.1);border-radius:4px;color:#fff}.product-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;align-content:start;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(232,30,45,.6) rgba(255,255,255,.06)}.product-grid::-webkit-scrollbar,.product-menu-sidebar::-webkit-scrollbar{width:10px;height:10px}.product-grid::-webkit-scrollbar-track,.product-menu-sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:999px}.product-grid::-webkit-scrollbar-thumb,.product-menu-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(255,72,90,.95) 0%,rgba(205,25,44,.95) 100%);border-radius:999px;border:2px solid rgba(255,255,255,.06)}.product-grid::-webkit-scrollbar-thumb:hover,.product-menu-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(255,96,112,1) 0%,rgba(232,30,45,1) 100%)}.product-menu-sidebar{scrollbar-width:thin;scrollbar-color:rgba(232,30,45,.55) rgba(255,255,255,.05)}.product-catalog-loader{grid-column:1 / -1;border:1px solid rgba(60,130,255,.34);border-radius:14px;background:linear-gradient(160deg,rgba(17,31,59,.9),rgba(16,26,46,.86));padding:16px;display:flex;flex-direction:column;gap:14px;min-height:240px}.product-catalog-loader-head{display:flex;align-items:center;gap:12px}.product-catalog-loader-spinner{width:24px;height:24px;border-radius:50%;border:2px solid rgba(108,166,255,.28);border-top-color:#8ac3fff2;animation:product-catalog-spin .9s linear infinite;flex-shrink:0}.product-catalog-loader-title{margin:0;color:#eaf3ff;font-size:15px;font-weight:700;letter-spacing:.01em}.product-catalog-loader-subtitle{margin:3px 0 0;color:#dcecffb8;font-size:12px}.product-catalog-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.product-catalog-skeleton-card{border:1px solid rgba(141,185,255,.16);border-radius:10px;padding:10px;background:rgba(255,255,255,.015)}.product-catalog-skeleton-image,.product-catalog-skeleton-line{border-radius:8px;background:linear-gradient(110deg,rgba(173,206,255,.08) 8%,rgba(186,216,255,.24) 18%,rgba(173,206,255,.08) 33%);background-size:200% 100%;animation:product-catalog-shimmer 1.35s ease-in-out infinite}.product-catalog-skeleton-image{aspect-ratio:1 / 1;margin-bottom:10px}.product-catalog-skeleton-line{height:12px;margin-bottom:8px}.product-catalog-skeleton-line.short{width:65%;margin-bottom:0}@keyframes product-catalog-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes product-catalog-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card{background:linear-gradient(165deg,rgba(27,28,36,.98) 0%,rgba(22,23,31,.96) 100%);border-radius:14px;padding:14px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;min-height:0;box-shadow:0 8px 20px #00000038}.product-card:hover{transform:translateY(-2px);border-color:#ffffff29;box-shadow:0 14px 28px #00000057}.product-image{aspect-ratio:1;background:radial-gradient(circle at 18% 15%,rgba(255,255,255,.08),transparent 45%),linear-gradient(160deg,rgba(66,36,38,.34),rgba(35,31,42,.35));border-radius:12px;margin-bottom:8px;position:relative;transition:border-color .22s ease,background-color .22s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.06)}.product-image img{width:100%;height:100%;object-fit:contain;border-radius:12px;padding:2px;display:block}.product-image-text{color:#ffffffb3;font-size:14px;text-align:center}.product-title{color:#fff;font-size:15px;font-weight:700;margin:0 0 6px;line-height:1.32;min-height:2.64em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card-no-params .product-title{font-size:18px;line-height:1.35;text-align:center;min-height:2.7em}.product-card-no-params .param-slot{display:none}.product-card-no-params .product-actions{margin-top:10px;justify-content:flex-start}.product-price{color:#ff3449;font-size:18px;font-weight:700;margin:0 0 2px;line-height:1.1;letter-spacing:.01em;min-height:20px}.product-actions{display:flex;flex-direction:column;gap:6px;align-items:stretch;margin-top:auto;width:100%;min-height:auto;justify-content:flex-end}.param-slot{min-height:34px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.param-slot.without-params{visibility:hidden;pointer-events:none}.param-selector{display:flex;gap:6px;margin-bottom:0;justify-content:center;flex-wrap:nowrap;width:100%}.param-buttons{display:flex;gap:6px;flex-wrap:nowrap;justify-content:center;width:100%}.param-button{padding:5px 10px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:34px;min-height:30px;display:inline-flex;align-items:center;justify-content:center}.param-button-f{border:1px solid rgba(0,157,255,.2);color:#009dff;background:rgba(0,157,255,.1)}.param-button-f.active{background:rgba(0,157,255,.3);box-shadow:0 0 10px #009dff4d}.param-button-r{border:1px solid rgba(232,30,45,.2);color:#e81e2d;background:rgba(232,30,45,.1)}.param-button-r.active{background:rgba(232,30,45,.3);box-shadow:0 0 10px #e81e2d4d}.param-button-n{border:1px solid rgba(76,175,80,.2);color:#4caf50;background:rgba(76,175,80,.1)}.param-button-n.active{background:rgba(76,175,80,.3);box-shadow:0 0 10px #4caf504d}.param-button-m{border:1px solid rgba(156,39,176,.2);color:#9c27b0;background:rgba(156,39,176,.1)}.param-button-m.active{background:rgba(156,39,176,.3);box-shadow:0 0 10px #9c27b04d}.add-to-cart-button{width:100%;background:linear-gradient(180deg,#ff3148 0%,#e81e2d 100%);color:#fff;border:none;border-radius:10px;padding:11px 12px;cursor:pointer;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;font-size:15px;font-weight:700;box-shadow:0 8px 16px #e81e2d42}.add-to-cart-button:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 12px 20px #e81e2d52}.add-to-cart-button:active{transform:translateY(0)}.product-open-listings-button{width:100%;border:1px solid rgba(78,138,255,.45);background:rgba(29,48,84,.62);color:#cfe2ff;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.product-open-listings-button:hover{transform:translateY(-1px);border-color:#6ba2ffcc;background:rgba(38,63,108,.78)}.market-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1200;background:rgba(8,10,16,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.market-modal{width:min(980px,100%);max-height:calc(100vh - 160px);overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(170deg,rgba(20,23,33,.98),rgba(15,17,25,.98));display:flex;flex-direction:column;box-shadow:0 20px 50px #00000073}.market-create-modal{width:min(900px,100%);border-color:#e81e2d42;box-shadow:0 18px 44px #00000080,0 0 0 1px #e81e2d14 inset}.market-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.market-modal-header h3{margin:0;color:#fff;font-size:22px;font-weight:700;line-height:1.2}.market-modal-body{padding:16px 18px;overflow:auto;display:flex;flex-direction:column;gap:12px}.market-field-label{color:#ffffffd6;font-size:13px;font-weight:600}.market-create-category-tabs{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none}.market-create-category-tabs::-webkit-scrollbar{display:none}.market-create-category-tab{flex:0 0 auto;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#ffffffd6;padding:0 14px;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}.market-create-category-tab:hover{border-color:#ffffff59;background:rgba(255,255,255,.08);transform:translateY(-1px)}.market-create-category-tab.active{border-color:#ff7a89d1;background:linear-gradient(180deg,rgba(232,30,45,.28) 0%,rgba(232,30,45,.16) 100%);color:#fff;box-shadow:0 6px 14px #e81e2d38}.market-input{width:100%;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(29,33,45,.85);color:#fff;font-size:14px;padding:11px 12px;outline:none}.market-input:focus{border-color:#ff7888b3;box-shadow:0 0 0 2px #e81e2d33}.market-product-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;max-height:42vh;overflow:auto;padding-right:2px}.market-product-option{border:1px solid rgba(255,255,255,.11);background:rgba(26,29,40,.92);border-radius:12px;padding:8px;cursor:pointer;color:#fff;display:flex;flex-direction:column;gap:8px;transition:border-color .18s ease,transform .18s ease}.market-product-option:hover{border-color:#ff849299;background:rgba(36,24,30,.96);transform:translateY(-1px)}.market-product-option.active{border-color:#ff5c70e6;box-shadow:0 0 0 1px #ff5c7059 inset;background:linear-gradient(170deg,rgba(54,23,31,.94),rgba(27,21,26,.94))}.market-product-option-image{height:86px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(160deg,rgba(55,31,35,.35),rgba(34,34,45,.45));display:flex;align-items:center;justify-content:center;overflow:hidden;color:#ffffff8c;font-size:11px}.market-product-option-image img{width:100%;height:100%;object-fit:contain;display:block;padding:2px}.market-product-option-name{font-size:13px;font-weight:600;line-height:1.25;min-height:32px;overflow:hidden}.market-product-picker-empty{margin:4px 0 0;grid-column:1 / -1;border:1px dashed rgba(255,255,255,.16);border-radius:10px;padding:14px;text-align:center;font-size:13px;color:#ffffffa8;background:rgba(22,24,32,.86)}.market-create-selected{display:flex;align-items:center;gap:8px;border:1px solid rgba(232,30,45,.28);background:rgba(56,20,29,.56);border-radius:10px;min-height:36px;padding:8px 10px;margin-top:-2px}.market-create-selected-label{color:#ffffffb8;font-size:12px;font-weight:600;flex-shrink:0}.market-create-selected-name{color:#fff;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-create-pet-params{border:1px solid rgba(255,255,255,.12);background:rgba(18,20,28,.88);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.market-create-pet-param-buttons{display:flex;flex-wrap:wrap;gap:8px}.market-create-pet-param-button{min-width:42px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:#ffffffe6;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.market-create-pet-param-button:hover{transform:translateY(-1px)}.market-create-pet-param-button.active{color:#fff}.market-create-pet-param-button.param-f{border-color:#57b7ff8c;background:rgba(44,145,255,.14)}.market-create-pet-param-button.param-f.active{border-color:#82d0ffeb;background:rgba(44,145,255,.42);box-shadow:0 0 0 1px #2c91ff3d inset}.market-create-pet-param-button.param-r{border-color:#ff6fc48f;background:rgba(233,82,174,.15)}.market-create-pet-param-button.param-r.active{border-color:#ff9cdceb;background:rgba(233,82,174,.42);box-shadow:0 0 0 1px #e952ae3d inset}.market-create-pet-param-button.param-n{border-color:#ffb2548f;background:rgba(255,145,48,.16)}.market-create-pet-param-button.param-n.active{border-color:#ffc985eb;background:rgba(255,145,48,.42);box-shadow:0 0 0 1px #ff91303d inset}.market-create-pet-param-button.param-m{border-color:#bc7bff94;background:rgba(152,84,255,.16)}.market-create-pet-param-button.param-m.active{border-color:#d4adfff0;background:rgba(152,84,255,.42);box-shadow:0 0 0 1px #9854ff3d inset}.market-create-pet-param-hint{margin:0;font-size:12px;color:#ffffffa3;line-height:1.3}.market-modal-actions{display:flex;gap:10px;justify-content:flex-end;padding:0 18px 18px}.market-cancel-btn,.market-submit-btn{width:auto;min-width:150px;height:40px;border-radius:10px;padding:0 16px}.market-listings-modal{width:min(860px,100%)}.market-listings-grid{display:grid;gap:10px}.market-listing-card{border:1px solid rgba(255,255,255,.11);border-radius:14px;background:linear-gradient(180deg,rgba(18,20,28,.95),rgba(14,16,22,.96));padding:12px 13px;display:flex;flex-direction:column;gap:12px}.market-listing-top{width:100%;min-width:0;display:flex;align-items:flex-start;gap:10px}.market-listing-product-image{width:64px;height:64px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(160deg,rgba(34,24,28,.75),rgba(20,22,30,.92));display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff9;font-size:10px;flex-shrink:0}.market-listing-product-image img{width:100%;height:100%;object-fit:contain;display:block;padding:3px}.market-listing-seller{display:flex;align-items:center;gap:10px;min-width:0}.market-listing-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.market-listing-login{margin:0;color:#fff;font-size:12px;font-weight:600}.market-listing-date{margin:0;color:#ffffff8f;font-size:11px}.market-listing-sep{color:#ffffff57;font-size:11px;margin:0 4px;line-height:1;transform:translateY(-1px)}.market-listing-seller-line{display:flex;align-items:center;min-width:0;margin-top:4px}.market-listing-meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.market-listing-params{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.market-param-chip{height:20px;min-width:20px;border-radius:999px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.02em;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#ffffffe6}.market-param-chip-f{border-color:#57b7ff9e;background:rgba(44,145,255,.26);color:#c6ecff}.market-param-chip-r{border-color:#ff6fc4a3;background:rgba(233,82,174,.26);color:#ffd1ee}.market-param-chip-n{border-color:#ffb254a8;background:rgba(255,145,48,.28);color:#ffe4bd}.market-param-chip-m{border-color:#bc7bffa8;background:rgba(152,84,255,.28);color:#ecd8ff}.market-listing-price{color:#3ee291;font-size:24px;font-weight:800;letter-spacing:.01em;white-space:nowrap}.market-listing-action{border:1px solid transparent;border-radius:10px;height:36px;padding:0 14px;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease;white-space:nowrap}.market-listing-action:hover{transform:translateY(-1px)}.market-listing-action-buy{border-color:#ff6a7cbd;background:linear-gradient(180deg,#ff5369 0%,#e81e2d 100%);color:#fff}.market-listing-action-buy:hover{border-color:#ffb5beeb}.market-listing-action-edit{border-color:#ffffff40;background:rgba(255,255,255,.08);color:#fffffff2}.market-listing-action-edit:hover{border-color:#fff6}.market-edit-actions{justify-content:space-between;flex-wrap:wrap}.market-delete-btn{min-width:140px;border:1px solid rgba(255,111,125,.6);background:rgba(232,30,45,.14);color:#ffd8dd}.market-delete-btn:hover{border-color:#ffa6b0e6;background:rgba(232,30,45,.24)}.market-chat-open-button{border:1px solid rgba(78,138,255,.45);background:rgba(28,45,78,.75);color:#d5e4ff;border-radius:9px;height:36px;padding:0 13px;cursor:pointer;font-size:13px;font-weight:600}.market-chat-modal{width:min(760px,100%)}.market-chat-meta{margin:10px 18px 0;color:#ffffffbf;font-size:13px}.market-chat-messages{margin:10px 18px 0;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(13,16,24,.92);padding:12px;min-height:240px;max-height:44vh;overflow:auto;display:flex;flex-direction:column;gap:8px}.market-chat-empty{margin:auto;color:#ffffff8c;font-size:14px;text-align:center;max-width:400px}.market-chat-message{display:flex;gap:8px;align-items:flex-start;max-width:92%}.market-chat-message.own{margin-left:auto;flex-direction:row-reverse}.market-chat-message-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.market-chat-message-content{border:1px solid rgba(255,255,255,.11);background:rgba(28,33,46,.9);border-radius:11px;padding:7px 9px}.market-chat-message.own .market-chat-message-content{border-color:#e81e2d47;background:rgba(66,20,30,.88)}.market-chat-message-login{margin:0;color:#ffffffc7;font-size:11px;font-weight:600}.market-chat-message-text{margin:3px 0 0;color:#fff;font-size:14px;line-height:1.35;word-break:break-word}.market-chat-form{margin:12px 18px 18px;display:flex;gap:8px}.market-chat-form input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(25,29,39,.92);color:#fff;padding:10px 12px;font-size:14px}.market-chat-form button{border:none;border-radius:10px;background:linear-gradient(180deg,#ff3148 0%,#e81e2d 100%);color:#fff;padding:0 15px;font-size:13px;font-weight:700;cursor:pointer}.market-chat-form button:disabled{opacity:.6;cursor:default}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:400px;background-color:#121214;border-left:1px solid rgba(232,30,45,.1);padding:20px;z-index:999;box-shadow:-5px 0 30px #0000004d}.cart-sidebar.open{animation:slide-from-right .3s ease-out}.cart-sidebar.closing{animation:slide-to-right .3s ease-out forwards}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cart-title{color:#e81e2d;font-size:24px}.cart-items{max-height:calc(100vh - 200px);overflow-y:auto}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.cart-item-details{margin-bottom:5px}.cart-item-params{color:#e81e2d}.remove-item-button{background:none;border:none;color:#e81e2d;cursor:pointer;font-size:18px}.cart-empty{color:#ffffff80;text-align:center;margin-top:40px;display:none}.cart-footer{position:absolute;bottom:20px;left:20px;right:20px;display:none}.cart-total{display:flex;justify-content:space-between;margin-bottom:15px;color:#fff;font-size:18px}.cart-total-price{color:#e81e2d}.checkout-button{width:100%;background-color:#e81e2d;color:#fff;border:none;border-radius:4px;padding:12px;font-size:16px;cursor:pointer;transition:all .3s ease}.auth-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 15%,rgba(232,30,45,.1),transparent 45%),radial-gradient(circle at 85% 90%,rgba(59,130,246,.08),transparent 40%),rgba(5,7,12,.82);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;display:flex;align-items:center;justify-content:center;padding:20px}.auth-modal.open{animation:modal-overlay-appear .3s ease-out}.auth-modal.closing{animation:modal-overlay-disappear .3s ease-out forwards}.auth-modal.hidden{visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s .3s,opacity .3s ease-out}.auth-modal-content{background:linear-gradient(180deg,rgba(22,24,31,.96) 0%,rgba(12,14,20,.98) 100%);padding:28px 26px 24px;border-radius:24px;border:1px solid rgba(255,255,255,.14);box-shadow:0 26px 58px #00000094,0 0 0 1px #e81e2d26 inset;width:100%;max-width:430px;position:relative}.auth-modal.open .auth-modal-content,.auth-modal.open .profile-modal-content,.auth-modal.open .terms-modal-content{animation:modal-content-appear .3s ease-out}.auth-modal.closing .auth-modal-content,.auth-modal.closing .profile-modal-content,.auth-modal.closing .terms-modal-content{animation:modal-content-disappear .3s ease-out forwards}.auth-title{color:#fffffff5;font-size:34px;font-weight:700;letter-spacing:.02em;margin-bottom:22px;text-align:center}.auth-modal-content .close-button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.04);display:inline-flex;align-items:center;justify-content:center;padding:0;top:12px;right:12px;font-size:30px;line-height:1;color:#ffffffe6;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.auth-modal-content .close-button:hover{background:rgba(255,255,255,.14);border-color:#ffffff59;transform:translateY(-1px)}.auth-input{width:100%;padding:14px 18px;margin-bottom:15px;background-color:#ffffff0d;border:1px solid rgba(232,30,45,.2);border-radius:8px;color:#fff;font-size:15px;transition:border-color .3s ease}.auth-modal-content .auth-input{background-color:#ffffff0a;border-color:#fff3;border-radius:10px;font-size:16px;padding:14px 16px}.auth-modal-content .auth-input::placeholder{color:#ffffff73}.auth-input:focus{outline:none;border-color:#e81e2d80}.auth-modal-content .auth-input:focus{border-color:#3b82f6b3;box-shadow:0 0 0 3px #3b82f62e}.auth-input.error{border-color:#e81e2d}.auth-button{width:100%;padding:14px;background-color:#e81e2d;color:#fff;border:none;border-radius:8px;margin-bottom:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #e81e2d66;font-weight:700;font-size:16px}.auth-modal-content .auth-button{border-radius:10px;background:linear-gradient(180deg,#ff3652 0%,#e81e2d 100%);border:1px solid rgba(255,92,119,.75);box-shadow:0 10px 24px #e81e2d57;margin-bottom:14px}.auth-modal-content .auth-button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03)}.auth-modal-content .auth-button:disabled{opacity:.72;cursor:not-allowed;transform:none}.auth-button.secondary-button{background-color:#1c1c1d;box-shadow:none;margin-top:-10px}.auth-modal-content .auth-button.secondary-button,.auth-recovery-modal .auth-button.secondary-button{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.05);box-shadow:none;color:#ffffffe6}.auth-toggle-text{text-align:center;color:#ffffffb3;margin-top:4px;font-size:15px}.auth-toggle-link{color:#f87171;cursor:pointer;font-weight:600;transition:color .2s ease}.auth-toggle-link:hover{color:#fb7185}.auth-error{color:#fda4af;text-align:center;margin:8px 0 12px;padding:8px 12px;background:rgba(244,63,94,.12);border:1px solid rgba(244,63,94,.34);border-radius:10px;font-size:14px}.auth-success{color:#4caf50;text-align:center;margin-bottom:15px;font-size:14px}.auth-info-text{color:#ffffffd1;margin:10px 0 14px;text-align:center;font-size:14px;line-height:1.45;padding:8px 12px;border-radius:10px;border:1px solid rgba(59,130,246,.4);background:rgba(59,130,246,.12)}.auth-forgot-password{text-align:right;margin-top:-10px;margin-bottom:15px}.auth-recovery-toggle-text{margin-top:2px;margin-bottom:10px}.auth-recovery-trigger{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:#ffffffe0;font-size:14px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:10px;transition:all .2s ease}.auth-recovery-trigger:hover{border-color:#f8717194;color:#fca5a5;background:rgba(248,113,113,.08)}.auth-recovery-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;animation:modal-overlay-appear .2s ease-out}.auth-recovery-modal{width:100%;max-width:420px;background:linear-gradient(180deg,rgba(24,25,31,.98) 0%,rgba(17,18,24,.98) 100%);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:24px 20px 16px;position:relative;box-shadow:0 20px 52px #00000094,0 0 0 1px #3b82f624 inset;animation:modal-content-appear .22s ease-out}.auth-recovery-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:#ffffffe6;font-size:18px;cursor:pointer}.auth-recovery-close:hover{background:rgba(255,255,255,.12)}.auth-recovery-title{margin:0 0 10px;text-align:center;font-size:24px;color:#f8fafc}.auth-recovery-subtitle{margin:0 0 16px;text-align:center;font-size:14px;line-height:1.45;color:#ffffffbd}.auth-recovery-actions{margin-top:10px}.auth-recovery-cancel{margin-top:-6px}.auth-recovery-modal .auth-input{margin-bottom:12px}@media (max-width: 480px){.auth-modal-content{padding:24px 18px 18px;border-radius:18px}.auth-title{font-size:30px;margin-bottom:18px}.auth-modal-content .close-button{width:34px;height:34px;font-size:26px}.auth-recovery-modal{padding:22px 14px 14px;border-radius:16px}.auth-recovery-title{font-size:21px}}.terms-modal-content{max-width:1000px;margin:0 auto;background-color:#121214;border-radius:15px;border:1px solid rgba(232,30,45,.1);padding:30px;position:relative;box-shadow:0 0 30px #e81e2d1a;width:100%}.terms-title{color:#e81e2d;font-size:32px;font-weight:700;margin-bottom:30px;text-align:center}.terms-content{color:#fffc;font-size:14px;line-height:1.6;max-height:70vh;overflow-y:auto;padding:20px}.terms-section{margin-bottom:40px}.terms-section-title{color:#e81e2d;font-size:24px;margin-bottom:20px}.terms-section-content{padding-left:20px}.terms-paragraph{margin-bottom:15px}.terms-paragraph-indented{margin-bottom:10px;padding-left:20px}.terms-footer{text-align:center;margin-top:40px;color:#ffffff80;font-size:14px}.privacy-policy-page{padding:130px 0 36px}.user-agreement-content{max-height:70vh;overflow-y:auto;overflow-x:hidden}.user-agreement-line{margin:0 0 10px;color:#ffffffd6;font-size:14px;line-height:1.58;overflow-wrap:anywhere;word-break:break-word}.user-agreement-mainline{color:#fffffff2;font-size:18px;font-weight:700;margin-bottom:12px}.user-agreement-heading{margin-top:14px;color:#e81e2d;font-size:18px;font-weight:700}.user-agreement-subheading{color:#ffffffe6;font-weight:600}.user-agreement-bullet{padding-left:14px}.user-agreement-gap{height:10px}.privacy-policy-page-content{max-width:1040px}.privacy-policy-content{max-height:70vh;overflow-y:auto;overflow-x:hidden}.privacy-policy-line{margin:0 0 10px;color:#ffffffd6;font-size:14px;line-height:1.58;overflow-wrap:anywhere;word-break:break-word}.privacy-policy-mainline{color:#fffffff2;font-size:18px;font-weight:700;margin-bottom:12px}.privacy-policy-heading{margin-top:14px;color:#e81e2d;font-size:18px;font-weight:700}.privacy-policy-subheading{color:#ffffffe6;font-weight:600}.privacy-policy-bullet{padding-left:14px}.privacy-policy-gap{height:10px}.profile-modal-content{background-color:#161618;border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 50px #00000080;width:100%;max-width:900px;height:600px;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:0;transition:max-width .4s ease,height .4s ease,min-height .4s ease}.profile-view-container{display:flex;width:200%;height:100%;transition:transform .4s cubic-bezier(.25,.8,.25,1)}.profile-view-container.settings-active{transform:translate(-50%)}.profile-main-view,.profile-settings-view{width:50%;height:100%;flex-shrink:0;display:flex;flex-direction:column}.profile-modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 25px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.profile-modal-title{font-size:22px;font-weight:600;color:#fff}.profile-modal-header .icon-button{background:rgba(255,255,255,.1);border:none;color:#fffc;cursor:pointer;border-radius:50%;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.profile-modal-header .icon-button.close-button{font-size:20px;background:none;position:static}.profile-modal-header .icon-button:hover{background:rgba(255,255,255,.2);color:#fff}.profile-modal-header .settings-button{margin-right:10px}.profile-modal-header .settings-button svg{width:20px;height:20px}.profile-modal-body{display:flex;flex-grow:1;overflow:hidden}.profile-left-panel{width:300px;background-color:#0000001a;border-right:1px solid rgba(255,255,255,.1);padding:25px;display:flex;flex-direction:column;flex-shrink:0}.profile-user-info{display:flex;align-items:center;gap:15px;margin-bottom:30px}.profile-avatar-placeholder{width:60px;height:60px;border-radius:50%;background-color:#ffffff1a;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.profile-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.profile-text-info .profile-name{font-size:20px;font-weight:600;color:#fff;margin-bottom:4px}.profile-text-info .profile-id{font-size:14px;color:#fff9;background:rgba(255,255,255,.1);padding:2px 8px;border-radius:6px;display:inline-block}.profile-navigation{display:flex;flex-direction:column;gap:10px;flex-grow:1}.profile-nav-button{background-color:transparent;border:1px solid transparent;color:#ffffffb3;padding:15px;border-radius:12px;width:100%;text-align:left;font-size:16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:15px}.profile-nav-button svg{width:22px;height:22px;color:#fff9;transition:color .3s ease}.profile-nav-button:hover{background-color:#ffffff0d;color:#fff}.profile-nav-button:hover svg{color:#fff}.profile-nav-button.active{background-color:#e81e2d1a;color:#fff;font-weight:500}.profile-nav-button.active svg{color:#e81e2d}.profile-nav-button.admin{border-color:transparent;background-color:transparent;color:#ffffffb3}.profile-nav-button.admin:hover{color:#fff;background-color:#e81e2d1a}.profile-nav-button.admin.active{background-color:#e81e2d26}.profile-nav-button.admin svg{color:#e81e2d}.profile-right-panel{flex:1;padding:25px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.profile-balance-card{background:linear-gradient(145deg,rgba(232,30,45,.1),rgba(232,30,45,.05));border-radius:12px;padding:15px 20px;border:1px solid rgba(232,30,45,.2);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.profile-balance-card h4{font-size:14px;color:#ffffffb3;margin:0 0 2px;font-weight:500}.profile-balance-card p{font-size:24px;font-weight:600;color:#fff;margin:0}.profile-balance-card .primary-button{padding:8px 18px;box-shadow:none;width:auto;font-size:14px;border-radius:8px}.profile-topup-panel{background:linear-gradient(145deg,rgba(59,59,61,.692),rgba(34,35,36,.92));border:1px solid rgba(125,228,8,.12);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:12px;margin-top:-6px}.profile-topup-header h4{margin:0;color:#fff;font-size:15px;font-weight:600}.profile-topup-header p{margin:4px 0 0;color:#ffffffa6;font-size:12px;line-height:1.35}.profile-topup-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-topup-method{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);border-radius:12px;padding:10px;color:#fff;display:flex;align-items:center;gap:10px;text-align:left;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.profile-topup-method:hover{border-color:#e81e2d47;background:rgba(232,30,45,.05);transform:translateY(-1px)}.profile-topup-method.active{border-color:#e81e2d73;background:rgba(232,30,45,.1)}.profile-topup-method-icon{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.08);display:inline-flex;align-items:center;justify-content:center;color:#e81e2df2;flex-shrink:0}.profile-topup-method-content{display:flex;flex-direction:column;min-width:0}.profile-topup-method-content strong{font-size:13px;font-weight:600;color:#fff;line-height:1.2}.profile-topup-method-content small{margin-top:2px;font-size:11px;color:#fff9;line-height:1.25}.profile-topup-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.profile-topup-amount-input{width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#fff;height:42px;padding:0 12px;font-size:14px;outline:none}.profile-topup-amount-input::placeholder{color:#ffffff73}.profile-topup-amount-input:focus{border-color:#e81e2d8c}.profile-topup-actions .primary-button{width:auto;min-width:138px;height:42px;margin:0}.donation-payment-overlay{z-index:10050;align-items:center;justify-content:center;padding:16px}.donation-payment-modal{width:100%;max-width:430px;background:linear-gradient(180deg,rgba(22,24,31,.96) 0%,rgba(12,14,20,.98) 100%);border:1px solid rgba(255,255,255,.14);box-shadow:0 26px 58px #00000094,0 0 0 1px #e81e2d26 inset;overflow:hidden;padding:0!important;border-radius:24px}.donation-payment-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.donation-payment-modal-header h2{margin:0;font-size:1.15rem;font-weight:600;color:#fff}.donation-payment-modal-body{padding:20px;display:flex;flex-direction:column;gap:14px}.donation-payment-amount{margin:0;color:#ffffffd9;font-size:1rem}.donation-payment-amount strong{color:#fff}.donation-payment-order-label{margin:0;font-size:.85rem;color:#ffffff8c}.donation-payment-order-id-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.donation-payment-order-id{flex:1;min-width:0;display:block;padding:12px 14px;background:rgba(0,0,0,.35);border:1px solid rgba(232,30,45,.35);border-radius:10px;font-size:1.25rem;font-weight:700;letter-spacing:.04em;color:#fff;word-break:break-all}.donation-payment-warning{margin:0;padding:12px 14px;border-radius:10px;background:rgba(232,30,45,.12);border:1px solid rgba(232,30,45,.35);color:#ffdcdcf2;font-size:.88rem;line-height:1.45}.donation-payment-actions-row{display:flex;gap:16px;margin-top:4px;margin-bottom:6px;flex-wrap:wrap}.donation-payment-actions-row .primary-button,.donation-payment-actions-row .secondary-button{width:auto;min-width:0;flex:1;padding-left:16px;padding-right:16px}.donation-payment-actions-row .primary-button{height:42px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);box-shadow:none;font-weight:700;font-size:15px;padding:0 16px;color:#ffffffeb}.donation-payment-actions-row .donation-payment-pay-btn{background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.45);color:#dcffe6f5;box-shadow:none}.donation-payment-actions-row .secondary-button{height:42px;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.16);box-shadow:none;color:#ffffffe6;font-weight:700;font-size:15px;padding:0 16px}.donation-payment-actions-row .donation-payment-check-btn{background:rgba(232,30,45,.14);border:1px solid rgba(232,30,45,.45);color:#ffdcdcf5;box-shadow:none}.donation-payment-actions-row .primary-button:hover:not(:disabled),.donation-payment-actions-row .secondary-button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03)}.donation-payment-actions-row .donation-payment-pay-btn:hover:not(:disabled),.donation-payment-actions-row .donation-payment-check-btn:hover:not(:disabled){filter:brightness(1.08)}.donation-payment-actions-row .primary-button:disabled,.donation-payment-actions-row .secondary-button:disabled{opacity:.72;cursor:not-allowed;transform:none}.donation-payment-close{width:100%;margin-top:18px}.donation-payment-simple-timer{padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12)}.donation-payment-simple-timer-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.donation-payment-simple-timer-row span{color:#ffffffa6;font-size:12px;font-weight:600}.donation-payment-simple-timer-row strong{color:#fff;font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.donation-payment-simple-timer.expired{border-color:#ffa07859;background:rgba(255,160,120,.08)}.donation-pay-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10060;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px}@keyframes donationPayConfirmIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes donationPayConfirmOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}.donation-pay-confirm-overlay.opening{animation:donationPayConfirmIn .18s ease-out both}.donation-pay-confirm-overlay.closing{animation:donationPayConfirmOut .12s ease-in both}.donation-pay-confirm-modal{width:100%;max-width:440px;background:rgba(18,18,24,.98);border:1px solid rgba(255,255,255,.14);border-radius:18px;box-shadow:0 26px 70px #000000b3;overflow:hidden}@keyframes donationPayConfirmModalIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes donationPayConfirmModalOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.98)}}.donation-pay-confirm-overlay.opening .donation-pay-confirm-modal{animation:donationPayConfirmModalIn .18s ease-out both}.donation-pay-confirm-overlay.closing .donation-pay-confirm-modal{animation:donationPayConfirmModalOut .12s ease-in both}.donation-pay-confirm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.donation-pay-confirm-header h3{margin:0;font-size:16px;font-weight:800;color:#fffffff2}.donation-pay-confirm-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:14px}.donation-pay-confirm-text{margin:0;color:#ffffffd9;font-size:13px;line-height:1.35}.donation-pay-confirm-text strong{color:#fff}.donation-pay-confirm-buttons{display:flex;gap:10px}.donation-pay-confirm-green,.donation-pay-confirm-red{flex:1;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.18);font-weight:800;font-size:14px;cursor:pointer;transition:filter .15s ease,transform .15s ease,opacity .15s ease}.donation-pay-confirm-green{background:rgba(34,197,94,.14);border-color:#22c55e73;color:#dcffe6fa}.donation-pay-confirm-red{background:rgba(232,30,45,.14);border-color:#e81e2d73;color:#ffdcdcfa}.donation-pay-confirm-green:hover:not(:disabled),.donation-pay-confirm-red:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.donation-pay-confirm-green:disabled,.donation-pay-confirm-red:disabled{opacity:.75;cursor:not-allowed;transform:none}.donation-pay-confirm-hint{margin:0;color:#fff9;font-size:12px;line-height:1.35}.donation-pay-confirm-red-warning{margin:0;padding:12px 14px;border-radius:12px;background:rgba(232,30,45,.12);border:1px solid rgba(232,30,45,.45);color:#ffd2d2fa;font-weight:800;font-size:13px;line-height:1.35}.exchange-guide-modal{max-width:560px}.exchange-guide-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:10px;color:#ffffffe0;font-size:14px;line-height:1.5}.exchange-guide-list li{opacity:0;transform:translateY(8px);animation:guideItemIn .28s ease-out forwards}.exchange-guide-list li:nth-child(1){animation-delay:.03s}.exchange-guide-list li:nth-child(2){animation-delay:.1s}.exchange-guide-list li:nth-child(3){animation-delay:.17s}.exchange-guide-link{color:#93c5fd;word-break:break-all;text-decoration:none}.exchange-guide-link:hover{text-decoration:underline}@keyframes guideItemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.donation-payment-timer{margin-top:2px;padding:14px 14px 12px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12)}.donation-payment-timer-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px}.donation-payment-timer-row span{color:#ffffffa6;font-size:12px;font-weight:600}.donation-payment-timer-row strong{color:#fff;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}.donation-payment-timer.expired{border-color:#ffa07859;background:rgba(255,160,120,.08)}.donation-payment-progress{width:100%;height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.donation-payment-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,rgba(232,30,45,.95),rgba(59,130,246,.85));border-radius:999px;transition:width .4s ease}.donation-payment-timer-sub{margin:10px 0 0;color:#fff9;font-size:12px;line-height:1.35}.donation-payment-instructions{padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px}.donation-payment-instructions p{margin:0;color:#ffffffc7;font-size:13px;line-height:1.35}.donation-payment-instructions code{padding:2px 6px;border-radius:8px;background:rgba(0,0,0,.35);border:1px solid rgba(232,30,45,.35);color:#fff;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;word-break:normal}.donation-payment-hint{margin:0;font-size:.8rem;color:#ffffff73;line-height:1.4}.donation-payment-countdown{margin:0;font-size:.9rem;color:#78dcb4f2;font-variant-numeric:tabular-nums}.donation-payment-countdown.expired{color:#ffa078f2}.profile-content-section{background-color:#0000001a;border-radius:16px;padding:25px;flex-grow:1;border:1px solid rgba(255,255,255,.1)}.profile-content-section h3{font-size:20px;font-weight:600;color:#fff;margin:0 0 20px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}.empty-state{text-align:center;margin-top:50px;color:#ffffff80}.empty-state p{font-size:18px;font-weight:500;color:#fffc;margin:0 0 10px}.empty-state span{font-size:15px}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:15px 25px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.settings-header .auth-title{margin:0;flex-grow:1;text-align:center;font-size:22px;font-weight:600;color:#fff}.settings-header .back-button{background:none;border:none;color:#fffc;cursor:pointer;padding:5px;line-height:1}.settings-header .back-button:hover{color:#fff}.settings-header .close-button{font-size:20px;background:none;position:static}.profile-tab-content{color:#fffc;padding:25px;flex-grow:1;overflow-y:auto}.settings-content .setting-item{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1)}.settings-content .setting-item:last-child{border-bottom:none}.settings-content .setting-item.column{display:block}.settings-content .setting-item label{font-size:16px;font-weight:500;color:#ffffffe6}.setting-item-header{display:flex;justify-content:space-between;align-items:center}.collapsible-form{max-height:0;overflow:hidden;transition:max-height .35s ease-in-out}.collapsible-form.open{max-height:300px}.collapsible-form-inner{padding-top:15px;display:flex;flex-direction:column;gap:12px}.settings-content .setting-item input{width:100%;padding:12px 15px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:15px}.settings-content .setting-item input:focus{outline:none;border-color:#e81e2d80;background-color:#ffffff14}.settings-content .setting-item button{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:8px 15px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;white-space:nowrap;transition:all .2s ease-in-out}.settings-content .setting-item button:hover{background-color:#fff3;border-color:#ffffff4d}.setting-item-controls{display:flex;gap:10px}.settings-content .setting-item .settings-action-trigger{width:180px}.settings-content .setting-item button.active{background-color:#e81e2d;border-color:#e81e2d;color:#fff}.settings-content .setting-item button.active:hover{background-color:#c81423;border-color:#c81423}.setting-actions{display:flex;gap:10px;width:100%}.setting-actions button{flex-grow:1;padding:12px;font-size:15px;background-color:#e81e2dcc;border-color:#e81e2d}.setting-actions button:hover{background-color:#e81e2d}.setting-actions button.secondary{background-color:#ffffff1a;border-color:#fff3;color:#fffc}.setting-actions button.secondary:hover{background-color:#fff3;border-color:#ffffff4d;color:#fff}.logout-section{border-top:none;padding:20px 0 0!important;margin-top:20px;display:block!important}.logout-section .logout-button-settings{width:100%}.logout-button-settings{background:rgba(232,30,45,.1);border:1px solid rgba(232,30,45,.3);color:#ff6473;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:12px;font-size:16px;cursor:pointer;transition:all .3s ease}.logout-button-settings svg{width:20px;height:20px}.logout-button-settings:hover{background:rgba(232,30,45,.2);color:#fff;border-color:#e81e2d80}.notifications-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column-reverse;gap:10px;z-index:10000;align-items:flex-end}@keyframes slide-in-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out-right{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.notification{position:relative;width:auto;max-width:380px;min-width:300px;padding:16px;border-radius:12px;color:#fff;font-weight:500;box-shadow:0 5px 20px #0006;background-color:#1c1c1e;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:15px;animation:slide-in-bottom .4s cubic-bezier(.25,.8,.25,1) forwards;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .4s ease}.notification.hiding{animation:slide-out-right .4s cubic-bezier(.25,.8,.25,1) forwards}.notification.clickable{cursor:pointer;transition:background-color .2s ease}.notification.clickable:hover{background-color:#28282a}.notification.error{border-left:5px solid rgb(239,68,68)}.notification.error .notification-icon{color:#ef4444}.notification.success{border-left:5px solid #34d399}.notification.success .notification-icon{color:#34d399}.notification.info{border-left:5px solid #3b82f6}.notification.info .notification-icon{color:#3b82f6}.notification-icon{flex-shrink:0;display:flex;align-items:center}.notification-icon svg{width:22px;height:22px}.notification-content{flex-grow:1;align-self:center}.notification-message{margin:0;font-size:15px;line-height:1.5;color:#ffffffe6}.notification-close-btn{background:none;border:none;color:#ffffff80;font-size:20px;cursor:pointer;padding:5px;line-height:1;align-self:center}.notification-close-btn:hover{color:#fff}.exchange-search-container{padding:20px 20px 0;display:flex;flex-direction:column;gap:20px}.exchange-search-input-wrapper{position:relative;margin-bottom:0}.exchange-search-input-wrapper .auth-input{padding-left:50px;background-color:#1e1e20;border-color:#323234;border-radius:12px;height:54px}.exchange-search-input-wrapper .auth-input::placeholder{color:#fff6}.search-icon-wrapper{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#fff6;pointer-events:none}.exchange-user-list{margin-top:20px;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:0 20px 20px}.exchange-user-list::-webkit-scrollbar{width:6px}.exchange-user-list::-webkit-scrollbar-track{background:transparent}.exchange-user-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.exchange-user-list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.exchange-user-item{display:flex;align-items:center;gap:15px;padding:10px;border-radius:10px;background-color:#ffffff08;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.exchange-user-item:hover{background-color:#ffffff12;border-color:#ffffff1a}.exchange-user-item img{width:40px;height:40px;border-radius:50%;object-fit:cover}.exchange-user-name{flex-grow:1;font-weight:500;font-size:16px}.exchange-user-item .primary-button.small{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);box-shadow:none;font-weight:500;width:auto;padding:8px 16px;font-size:14px}.exchange-user-item:hover .primary-button.small{background-color:#e81e2d;border-color:#e81e2d}.selected-user-card{background:rgba(0,0,0,.3);border-radius:16px;padding:25px;margin:0 20px 20px;border:1px solid rgba(255,255,255,.1)}.selected-user-card .auth-button{margin-bottom:10px}.selected-user-card .secondary-button{width:100%;margin:0;padding:14px;font-size:16px;font-weight:500}.selected-user-card.large{text-align:center;padding:30px;margin-top:20px}.selected-user-card.large .selected-user-info{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:30px}.selected-user-card.large .selected-user-info img{width:80px;height:80px;border-radius:50%;border:3px solid rgba(255,255,255,.1)}.selected-user-card.large .selected-user-info p{margin:0;color:#ffffffb3}.selected-user-card.large .selected-user-info strong{font-size:20px;display:block;margin-top:5px;color:#fff}.selected-user-card .secondary-button{background:transparent;border-color:transparent;color:#fff9;box-shadow:none}.selected-user-card .secondary-button:hover{color:#fff;background:transparent}.trade-role-selector{margin:0 0 16px;padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03)}.trade-role-selector-title{margin:0 0 10px;font-size:14px;font-weight:600;color:#ffffffd9;text-align:left}.trade-role-selector-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.trade-role-option{border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.22);color:#fff;border-radius:10px;padding:10px;text-align:left;font-size:14px;font-weight:700;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:all .18s ease}.trade-role-option span{font-size:12px;font-weight:500;color:#ffffffb3}.trade-role-option:hover{border-color:#93c5fd80;background:rgba(37,99,235,.14)}.trade-role-option.active{border-color:#93c5fdb8;background:rgba(37,99,235,.2);box-shadow:inset 0 0 0 1px #93c5fd4d}.trade-view-wrapper{display:flex;gap:25px;flex-grow:1;min-height:0;overflow:hidden;padding:0 25px 25px}.trade-main-content{flex-grow:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.trade-interface{display:flex;gap:25px;flex-grow:1;min-height:0;overflow:hidden}.trade-panel{flex:1;display:flex;flex-direction:column;background-color:#19191c99;border-radius:20px;border:1px solid rgba(255,255,255,.08);padding:24px;transition:var(--transition-default);box-shadow:none}.trade-panel-heading{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.trade-panel h3{margin:0;font-size:28px;font-weight:700;line-height:1.1;padding-bottom:8px;border-bottom:none;color:#fff;letter-spacing:-.6px}.trade-panel-paid{margin-top:2px;padding:8px 10px;background:linear-gradient(90deg,rgba(16,87,53,.82) 0%,rgba(20,124,80,.82) 100%);border:1px solid rgba(74,222,128,.35);border-radius:12px;display:flex;align-items:center;gap:10px;color:#d1fae5;box-shadow:0 10px 22px #10b98133}.trade-panel-paid-dot{width:6px;height:6px;background-color:#4ade80;border-radius:50%;box-shadow:0 0 10px #4ade80,0 0 18px #4ade80cc;flex-shrink:0}.trade-panel-paid-label{font-size:13px;font-weight:600;letter-spacing:.01em;opacity:.95}.trade-panel-paid-amount{margin-left:auto;padding:5px 10px;border-radius:8px;background:rgba(7,35,22,.45);border:1px solid rgba(110,231,183,.24);font-size:13px;font-weight:700;color:#f0fdf4;line-height:1}.trade-panel-paid-currency{opacity:.75;font-weight:600}.trade-items-area{flex-grow:1;min-height:260px;max-height:420px;overflow-y:auto;overflow-x:hidden;padding:14px 6px 8px;margin-bottom:12px}.trade-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;overflow-x:hidden;width:100%}.trade-item-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:12px;position:relative;transition:var(--transition-default);display:flex;flex-direction:column;align-items:center;gap:8px}.trade-item-card:hover{background:rgba(255,255,255,.06);transform:translateY(-2px);border-color:#ffffff1f}.trade-item-image{width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.01) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.trade-item-image.has-image{background:linear-gradient(145deg,rgba(36,42,56,.9) 0%,rgba(27,33,45,.92) 100%);border:1px solid rgba(255,255,255,.08)}.trade-item-image img{width:100%;height:100%;object-fit:contain;padding:8px;display:block}.trade-item-image:after{content:"";position:absolute;width:40px;height:40px;background:rgba(255,255,255,.05);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 16-4-4-4 4'/%3E%3Cpath d='M17 20V12'/%3E%3Cpath d='m3 8 4-4 4 4'/%3E%3Cpath d='M7 4v8'/%3E%3Cpath d='M17 4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2'/%3E%3Cpath d='M7 20c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 16-4-4-4 4'/%3E%3Cpath d='M17 20V12'/%3E%3Cpath d='m3 8 4-4 4 4'/%3E%3Cpath d='M7 4v8'/%3E%3Cpath d='M17 4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2'/%3E%3Cpath d='M7 20c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2'/%3E%3C/svg%3E") no-repeat center}.trade-item-image.has-image:after{display:none}.trade-item-name{font-size:12px;font-weight:500;color:#fffc;margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.trade-item-remove{position:absolute;top:6px;right:6px;background:rgba(185,28,28,.9);color:#fff;border:none;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;font-weight:700;line-height:1;opacity:0;transition:all .2s;box-shadow:0 4px 10px #00000047;transform:scale(.94);pointer-events:none;z-index:2}.trade-item-remove:hover{background:rgba(220,38,38,.92);transform:scale(1)}.trade-item-card:hover .trade-item-remove{opacity:1;transform:scale(1);pointer-events:auto}.trade-items-area,.chat-messages-area,.payment-methods-list{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.24) transparent}.trade-items-area::-webkit-scrollbar,.chat-messages-area::-webkit-scrollbar,.payment-methods-list::-webkit-scrollbar{width:8px;height:8px}.trade-items-area::-webkit-scrollbar-track,.chat-messages-area::-webkit-scrollbar-track,.payment-methods-list::-webkit-scrollbar-track{background:transparent}.trade-items-area::-webkit-scrollbar-thumb,.chat-messages-area::-webkit-scrollbar-thumb,.payment-methods-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22);border-radius:999px;border:2px solid transparent;background-clip:padding-box}.trade-items-area::-webkit-scrollbar-thumb:hover,.chat-messages-area::-webkit-scrollbar-thumb:hover,.payment-methods-list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.32);background-clip:padding-box}.add-item-button{width:100%;padding:12px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:600;font-size:14px;cursor:pointer;margin-top:auto;transition:all .2s}.add-item-button:hover:not(:disabled){background:rgba(255,255,255,.1);border-color:#fff3;transform:translateY(-1px)}.add-item-button:disabled{opacity:.5;cursor:not-allowed;background-color:#ffffff1a}.add-item-button.propose{background-color:#3b82f626;border-color:#3b82f64d;color:#3f2f2c}.add-item-button.propose:hover{background-color:#3b82f640}.empty-trade-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:180px;text-align:center;border:2px dashed rgba(255,255,255,.05);border-radius:16px;color:#ffffff4d;background:rgba(255,255,255,.02);transition:var(--transition-default);padding:20px}.empty-trade-state:hover{border-color:#ffffff1a;background:rgba(255,255,255,.04)}.empty-trade-state:before{content:"+";font-size:32px;margin-bottom:12px;opacity:.2;font-weight:300}.empty-trade-state p{font-size:14px;font-weight:500;max-width:150px;line-height:1.4}.empty-trade-state.paid-only{border-color:#4ade803d;background:linear-gradient(155deg,rgba(24,81,53,.2) 0%,rgba(13,34,23,.16) 100%);color:#d9f9e5e0}.empty-trade-state.paid-only:before{content:"₽";opacity:.5;color:#86efac}.trade-panel-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:10px;margin-top:10px;text-align:right;font-weight:500;font-size:16px}.trade-status-info{text-align:center;margin-top:0;margin-bottom:15px;color:#fff9;text-transform:capitalize}.trade-status-info .trade-status-pending{color:#f59e0b}.trade-status-info .trade-status-active{color:#22c55e}.trade-status-info .trade-status-declined,.trade-status-info .trade-status-cancelled{color:#ef4444}.trade-headline{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:8px 25px 14px;margin-bottom:2px;border-bottom:1px solid rgba(255,255,255,.08)}.trade-title{margin:0;font-size:22px;font-weight:700;line-height:1.15;color:#fffffff7;letter-spacing:-.02em;white-space:normal;overflow:hidden;text-overflow:ellipsis}@media (min-width: 992px){.trade-title{display:none}.trade-headline{align-items:center;padding:10px 112px 14px 25px;margin-bottom:8px}.trade-status-line{width:100%;justify-content:center;font-size:16px;gap:10px;min-height:34px}.trade-payment-and-actions{grid-template-columns:minmax(0,1fr) 240px;gap:16px;align-items:end}.payment-action-area .pay-button,.trade-actions-main .auth-button,.trade-actions-main .secondary-button{min-height:48px;border-radius:12px;min-width:0;font-size:16px;padding:0 14px}.trade-payment-and-actions.seller-no-payment{display:flex;justify-content:center;align-items:center;gap:0}.trade-actions-main.seller-only-actions{flex-direction:row;gap:12px;align-items:center;justify-content:center}.trade-actions-main.seller-only-actions .auth-button,.trade-actions-main.seller-only-actions .secondary-button{width:auto;min-width:230px;margin:0}}.trade-status-line{margin:0;color:#ffffffb3;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.trade-status-accent{font-weight:700}.trade-status-accent.trade-status-pending{color:#f59e0b}.trade-status-accent.trade-status-active{color:#22c55e}.trade-status-accent.trade-status-declined,.trade-status-accent.trade-status-cancelled{color:#ef4444}.trade-status-accent.trade-status-completed{color:#8b5cf6}.trade-status-divider{opacity:.4}.trade-elapsed{color:#fffc;font-variant-numeric:tabular-nums}.trade-role-line{margin:0;font-size:13px;color:#ffffff9e}.trade-role-line span{color:#ffffffeb;font-weight:700}.trade-footer{margin-top:auto;padding-top:14px;border-top:none}.trade-payment-and-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,260px);gap:20px;align-items:end}.trade-actions-main{display:flex;flex-direction:column;gap:10px;min-width:220px}.trade-actions-main .auth-button,.trade-actions-main .secondary-button{width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(14px,1.4vw,16px)}.trade-payment-and-actions.seller-no-payment{grid-template-columns:1fr;justify-items:center}.trade-actions-main.seller-only-actions{min-width:0;width:auto;align-items:center;margin-top:6px}.auth-button.confirm-ready-btn{background-color:#1a9a54;border-color:#16a34a;box-shadow:0 5px 20px #16a34a33;margin-bottom:0;border-radius:12px}.auth-button.confirm-ready-btn:hover{background-color:#16a34a}.secondary-button.cancel-trade-btn{background-color:transparent;border:1px solid rgba(255,255,255,.2);width:100%;margin:0;padding:14px;font-size:16px;font-weight:500;color:#fff9;border-radius:12px}.secondary-button.cancel-trade-btn:hover{background-color:#ffffff1a;color:#fff}.trade-chat-panel{width:360px;min-width:300px;flex-shrink:0;min-height:0;display:flex;flex-direction:column;background-color:#00000040;border-radius:16px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.mobile-chat-toggle-button,.trade-chat-close-button,.mobile-chat-backdrop{display:none}.trade-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 12px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.trade-chat-content{flex:1 1 0;min-height:0;display:flex;flex-direction:column;padding:20px;overflow:hidden}.trade-chat-peer{display:flex;align-items:center;gap:10px;min-width:0}.trade-chat-peer-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06)}.trade-chat-peer-text{min-width:0}.trade-chat-peer-label{margin:0 0 2px;color:#ffffff8c;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.trade-chat-peer-name{margin:0;color:#fff;font-size:19px;font-weight:700;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trade-chat-panel h3.trade-chat-title{margin:0 0 0 auto;font-size:18px;font-weight:600;padding:0;border-bottom:none;flex-shrink:0;letter-spacing:.02em}.trade-chat-typing-indicator{margin:8px 0 6px;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;align-self:flex-start;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);font-size:12px;line-height:1;color:#e8ecf4eb;min-height:28px}.trade-chat-typing-user{font-weight:700;color:#f3f4f6}.trade-chat-typing-text{color:#d4dbe6db}.trade-chat-typing-dots{display:inline-flex;align-items:center;gap:4px;margin-left:1px}.trade-chat-typing-dot{width:5px;height:5px;border-radius:50%;background:#e5e7eb;opacity:.35;animation:tradeTypingDot 1.15s infinite ease-in-out}.trade-chat-typing-dot:nth-child(2){animation-delay:.16s}.trade-chat-typing-dot:nth-child(3){animation-delay:.32s}@keyframes tradeTypingDot{0%,70%,to{transform:translateY(0);opacity:.35}35%{transform:translateY(-3px);opacity:1}}.chat-messages-area{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:10px;margin:0 -10px;display:flex;flex-direction:column;gap:12px}.chat-message{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;border-radius:12px;background-color:#ffffff1a;max-width:95%;align-self:flex-start}.chat-message.own{background-color:#e81e2d33;align-self:flex-end;flex-direction:row-reverse}.chat-message-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;object-fit:cover;background-color:#ffffff1a}.chat-message-body{flex:1;min-width:0}.chat-message .chat-sender{font-size:12px;font-weight:600;color:#e81e2d;margin:0 0 4px}.chat-message.own .chat-sender{color:#ff6473}.chat-message .chat-text{margin:0;font-size:14px;color:#ffffffe6;word-break:break-word}.chat-message.admin-chat-message:not(.own){border:1px solid rgba(245,158,11,.45);background:linear-gradient(145deg,rgba(245,158,11,.16) 0%,rgba(120,53,15,.18) 100%)}.chat-admin-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:2px 7px;border-radius:999px;background:rgba(245,158,11,.2);border:1px solid rgba(245,158,11,.45);color:#fcd34d;font-size:10px;font-weight:700;letter-spacing:.04em;vertical-align:middle}.chat-message.system-message .chat-message-avatar{width:32px;height:32px;min-width:32px}.chat-form{margin-top:15px;flex-shrink:0;display:flex;gap:10px}.chat-form input{flex-grow:1;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;padding:0 15px;height:44px;font-size:15px}.chat-form input:focus{outline:none;border-color:#e81e2d}.chat-form input:disabled{opacity:.5;cursor:not-allowed}.chat-form button{flex-shrink:0;width:44px;height:44px;background-color:#e81e2d;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background-color .2s}.chat-form button:hover{background-color:#c81423}.chat-form button:disabled{background-color:#ffffff1a;color:#fff6;cursor:not-allowed}.chat-form button svg{width:20px;height:20px}.trade-payment-section{margin-top:6px;padding-top:0;border-top:none}.trade-payment-section h4{font-size:13px;color:#ffffff80;margin-bottom:8px;font-weight:500;text-transform:uppercase}.payment-container{position:relative}.payment-selector-wrapper{position:relative;z-index:20}.payment-selector-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 20px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;cursor:pointer;transition:all .2s;text-align:left;height:56px;font-size:16px;color:#ffffffb3;min-width:0;box-sizing:border-box}.payment-selector-button:hover{background-color:#ffffff1a;border-color:#ffffff4d}.payment-selector-button:disabled{opacity:.45;cursor:not-allowed}.payment-method-icon-and-name{display:flex;align-items:center;gap:15px;font-weight:500;min-width:0;flex:1 1 auto}.payment-selector-button .payment-method-name,.payment-selector-button .payment-method-icon{color:#fff}.payment-selector-button .payment-method-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-amount-display{display:flex;align-items:center;gap:8px;flex:0 0 auto;min-width:0}.payment-amount-input{background:transparent;border:none;outline:none;color:#fff;font-size:16px;font-weight:500;text-align:right;width:clamp(72px,16vw,140px);min-width:64px;max-width:100%;padding:0;-moz-appearance:textfield}.payment-amount-input::placeholder{color:#ffffff80}.payment-amount-input::-webkit-outer-spin-button,.payment-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.payment-currency{font-weight:500;color:#ffffffb3}.payment-selector-arrow{font-size:12px;color:#ffffff80}.payment-methods-list{position:absolute;bottom:100%;left:0;right:0;margin-bottom:6px;background-color:#1e1e20;border:1px solid rgba(255,255,255,.2);border-radius:8px;z-index:10;padding:5px;display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto;box-shadow:0 -4px 20px #0006}.payment-method-item{display:flex;align-items:center;padding:12px;border-radius:8px;border:1px solid transparent;background-color:transparent;cursor:pointer;transition:all .2s}.payment-method-item:hover{background-color:#ffffff1a}.payment-method-icon{margin-right:15px;color:#ffffffb3;display:flex;align-items:center}.payment-method-icon svg{width:22px;height:22px}.payment-method-name{font-weight:500;flex-grow:1}.payment-action-area{margin-top:8px}.trade-role-restriction-note{margin:0 0 8px;font-size:12px;color:#fff9}.payment-action-area .pay-button{margin:0;width:100%;padding:10px;font-size:15px}.absolute-element{position:absolute;flex-shrink:0;box-sizing:border-box;height:auto;top:-533.3333333333334px;left:-1148.5572814941406px;width:3045px}.column-element{display:flex;flex-direction:column;position:absolute;flex-shrink:0;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#999;background-color:#fff;top:-752.9166666666667px;left:821.0677083333334px;width:1856px;height:461px}.trades-list{display:flex;flex-direction:column;gap:15px;max-height:300px;overflow-y:auto;overflow-x:hidden;padding-right:10px}.trade-list-item{background-color:#ffffff08;padding:15px;border-radius:10px;border:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:15px}.trade-list-info{flex-grow:1;display:flex;flex-direction:column;gap:8px}.trade-partner-info{display:flex;align-items:center;gap:12px}.trade-partner-avatar{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.1);object-fit:cover}.trade-list-info p{margin:0;font-size:15px}.trade-list-info .trade-partner{font-weight:500;color:#fff;font-size:16px}.trade-date{font-size:12px;color:#fff6;margin-top:2px}.trade-list-info .trade-status{font-size:13px;color:#fff9;text-transform:capitalize;display:flex;align-items:center;gap:6px}.trade-list-info .trade-status:before{content:"";width:8px;height:8px;border-radius:50%;display:inline-block}.trade-list-item .trade-status-pending:before{background-color:#f59e0b;box-shadow:0 0 8px #f59e0b}.trade-list-item .trade-status-active:before{background-color:#22c55e;box-shadow:0 0 8px #22c55e}.trade-list-item .trade-status-declined:before,.trade-list-item .trade-status-cancelled:before{background-color:#ef4444;box-shadow:0 0 8px #ef4444}.trade-list-item .trade-status-completed:before{background-color:#8b5cf6;box-shadow:0 0 8px #8b5cf6}.trade-list-item .trade-status-pending{color:#f59e0b;font-weight:600}.trade-list-item .trade-status-active{color:#22c55e;font-weight:600}.trade-list-item .trade-status-declined,.trade-list-item .trade-status-cancelled{color:#ef4444;font-weight:600}.trade-list-item .trade-status-completed{color:#8b5cf6;font-weight:600}.trade-list-actions{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}.trade-list-actions button{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-weight:500;font-size:14px;transition:background-color .2s;white-space:nowrap}.trade-list-actions .accept-button{background-color:#22c55e;color:#fff}.trade-list-actions .accept-button:hover{background-color:#16a34a}.trade-list-actions .decline-button{background-color:#ef4444;color:#fff}.trade-list-actions .decline-button:hover{background-color:#dc2626}.trade-list-actions .open-button{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.trade-list-actions .open-button:hover{background-color:#fff3}.profile-modal-content.exchange-view-start{max-width:550px;height:auto;min-height:600px}.profile-modal-content.exchange-view-start .auth-title{margin-top:12px}.profile-modal-content.exchange-view-trading{max-width:1320px;width:95%;height:780px;padding-bottom:30px;overflow:hidden;display:flex;flex-direction:column}.payment-confirm-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:modal-overlay-appear .3s ease-out}.payment-confirm-modal{background:linear-gradient(145deg,#1e1e22 0%,#16161a 100%);border-radius:32px;padding:40px;width:90%;max-width:440px;color:#fff;box-shadow:0 40px 100px #000c,inset 0 1px 1px #ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;animation:modal-appear .4s cubic-bezier(.34,1.56,.64,1)}.payment-confirm-icon{width:70px;height:70px;background:rgba(239,68,68,.1);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#ef4444;margin-bottom:24px;border:1px solid rgba(239,68,68,.2)}.payment-confirm-icon svg{width:32px;height:32px}.payment-confirm-title{font-size:24px;font-weight:800;margin-bottom:30px;color:#fff;text-align:center;letter-spacing:-.8px}.payment-confirm-content{width:100%;display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.payment-confirm-amount-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:4px}.payment-confirm-amount-card span{font-size:13px;color:#fff6;text-transform:uppercase;letter-spacing:1px;font-weight:600}.payment-confirm-amount-card strong{font-size:32px;color:#fff;font-weight:800}.payment-confirm-text{font-size:15px;line-height:1.6;color:#fff9;text-align:center;padding:0 10px}.payment-confirm-info-box{display:flex;align-items:center;gap:12px;padding:16px;background:rgba(239,68,68,.05);border-radius:16px;border:1px solid rgba(239,68,68,.1);opacity:0;transform:translateY(10px);transition:all .3s ease;pointer-events:none}.payment-confirm-info-box.visible{opacity:1;transform:translateY(0);pointer-events:auto}.payment-confirm-info-box svg{width:20px;height:20px;color:#ef4444;flex-shrink:0}.payment-confirm-info-box p{font-size:13px;line-height:1.5;color:#ffffffb3;margin:0}.payment-confirm-actions{display:flex;gap:12px;width:100%}.confirm-btn-cancel{flex:1;padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);color:#fff9;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s}.confirm-btn-cancel:hover{background:rgba(255,255,255,.05);color:#fff}.confirm-btn-submit{flex:1.5;padding:16px;border-radius:16px;border:none;background:#ef4444;color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #ef44444d}.confirm-btn-submit:hover:not(:disabled){background:#dc2626;transform:translateY(-2px);box-shadow:0 12px 32px #ef444473}.confirm-btn-submit.processing{background:rgba(255,255,255,.05);color:#ffffff4d;box-shadow:none;cursor:default}.payment-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes modal-appear{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.loading-dots span{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:currentColor;margin:0 2px;animation:loading-fade 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes loading-fade{0%,80%,to{opacity:0}40%{opacity:1}}@media (max-width: 991px){.site-header{left:0;right:0;top:0;border-radius:0;border-left:none;border-right:none;padding:8px 10px 10px}.header-container{flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0;max-width:none;gap:6px}.main-nav,.burger-menu{display:none!important}.logo{display:inline-flex!important;align-items:center;justify-content:center;margin:0 auto}.mobile-tab-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:10px;width:calc(100% - 16px);max-width:430px;padding:8px 10px 6px;position:fixed;left:8px;right:8px;bottom:8px;z-index:1200;border-radius:16px;background:rgba(17,20,28,.94);border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 28px #00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-profile-wrapper{width:100%}.mobile-profile-wrapper .header-profile-dropdown{right:0;top:auto;bottom:calc(100% + 10px);width:min(360px,calc(100vw - 20px));max-height:64vh;overflow-y:auto}.mobile-profile-wrapper .header-profile-action{min-height:42px;font-size:15px}body{padding-bottom:92px}.section-container{padding:0 20px}.purchase-card{min-width:280px;padding:13px 14px;gap:10px}.purchase-user{font-size:15px}.purchase-item{font-size:18px}.features-grid,.why-choose-grid{grid-template-columns:1fr}.hero-title{font-size:36px}.market-title{font-size:42px}.hero-description{font-size:16px;padding:0 10px}.hero-buttons-row{flex-direction:column;align-items:center;gap:10px}.product-menu{overflow-y:auto;padding:80px 12px 24px}.product-menu-header{align-items:center;margin-bottom:10px}.product-menu-toolbar{width:100%;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:12px}.product-sell-button{width:100%;height:38px;font-size:13px}.product-menu-container{height:auto;min-height:auto;display:block;padding:12px}.product-menu-content{flex-direction:column;min-height:unset}.product-menu-sidebar{width:100%;margin-bottom:20px;position:static;top:auto;max-height:none;overflow:visible;padding-right:0}.categories-list{flex-direction:row;overflow-x:auto;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;padding-bottom:10px;scrollbar-width:none}.categories-list::-webkit-scrollbar{display:none}.category-button{flex-shrink:0;width:auto;margin-bottom:0;white-space:nowrap}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));max-height:none;overflow:visible;padding-right:0}.main-content{padding:120px 12px 40px}.cart-sidebar{width:100%;max-width:400px}.profile-modal-content{width:95vw;max-width:450px;height:auto;max-height:85vh;overflow:hidden;padding:0}.profile-view-container{width:200%;height:100%;touch-action:pan-y}.profile-main-view,.profile-settings-view{width:50%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.profile-modal-content.exchange-view-start,.profile-modal-content.exchange-view-trading{max-width:95vw;width:95vw;height:auto;max-height:92vh;padding:12px 10px 10px;overflow:hidden;display:flex;flex-direction:column}.profile-modal-content.exchange-view-start .auth-title{margin-top:8px}.trade-headline{padding:2px 92px 10px 6px;align-items:flex-start;flex-direction:column;gap:4px}.trade-title{font-size:16px;line-height:1.2;max-width:100%;white-space:normal;word-break:break-word}.trade-status-line{font-size:11px;line-height:1.35;gap:6px}.trade-title{display:block}.trade-role-line{font-size:11px;margin-top:1px}.exchange-top-actions{top:8px;right:8px;gap:6px}.exchange-top-actions .close-button,.exchange-support-button{width:34px;height:34px}.exchange-top-actions .close-button{font-size:22px}.exchange-support-button img{width:64%;height:64%}.profile-modal-header,.settings-header{padding:15px 20px}.profile-modal-title,.settings-header .auth-title{font-size:20px}.profile-modal-body{flex-direction:column;overflow-x:hidden;overflow-y:visible}.profile-left-panel{width:100%;border-right:none;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.profile-right-panel{overflow-y:visible;padding:20px}.profile-topup-methods,.profile-topup-actions{grid-template-columns:1fr}.profile-topup-actions .primary-button{width:100%;min-width:0}.profile-tab-content{padding:10px 20px 20px}.settings-content .setting-item{flex-direction:column;align-items:flex-start;gap:12px;padding:15px 0}.settings-content .setting-item.column{gap:12px;padding:15px 0}.trade-role-selector{padding:12px}.trade-role-selector-options{grid-template-columns:1fr}.settings-content .setting-item label{font-size:15px}.setting-item-header,.settings-content .setting-item .settings-action-trigger,.setting-item-controls{width:100%}.setting-item-controls button{flex-grow:1}.trades-list{padding-right:0;max-height:none}.trade-list-item{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.trade-list-info{min-width:0}.trade-partner-info{align-items:flex-start}.trade-partner-info>div{min-width:0}.trade-list-info .trade-partner{font-size:20px;line-height:1.2;word-break:break-word}.trade-list-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.trade-list-actions button{width:100%;min-width:0;padding:10px 8px;font-size:14px;text-align:center}.trade-list-actions button:only-child{grid-column:1 / -1}.trade-interface{flex-direction:column;flex:0 0 auto;min-height:auto;overflow-y:visible;gap:10px}.trade-view-wrapper .trade-main-content{flex:0 0 auto;max-height:none;overflow-y:visible;overflow-x:hidden;min-height:auto}.trade-panel{flex:0 0 auto;min-height:auto;padding:14px;border-radius:16px}.trade-panel h3{font-size:16px;padding-bottom:10px}.trade-panel-paid{padding:7px 9px;border-radius:10px}.trade-panel-paid-label,.trade-panel-paid-amount{font-size:12px}.trade-panel .trade-items-area{min-height:120px;max-height:none;overflow-y:visible;margin-bottom:12px;padding:0}.empty-trade-state{min-height:120px;border-radius:12px}.trade-payment-and-actions{grid-template-columns:1fr;gap:12px;width:100%}.trade-payment-and-actions.seller-no-payment{display:grid;grid-template-columns:1fr;justify-items:stretch}.trade-actions-main.seller-only-actions{flex-direction:column;width:100%;align-items:stretch;justify-content:flex-start;gap:10px}.trade-actions-main.seller-only-actions .auth-button,.trade-actions-main.seller-only-actions .secondary-button{width:100%;min-width:0}.trade-actions-main{width:100%;min-width:0;align-items:stretch}.trade-footer{margin-top:8px;padding-top:14px;width:100%}.trade-payment-section{margin-top:0;padding-top:0;border-top:none}.trade-payment-section h4{margin-bottom:8px;font-size:12px;letter-spacing:.07em}.payment-selector-button{height:52px;border-radius:10px;padding:0 14px;gap:10px}.payment-method-icon-and-name{gap:10px}.payment-selector-button .payment-method-name{font-size:14px}.payment-amount-input{width:clamp(56px,20vw,100px);font-size:14px}.payment-action-area .pay-button,.trade-actions-main .auth-button,.trade-actions-main .secondary-button{width:100%;max-width:100%;min-height:46px;border-radius:10px;font-size:15px;padding:10px 12px;min-width:0;box-sizing:border-box;font-size:clamp(13px,3.7vw,15px)}.admin-page-content{grid-template-columns:1fr}.admin-page-container{padding:20px;margin-top:100px}.trade-view-wrapper{flex-direction:column;flex:0 1 auto;min-height:auto;overflow-y:auto;overflow-x:hidden;padding:0 6px 8px;gap:10px;display:flex;position:relative}.mobile-chat-toggle-button{display:inline-flex;width:100%;align-items:center;justify-content:center;border:1px solid rgba(96,165,250,.45);background:linear-gradient(145deg,rgba(28,53,124,.42) 0%,rgba(37,99,235,.22) 100%);color:#dbeafe;border-radius:12px;min-height:46px;padding:10px 14px;font-size:15px;font-weight:600;margin-top:4px;position:static;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.trade-chat-panel{display:none}.trade-chat-panel.mobile-open{position:fixed;top:72px;left:10px;right:10px;bottom:10px;width:auto;min-width:0;max-height:none;background:rgba(17,18,23,.98);border-radius:14px;border:1px solid rgba(255,255,255,.14);padding:0;overflow:hidden;display:flex;flex-direction:column;z-index:41;box-shadow:0 18px 45px #00000073}.trade-chat-content{border-top:none;padding:10px 8px 0;min-height:0;flex:1;overflow:hidden;display:flex;flex-direction:column}.trade-chat-peer{display:none}.trade-chat-close-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#ffffffdb;border-radius:8px;height:32px;padding:0 10px;font-size:13px;font-weight:600;flex-shrink:0}.trade-chat-panel h3.trade-chat-title{font-size:17px;font-weight:600;color:#fffffff2;padding:0;margin:0 auto 0 0;flex-shrink:0;border-bottom:none;line-height:1.3;letter-spacing:.02em}.trade-chat-header{padding:0 8px 10px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:10px}.trade-chat-panel .chat-messages-area{min-height:180px;gap:16px;padding:0 4px}.mobile-chat-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:rgba(0,0,0,.55);border:none;padding:0;margin:0}.trade-chat-panel .chat-message{max-width:88%;padding:10px 14px;border-radius:16px;gap:10px;box-shadow:0 1px 3px #00000026}.trade-chat-panel .chat-message:not(.own){align-self:flex-start;background:linear-gradient(145deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.06) 100%);border:1px solid rgba(255,255,255,.08);border-bottom-left-radius:4px}.trade-chat-panel .chat-message.own{align-self:flex-end;background:linear-gradient(145deg,rgba(232,30,45,.35) 0%,rgba(232,30,45,.2) 100%);border:1px solid rgba(232,30,45,.4);border-bottom-right-radius:4px}.trade-chat-panel .chat-message-avatar{width:32px;height:32px;min-width:32px;border:2px solid rgba(255,255,255,.2)}.trade-chat-panel .chat-message .chat-sender{font-size:11px;margin-bottom:6px;opacity:.95}.trade-chat-panel .chat-message:not(.own) .chat-sender{color:#93c5fd}.trade-chat-panel .chat-message.own .chat-sender{color:#fca5a5}.trade-chat-panel .chat-message .chat-text{font-size:15px;line-height:1.4}.trade-chat-panel .chat-message.system-message{max-width:95%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:14px}.trade-chat-panel .chat-message.system-message .chat-message-avatar{width:28px;height:28px;min-width:28px}.trade-chat-panel .proposal-actions{margin-top:12px;gap:8px}.trade-chat-panel .proposal-actions button{padding:10px 14px;border-radius:10px;font-size:14px}.trade-chat-panel .chat-form{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.trade-chat-panel .chat-form input{border-radius:22px;padding:0 18px;height:44px;font-size:15px}.trade-chat-panel .chat-form button{width:44px;height:44px;border-radius:50%}.payment-feed-service{font-size:20px}.payment-feed-badge{font-size:12px;padding:4px 10px}.payment-feed-date{font-size:13px;font-weight:600;color:#ffffffc7}.payment-container{flex-direction:column}.payment-action-area{width:100%}}@media (max-width: 640px){.main-nav{gap:10px}.hero-title{font-size:28px}.market-title{font-size:32px}.hero-description{font-size:14px;padding:0 10px}.section-title{font-size:24px}.purchase-card{min-width:252px;border-radius:14px;padding:12px 13px}.purchase-time{height:22px;font-size:11px;padding:0 8px}.purchase-item{font-size:16px}.catalog-button,.cart-button,.login-button{font-size:17px;padding:0 16px;width:min(240px,calc(100% - 24px));min-width:0;min-height:42px;height:42px;border-radius:14px}.footer-container{padding:0 10px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.main-content{padding:100px 12px 30px}.hero-buttons-row{flex-direction:column;align-items:center}.admin-page-header{flex-direction:column;align-items:flex-start;gap:15px}.admin-trade-filters{width:100%;display:grid;grid-template-columns:1fr 1fr}.admin-trade-filter-btn{width:100%;text-align:center}}.footer-links{text-align:center;padding-bottom:15px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.footer-link{color:#ffffffb3;text-decoration:none;transition:color .3s ease;cursor:pointer}.footer-link-button{border:none;background:transparent;font:inherit;padding:0;color:inherit}.footer-link:hover{color:#fff}.footer-copyright{margin-top:0}@media (max-width: 900px){.market-overlay{padding:10px}.market-modal{max-height:calc(100vh - 90px)}.market-modal-header h3{font-size:18px}.market-create-category-tabs{gap:6px;padding-bottom:4px}.market-create-category-tab{height:32px;padding:0 12px;font-size:11px}.market-product-picker{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.market-create-selected{min-height:34px;padding:7px 9px}.market-create-selected-label,.market-create-selected-name{font-size:12px}.market-create-pet-params{padding:9px;gap:7px}.market-create-pet-param-buttons{gap:6px}.market-create-pet-param-button{min-width:38px;height:32px;font-size:11px}.market-create-pet-param-hint{font-size:11px}.market-listing-params{gap:5px}.market-param-chip{height:20px;min-width:20px;padding:0 7px;font-size:10px}.market-listing-card{flex-direction:column;align-items:stretch}.market-listing-product-image{width:56px;height:56px}.catalog-people-product-name{font-size:14px}.market-listing-meta{justify-content:space-between;width:100%}.market-listing-price{font-size:20px}.market-listing-action{height:34px;padding:0 12px;font-size:11px}}.admin-page-container{padding:40px;max-width:1600px;margin:120px auto 40px;color:var(--primary-text)}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-page-header h1{font-size:32px;font-weight:700;color:var(--primary-text)}.admin-header-actions{display:flex;gap:15px}.admin-header-btn{display:flex;align-items:center;gap:10px;padding:10px 20px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--primary-text);border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:var(--transition-default)}.admin-header-btn:hover{background-color:#fff3}.admin-header-btn svg{width:20px;height:20px}.admin-catalog-toggle{min-width:220px;justify-content:center;font-weight:700}.admin-catalog-toggle.is-open{border-color:#ff849185;background:rgba(232,30,45,.14);color:#ffd7dc}.admin-catalog-toggle.is-open:hover{border-color:#ffaeb7d1;background:rgba(232,30,45,.22)}.admin-catalog-toggle.is-closed{border-color:#4fc67c80;background:rgba(38,166,91,.18);color:#d7ffe7}.admin-catalog-toggle.is-closed:hover{border-color:#8ae6acc2;background:rgba(38,166,91,.26)}.admin-catalog-toggle:disabled{opacity:.6;cursor:default}.admin-page-content{display:grid;grid-template-columns:280px 1fr;gap:40px}.admin-sidebar nav{display:flex;flex-direction:column;gap:10px}.admin-sidebar button{display:flex;align-items:center;gap:15px;width:100%;padding:15px;font-size:16px;font-weight:500;color:#ffffffb3;background-color:transparent;border:1px solid transparent;border-radius:12px;text-align:left;cursor:pointer;transition:var(--transition-default)}.admin-sidebar button:hover{background-color:#ffffff0d;color:#fff}.admin-sidebar button.active{background-color:#e81e2d1a;color:#fff;border-color:#e81e2d33}.admin-sidebar button svg{width:22px;height:22px;transition:var(--transition-default)}.admin-sidebar button.active svg{color:#e81e2d}.count-badge{margin-left:auto;background-color:#ffffff1a;color:#fffc;font-size:12px;font-weight:600;padding:3px 8px;border-radius:20px}.admin-sidebar button.active .count-badge{background-color:#e81e2d;color:#fff}.admin-main-content{min-height:500px}.admin-trades-section{display:flex;flex-direction:column;gap:16px}.admin-trade-filters{display:inline-flex;gap:8px;padding:6px;width:fit-content;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12)}.admin-trade-filter-btn{border:1px solid transparent;background:transparent;color:#ffffffb8;border-radius:9px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-trade-filter-btn:hover{color:#ffffffe6;background:rgba(255,255,255,.08)}.admin-trade-filter-btn.active{color:#fff;border-color:#e81e2d59;background:rgba(232,30,45,.16)}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.admin-card{background-color:#161618;border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.admin-card-header{display:flex;align-items:center;gap:15px;padding:20px;background-color:#ffffff08;position:relative}.admin-card-header img{width:40px;height:40px;border-radius:50%;object-fit:cover}.admin-card-title{font-size:16px;font-weight:600;margin:0}.admin-card-subtitle{font-size:13px;color:#fff9;margin:0}.admin-card-header .role-badge,.admin-card-header .trade-status-badge{margin-left:auto;align-self:flex-start}.admin-appeal-menu{position:relative;margin-left:8px;align-self:flex-start;margin-top:1px}.admin-appeal-menu-trigger{width:30px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#ffffffeb;font-size:18px;font-family:inherit;letter-spacing:1px;line-height:1;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.admin-appeal-menu-trigger:hover{background:rgba(255,255,255,.12)}.admin-appeal-menu-dropdown{position:absolute;top:36px;right:0;min-width:220px;padding:6px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgb(23,24,29);box-shadow:0 10px 22px #00000061;z-index:9}.admin-appeal-menu-item{width:100%;border:none;border-radius:7px;padding:9px 10px;text-align:left;cursor:pointer;background:rgba(239,68,68,.1);color:#fca5a5;font-size:13px;font-weight:600}.admin-appeal-menu-item:hover{background:rgba(239,68,68,.22);color:#fecaca}.admin-card-body{padding:20px;flex-grow:1}.admin-card-body p{margin:0 0 10px;font-size:14px;color:#fffc}.admin-card-body p:last-child{margin:0}.admin-card-body p strong{font-weight:600;color:#ffffffe6;min-width:90px;display:inline-block}.admin-card-footer{padding:20px;background-color:#0003;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:15px}.trade-status-badge,.role-badge{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.trade-status-badge.trade-status-pending{background-color:#fca5a533;color:#fca5a5}.role-badge.role-admin{background-color:#e81e2d33;color:#f87171}.trade-status-badge.trade-status-active{background-color:#22c55e33;color:#4ade80}.trade-status-badge.trade-status-completed{background-color:#8b5cf633;color:#a78bfa}.trade-status-badge.trade-status-declined,.trade-status-badge.trade-status-cancelled{background-color:#ef444433;color:#f87171}.role-badge.role-user{background-color:#3b82f633;color:#93c5fd}.admin-balance-control{display:flex;gap:8px;width:100%}.admin-balance-control input{width:100%;flex-grow:1;padding:8px 10px;background-color:#0000004d;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;font-size:14px}.admin-balance-control button{flex-shrink:0;padding:0 15px;font-size:14px;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500}.admin-balance-control button.confirm{background-color:#22c55e33;border:1px solid rgba(34,197,94,.5);color:#4ade80}.admin-balance-control button.confirm:hover:not(:disabled){background-color:#22c55e66;color:#fff}.admin-balance-control button.subtract{background-color:#ef444433;border:1px solid rgba(239,68,68,.5);color:#f87171}.admin-balance-control button.subtract:hover:not(:disabled){background-color:#ef444466;color:#fff}.admin-balance-control button:disabled{opacity:.5;cursor:not-allowed}.admin-user-actions{display:flex;gap:8px;width:100%}.admin-user-actions .action-btn{flex-grow:1}.admin-orders-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:12000;display:flex;align-items:center;justify-content:center;padding:16px}.admin-orders-modal{width:min(760px,96vw);max-height:86vh;background:linear-gradient(180deg,rgba(22,24,31,.98) 0%,rgba(14,16,22,.98) 100%);border:1px solid rgba(255,255,255,.14);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 28px 70px #0000008c}.admin-orders-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-orders-modal-header h3{margin:0;font-size:18px;color:#fff}.admin-orders-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;font-size:18px;line-height:1}.admin-orders-close:hover{background:rgba(255,255,255,.14)}.admin-orders-modal-body{padding:14px 16px 16px;overflow:auto}.admin-orders-list{display:grid;grid-template-columns:1fr;gap:10px}.admin-orders-item{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px;background:rgba(255,255,255,.04)}.admin-orders-item p{margin:0 0 6px;color:#ffffffdb;font-size:14px}.admin-orders-item p:last-child{margin-bottom:0}.admin-orders-item strong{color:#fff}.admin-order-status{font-weight:700}.admin-order-status.paid{color:#4ade80}.admin-order-status.pending{color:#fbbf24}.admin-orders-empty{margin:10px 0 4px;color:#ffffffb8}.action-btn{background-color:#ffffff14;color:#fffc;border:1px solid rgba(255,255,255,.15);padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s ease-in-out;text-align:center;font-weight:500}.action-btn:hover:not(:disabled){background-color:#ffffff26;border-color:#ffffff40;color:#fff}.action-btn:disabled{opacity:.4;cursor:not-allowed}.action-btn.ban{background-color:#fca5a51a;border-color:#ef444480;color:#fca5a5}.action-btn.ban:hover:not(:disabled){background-color:#ef44444d;color:#fff}.action-btn.delete{background-color:#ef444433;border-color:#ef4444b3;color:#ef4444}.action-btn.delete:hover:not(:disabled){background-color:#ef444466;color:#fff}.action-btn.accept{background-color:#22c55e29;border-color:#22c55e80;color:#86efac}.action-btn.accept:hover:not(:disabled){background-color:#22c55e4d;color:#fff}.action-btn.accept.is-assigned{background-color:#3b82f629;border-color:#3b82f680;color:#93c5fd}.system-message{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.18);align-self:center!important;max-width:100%!important;width:100%}.system-message .chat-text strong{color:#fffffff5}.chat-message-site-notification{align-self:flex-start;max-width:95%;width:100%;margin:0!important;padding:0!important;display:block!important;background:linear-gradient(145deg,rgba(30,58,138,.24) 0%,rgba(15,23,42,.4) 100%);border:1px solid rgba(96,165,250,.45);border-left:3px solid #60a5fa;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #1e40af40;animation:siteNoticeIn .26s ease-out both}.admin-appeal-chat{margin-top:10px;max-height:260px;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:8px}.admin-appeal-chat-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:8px 10px}.admin-appeal-chat-author{margin:0 0 4px;font-size:12px;font-weight:700;color:#93c5fdf2}.admin-appeal-chat-text{margin:0;font-size:13px;line-height:1.35;color:#ffffffe6;word-break:break-word}.chat-message-site-notification-header{display:flex;align-items:center;gap:10px;padding:10px 14px 9px;flex-wrap:wrap;width:100%}.chat-message-site-sender{font-size:15px;color:#dbeafe;letter-spacing:.01em}.chat-message-site-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700;background:rgba(59,130,246,.26);border:1px solid rgba(147,197,253,.45);color:#bfdbfe;text-transform:uppercase;animation:siteBadgePulse 1.8s ease-in-out infinite}.chat-message-site-notification-body{display:flex;align-items:flex-start;gap:10px;padding:12px 14px 14px;border-top:1px solid rgba(147,197,253,.22);width:100%;min-height:52px;box-sizing:border-box}.chat-message-site-info-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.chat-message-site-text{margin:0;font-size:14px;color:#eff6fff5;line-height:1.45;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.chat-message-site-highlight{color:#93c5fd;font-weight:600}.payment-feed-notice{align-self:flex-start!important;width:100%!important;max-width:95%!important;display:flex!important;flex-direction:column;align-items:stretch!important;gap:0;margin:0!important;padding:0!important;background:transparent!important;border:none!important;border-radius:8px;overflow:visible;box-shadow:none!important;animation:siteNoticeIn .26s ease-out both}.payment-feed-head{display:flex;align-items:center;gap:8px;padding:2px 2px 8px;color:#ffffffdb}.payment-feed-service{font-size:21px;font-weight:700;color:#f8fafc;line-height:1}.payment-feed-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:#3b82f6;color:#eef6ff;font-size:12px;font-weight:700;text-transform:lowercase;line-height:1}.payment-feed-date{margin-left:auto;font-size:13px;color:#ffffffc2;font-weight:600}.payment-feed-body{display:flex;align-items:flex-start;gap:10px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 14px;overflow:visible}.payment-feed-icon{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#3b82f6;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-top:1px}.payment-feed-text{margin:0;font-size:13px;line-height:1.45;color:#ffffffeb;white-space:normal;word-break:break-word;overflow-wrap:anywhere;display:block}.payment-feed-link{color:#60a5fa;font-weight:600}.payment-feed-amount{color:#e2e8f0;font-weight:700}.proposed-item-name{font-weight:700;color:#dbeafe;padding:0;background:transparent;border:none;border-radius:0;margin-left:0;display:inline;align-items:unset;min-height:0}.proposal-simple-text{margin:0;font-size:13px;line-height:1.35;color:#ffffffeb;font-weight:600}.proposal-actions{margin-top:8px;display:flex;gap:8px}.proposal-actions button{flex-grow:1;padding:7px 10px;border-radius:8px;border:none;cursor:pointer;font-weight:600;font-size:13px;transition:all .2s}.proposal-accept{background-color:#22c55e;color:#fff}.proposal-accept:hover{background-color:#16a34a}.proposal-decline{background-color:#ef4444;color:#fff}.proposal-decline:hover{background-color:#dc2626}.proposal-status{margin-top:8px;font-size:12px;font-weight:600;text-align:left;padding:0;border-radius:0;display:block;width:auto}.proposal-status.accepted{color:#4ade80;border:none;background:transparent}.proposal-status.declined{color:#fb7185;border:none;background:transparent}.chat-message.system-message.proposal-message{width:auto!important;max-width:82%!important;align-self:flex-start!important;padding:8px 10px!important;border-radius:10px!important}.chat-message.system-message.proposal-message.own{align-self:flex-end!important}.chat-message.system-message.proposal-message .chat-message-avatar{width:28px;height:28px;min-width:28px}@keyframes siteNoticeIn{0%{opacity:0;transform:translateY(10px) scale(.985);filter:blur(1px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes siteBadgePulse{0%,to{box-shadow:0 0 #60a5fa40}50%{box-shadow:0 0 0 6px #60a5fa05}}.maintenance-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.maintenance-modal{background:#111;color:#fff;padding:30px;border-radius:20px;text-align:center;width:90%;max-width:400px;border:1px solid rgba(232,30,45,.2);box-shadow:0 0 30px #e81e2d26;animation:modalFade .2s ease}.maintenance-modal h2{margin-bottom:10px}.maintenance-modal p{color:#ccc;margin-bottom:20px;white-space:pre-line}.maintenance-modal button{color:#fff;font-size:14px;font-weight:500;cursor:pointer;border-radius:30px;background-color:#e81e2d1a;border:1px solid rgba(232,30,45,.2);width:120px;height:36px;transition:all .3s ease}.maintenance-modal button:hover{background-color:#e81e2d33;border-color:#e81e2d4d}@keyframes modalFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.catalog-people-card{align-self:stretch;height:fit-content;border-radius:14px;border-color:#e81e2d2e;background:linear-gradient(180deg,rgba(21,21,24,.9) 0%,rgba(18,18,20,.96) 100%)}.catalog-people-product{margin:10px 0 6px}.catalog-people-product-name{margin:0;font-size:16px;font-weight:700;color:#fffffff0;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;max-height:2.5em}@media (max-width: 991px){.trade-headline{width:100%;min-width:0;padding-right:72px}.trade-title,.trade-status-line,.trade-role-line{width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word}.trade-panel-heading{min-width:0}.trade-panel h3{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal;line-height:1.25}.trade-payment-and-actions{grid-template-columns:1fr;gap:12px}.trade-actions-main{width:100%;min-width:0}.trade-actions-main .auth-button,.trade-actions-main .secondary-button,.payment-action-area .pay-button{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;line-height:1.22;padding:10px 12px}.payment-selector-button{padding:0 12px;min-width:0}.payment-method-icon-and-name{min-width:0;overflow:hidden}.payment-selector-button .payment-method-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-chat-header{gap:8px;min-width:0}.trade-chat-peer,.trade-chat-peer-text{min-width:0}.trade-chat-peer-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-content .setting-item{align-items:stretch}.setting-item-header{display:flex;flex-direction:column;align-items:stretch;gap:8px}.settings-content .setting-item .settings-action-trigger{width:100%;white-space:normal}.setting-item-controls{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.setting-item-controls button,.settings-content .setting-item button{white-space:normal;min-height:40px;text-align:center}.setting-actions{flex-direction:column}}@media (max-width: 640px){.setting-item-controls{grid-template-columns:1fr}}@media (max-width: 991px){.auth-modal{align-items:flex-start;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:max(10px,env(safe-area-inset-top)) 10px calc(14px + env(safe-area-inset-bottom))}.auth-modal-content,.profile-modal-content,.terms-modal-content{margin:0 auto}.terms-modal-content{width:min(100%,760px);max-height:92dvh;border-radius:18px;padding:18px 14px 14px;display:flex;flex-direction:column}.terms-modal-content .close-button{top:10px;right:10px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:22px;line-height:1}.terms-title{font-size:24px;line-height:1.2;margin:0 40px 14px 0;text-align:left;overflow-wrap:anywhere;word-break:break-word}.terms-content{flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding:12px 8px 8px 0;font-size:14px;line-height:1.55}.privacy-policy-page{padding:96px 0 24px}.user-agreement-content{padding:12px 8px 8px 0}.user-agreement-line{font-size:14px;line-height:1.52}.user-agreement-mainline{font-size:17px}.user-agreement-heading{font-size:17px;margin-top:12px}.privacy-policy-page-content{padding:18px 14px 14px}.privacy-policy-content{padding:12px 8px 8px 0}.privacy-policy-line{font-size:14px;line-height:1.52}.privacy-policy-mainline{font-size:17px}.privacy-policy-heading{font-size:17px;margin-top:12px}.terms-section{margin-bottom:24px}.terms-section-title{font-size:18px;line-height:1.28;margin-bottom:12px;overflow-wrap:anywhere;word-break:break-word}.terms-section-content{padding-left:0}.terms-paragraph,.terms-paragraph-indented{margin-bottom:10px;padding-left:0;overflow-wrap:anywhere;word-break:break-word}.profile-modal-content{width:min(100%,460px);max-width:460px;height:min(92dvh,820px);max-height:92dvh}.profile-view-container{height:100%;min-height:0}.profile-main-view,.profile-settings-view{min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.profile-modal-body{min-height:0}.profile-left-panel,.profile-right-panel{min-height:auto}.profile-right-panel{padding-bottom:22px}.donation-payment-modal{width:min(100%,480px);max-height:90dvh}.donation-payment-modal-body{overflow-y:auto;-webkit-overflow-scrolling:touch}.trade-chat-panel.mobile-open{top:max(72px,calc(58px + env(safe-area-inset-top)));bottom:max(10px,calc(10px + env(safe-area-inset-bottom)))}}@media (max-width: 640px){.terms-modal-content{width:100%;max-width:100%;max-height:calc(100dvh - 14px);border-radius:14px;padding:14px 12px 12px}.terms-modal-content .close-button{width:32px;height:32px;font-size:20px;top:8px;right:8px}.terms-title{font-size:20px;margin:0 38px 10px 0}.terms-content{padding:8px 4px 6px 0;font-size:13px;line-height:1.5}.privacy-policy-page{padding:82px 0 18px}.user-agreement-content{padding:8px 4px 6px 0}.user-agreement-line{font-size:13px;line-height:1.46}.user-agreement-mainline,.user-agreement-heading{font-size:15px}.privacy-policy-page-content{padding:14px 12px 12px;border-radius:14px}.privacy-policy-content{padding:8px 4px 6px 0}.privacy-policy-line{font-size:13px;line-height:1.46}.privacy-policy-mainline,.privacy-policy-heading{font-size:15px}.terms-section-title{font-size:16px;margin-bottom:10px}.profile-modal-content{width:100%;max-width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);border-radius:16px}.profile-modal-header,.settings-header{position:sticky;top:0;z-index:3;background:rgba(22,22,24,.96);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.profile-left-panel{padding:16px}.profile-right-panel{padding:16px;gap:16px}.profile-balance-card{flex-direction:column;align-items:flex-start;gap:12px}.profile-balance-card .primary-button{width:100%}.donation-payment-actions-row{flex-direction:column}.donation-payment-actions-row .primary-button,.donation-payment-actions-row .secondary-button{width:100%}}@media (max-width: 1200px){.product-menu-container{max-width:1100px;padding:14px}.product-menu-sidebar{width:220px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.product-menu-title{font-size:28px}}@media (max-width: 991px){.product-menu{padding:74px 10px 16px;overflow-y:auto}.product-menu-container{padding:8px}.product-menu-header{margin-bottom:12px}.product-menu-title{font-size:24px;line-height:1.15}.product-menu-header .close-button{width:30px;height:30px;font-size:18px}.product-menu-toolbar{flex-direction:row;align-items:center;gap:8px;margin-bottom:10px}.product-source-switch{display:flex;flex:1 1 auto;min-width:0;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none}.product-source-switch::-webkit-scrollbar{display:none}.product-source-tab{flex:0 0 auto;min-width:100px;height:32px;font-size:11px;padding:0 10px}.product-sell-button{width:auto;height:32px;padding:0 12px;font-size:11px}.product-menu-search{margin-bottom:12px;padding-bottom:12px}.search-input{height:40px;padding:0 14px;font-size:14px}.product-menu-content{gap:12px}.product-menu-sidebar{width:100%;margin-bottom:10px;overflow:visible}.categories-list{display:flex;flex-wrap:nowrap;gap:8px;margin:0 0 14px;padding:2px 2px 8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:thin}.categories-list::-webkit-scrollbar{height:6px;display:block}.category-button{flex:0 0 auto;height:32px;border-radius:999px;padding:0 12px;margin:0;width:auto;font-size:12px;line-height:1;white-space:nowrap}.price-filter{gap:8px;margin-bottom:12px}.price-input{height:34px;padding:0 10px;font-size:13px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:10px;max-height:none;overflow:visible;padding-right:0}.product-card{padding:10px;border-radius:12px}.product-title{font-size:13px}.product-actions{gap:6px}.add-to-cart-button{height:34px;font-size:12px;border-radius:9px}}@media (max-width: 640px){.product-menu{padding:68px 8px 12px}.product-menu-title{font-size:20px}.product-source-tab{min-width:92px;height:30px;font-size:10px}.product-sell-button{height:30px;padding:0 10px;font-size:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}body[data-theme=light]{--lt-bg: #efe6de;--lt-surface: #f3e8de;--lt-surface-soft: #ecdfd4;--lt-border: #d6bdb0;--lt-text: #4f3a36;--lt-muted: #705952;--lt-accent: #bd7a8c;--lt-accent-soft: rgba(189, 122, 140, .14);background-color:var(--lt-bg);color:var(--lt-text)}body[data-theme=light] .main-container:before{background:radial-gradient(circle at 50% 50%,rgba(189,122,140,.14) 0%,transparent 70%)}body[data-theme=light] .dot{background-color:#6e544d33;box-shadow:0 0 7px #aa89803d}body[data-theme=light] .site-header{background:rgba(244,232,224,.92);border-color:#be988e4d;box-shadow:0 10px 28px #775a5224}body[data-theme=light] .header-bell-button{background:rgba(248,236,228,.95);border-color:#c49f9585;color:var(--lt-text)}body[data-theme=light] .header-bell-button:hover{background:#f1e2d9;border-color:#bd7a8c85}body[data-theme=light] .header-profile-pill{background:rgba(248,236,228,.95);border-color:#c49f9585;color:var(--lt-text)}body[data-theme=light] .header-profile-pill:hover{background:#f1e2d9;border-color:#bd7a8c85}body[data-theme=light] .header-profile-subtitle{color:var(--lt-muted)}body[data-theme=light] .header-profile-dropdown{background:rgba(244,232,224,.98);border-color:#c49f9566;box-shadow:0 18px 32px #75564f33}body[data-theme=light] .header-profile-segment-group{background:rgba(255,255,255,.52);border-color:#c49f9552}body[data-theme=light] .header-segment-button{color:var(--lt-muted)}body[data-theme=light] .header-segment-button:hover{color:var(--lt-text);background:rgba(255,255,255,.7)}body[data-theme=light] .header-segment-button.active{color:var(--lt-text);background:#fff;border-color:#c49f9573}body[data-theme=light] .header-profile-action{color:var(--lt-text)}body[data-theme=light] .header-profile-action:hover{background:rgba(255,255,255,.66)}body[data-theme=light] .mobile-tab-label{color:#7a6560}body[data-theme=light] .mobile-tab-item.active .mobile-tab-label,body[data-theme=light] .mobile-tab-item-profile.active .mobile-tab-label{color:var(--lt-text)}body[data-theme=light] .mobile-tab-nav{background:rgba(243,232,224,.94);border-color:#c49f956b;box-shadow:0 12px 26px #75564f33}body[data-theme=light] .mobile-tab-icon-shop{background:rgba(247,164,77,.18);color:#c77217}body[data-theme=light] .mobile-tab-icon-items{background:rgba(119,155,235,.22);color:#496fb8}body[data-theme=light] .mobile-tab-icon-sale{background:rgba(173,137,228,.25);color:#7852b2}body[data-theme=light] .mobile-tab-icon-profile,body[data-theme=light] .mobile-tab-avatar-wrap{background:rgba(255,255,255,.58);color:var(--lt-text)}body[data-theme=light] .logo-adopt{color:var(--lt-accent);text-shadow:none}body[data-theme=light] .logo-shop,body[data-theme=light] .nav-link,body[data-theme=light] .section-title,body[data-theme=light] .hero-title,body[data-theme=light] .profile-modal-title{color:var(--lt-text)}body[data-theme=light] .hero-description,body[data-theme=light] .terms-link-description,body[data-theme=light] .footer-copyright,body[data-theme=light] .feature-description,body[data-theme=light] .why-choose-description{color:var(--lt-muted)}body[data-theme=light] .catalog-button,body[data-theme=light] .cart-button,body[data-theme=light] .login-button,body[data-theme=light] .secondary-button{color:var(--lt-text);border-color:#c49f9585;background-color:#f8ece4e6}body[data-theme=light] .catalog-button:hover,body[data-theme=light] .cart-button:hover,body[data-theme=light] .login-button:hover,body[data-theme=light] .secondary-button:hover{background-color:#f1e2d9;border-color:#bd7a8c85}body[data-theme=light] .primary-button,body[data-theme=light] .auth-button,body[data-theme=light] .add-to-cart-button,body[data-theme=light] .market-listing-action-buy{background:linear-gradient(180deg,#c98ea0 0%,#b77386 100%);border-color:#b77386;color:#fff;box-shadow:0 7px 18px #b7738633}body[data-theme=light] .feature-card,body[data-theme=light] .why-choose-card,body[data-theme=light] .purchase-card,body[data-theme=light] .product-card,body[data-theme=light] .market-listing-card,body[data-theme=light] .catalog-people-card,body[data-theme=light] .admin-card{background:linear-gradient(180deg,var(--lt-surface) 0%,var(--lt-surface-soft) 100%);border-color:var(--lt-border);box-shadow:0 8px 20px #785a531a}body[data-theme=light] .feature-title,body[data-theme=light] .why-choose-title,body[data-theme=light] .product-title,body[data-theme=light] .market-listing-login,body[data-theme=light] .market-listing-price,body[data-theme=light] .purchase-user,body[data-theme=light] .purchase-item{color:var(--lt-text)}body[data-theme=light] .purchase-action,body[data-theme=light] .purchase-time,body[data-theme=light] .market-listing-date{color:var(--lt-muted)}body[data-theme=light] .purchase-time{border-color:#d56f885c;background:var(--lt-accent-soft)}body[data-theme=light] .purchase-thumb{border-color:#ddbab0cc;background:linear-gradient(160deg,rgba(244,224,213,.95),rgba(241,216,224,.95));color:#8d6b63}body[data-theme=light] .product-menu,body[data-theme=light] .auth-modal,body[data-theme=light] .maintenance-overlay{background-color:#e9ddd5e6}body[data-theme=light] .product-menu-title,body[data-theme=light] .auth-title,body[data-theme=light] .terms-title,body[data-theme=light] .settings-header .auth-title{color:#6d4742}body[data-theme=light] .category-button,body[data-theme=light] .product-source-tab,body[data-theme=light] .market-create-category-tab,body[data-theme=light] .settings-content .setting-item button,body[data-theme=light] .settings-content .setting-item .settings-action-trigger{border-color:#c49f9580;background:rgba(244,232,224,.9);color:var(--lt-text)}body[data-theme=light] .category-button.active,body[data-theme=light] .product-source-tab.active,body[data-theme=light] .market-create-category-tab.active,body[data-theme=light] .settings-content .setting-item button.active{border-color:#b77386a3;background:rgba(183,115,134,.18);color:#6b394b}body[data-theme=light] .search-input,body[data-theme=light] .price-input,body[data-theme=light] .auth-input,body[data-theme=light] .settings-content .setting-item input,body[data-theme=light] .profile-topup-amount-input,body[data-theme=light] .market-input{background:#f8eee6;border-color:#c5a1979e;color:var(--lt-text)}body[data-theme=light] .search-input::placeholder,body[data-theme=light] .price-input::placeholder,body[data-theme=light] .auth-input::placeholder,body[data-theme=light] .profile-topup-amount-input::placeholder,body[data-theme=light] .market-input::placeholder{color:#8f766f}body[data-theme=light] .auth-modal-content,body[data-theme=light] .profile-modal-content,body[data-theme=light] .terms-modal-content,body[data-theme=light] .donation-payment-modal,body[data-theme=light] .market-modal,body[data-theme=light] .cart-sidebar,body[data-theme=light] .trade-panel,body[data-theme=light] .trade-chat-panel,body[data-theme=light] .selected-user-card,body[data-theme=light] .maintenance-modal{background:linear-gradient(180deg,#f6ece3 0%,#eee1d6 100%);border-color:var(--lt-border);color:var(--lt-text);box-shadow:0 14px 36px #795d5629}body[data-theme=light] .profile-left-panel,body[data-theme=light] .profile-modal-header,body[data-theme=light] .settings-header{background:rgba(240,227,218,.86);border-color:#c9a79d80}body[data-theme=light] .profile-text-info .profile-name,body[data-theme=light] .profile-text-info .profile-id,body[data-theme=light] .profile-nav-button,body[data-theme=light] .trade-title,body[data-theme=light] .trade-role-line,body[data-theme=light] .trade-status-line,body[data-theme=light] .exchange-user-name,body[data-theme=light] .maintenance-modal h2,body[data-theme=light] .maintenance-modal p{color:var(--lt-text)}body[data-theme=light] .profile-nav-button:hover,body[data-theme=light] .exchange-user-item:hover,body[data-theme=light] .trade-item-card:hover{background:rgba(183,115,134,.12);border-color:#b773864d}body[data-theme=light] .profile-nav-button.active{background:rgba(183,115,134,.16);color:#6b394b}body[data-theme=light] .profile-balance-card,body[data-theme=light] .profile-topup-panel,body[data-theme=light] .trade-role-selector,body[data-theme=light] .empty-trade-state,body[data-theme=light] .donation-payment-warning{background:rgba(240,228,220,.9);border-color:#c49f958f;color:var(--lt-text)}body[data-theme=light] .notification{background-color:#f3e7dd;border-color:#c49f959e;box-shadow:0 6px 18px #785a532e}body[data-theme=light] .notification-message,body[data-theme=light] .notification-close-btn,body[data-theme=light] .profile-balance-card h4,body[data-theme=light] .profile-balance-card p,body[data-theme=light] .profile-topup-header h4,body[data-theme=light] .profile-topup-header p,body[data-theme=light] .profile-topup-method-content strong,body[data-theme=light] .profile-topup-method-content small,body[data-theme=light] .profile-tab-button,body[data-theme=light] .profile-content-section h3,body[data-theme=light] .profile-content-section p,body[data-theme=light] .trade-panel h3,body[data-theme=light] .trade-item-name,body[data-theme=light] .trade-date,body[data-theme=light] .trade-status-info,body[data-theme=light] .trade-chat-panel h3.trade-chat-title,body[data-theme=light] .trade-chat-peer-label,body[data-theme=light] .trade-chat-peer-name,body[data-theme=light] .trade-chat-typing-text,body[data-theme=light] .exchange-user-item .primary-button.small,body[data-theme=light] .selected-user-card.large .selected-user-info p,body[data-theme=light] .selected-user-card.large .selected-user-info strong,body[data-theme=light] .cart-title,body[data-theme=light] .cart-item,body[data-theme=light] .cart-total,body[data-theme=light] .cart-empty,body[data-theme=light] .terms-content,body[data-theme=light] .terms-section-title,body[data-theme=light] .terms-paragraph,body[data-theme=light] .terms-paragraph-indented,body[data-theme=light] .user-agreement-line,body[data-theme=light] .privacy-policy-line,body[data-theme=light] .market-create-pet-param-hint,body[data-theme=light] .market-create-selected-label,body[data-theme=light] .market-create-selected-name,body[data-theme=light] .market-listing-date,body[data-theme=light] .maintenance-modal button{color:var(--lt-text)}body[data-theme=light] .user-agreement-heading,body[data-theme=light] .privacy-policy-heading{color:#6d3947}body[data-theme=light] .user-agreement-mainline,body[data-theme=light] .privacy-policy-mainline{color:#4b2f38}body[data-theme=light] .profile-topup-header p,body[data-theme=light] .profile-topup-method-content small,body[data-theme=light] .trade-date,body[data-theme=light] .trade-chat-peer-label,body[data-theme=light] .terms-footer,body[data-theme=light] .market-listing-date{color:var(--lt-muted)}body[data-theme=light] .donation-payment-order-id{background:rgba(241,228,220,.95);border-color:#b7738659;color:var(--lt-text)}body[data-theme=light] .donation-payment-order-label,body[data-theme=light] .donation-payment-amount{color:var(--lt-text)}body[data-theme=light]{--lt-bg: #d8ccc1;--lt-surface: #dfd3c8;--lt-surface-soft: #d5c7bc;--lt-border: #b9a497;--lt-text: #3f2f2c;--lt-muted: #5f4c47;--lt-accent: #9f6676;--lt-accent-soft: rgba(159, 102, 118, .18);--scrollbar-track: rgba(116, 93, 86, .18);--scrollbar-thumb-from: rgba(136, 99, 107, .92);--scrollbar-thumb-to: rgba(115, 82, 90, .92);--scrollbar-thumb-hover-from: rgba(124, 89, 97, 1);--scrollbar-thumb-hover-to: rgba(100, 70, 77, 1)}body[data-theme=light] .main-container,body[data-theme=light] .main-content,body[data-theme=light] .purchases-section,body[data-theme=light] .why-choose-section,body[data-theme=light] .site-footer{background-color:var(--lt-bg)}body[data-theme=light] .main-container:before{background:radial-gradient(circle at 50% 50%,rgba(159,102,118,.07) 0%,transparent 74%)}body[data-theme=light] .site-header{background:rgba(225,212,202,.93);border-color:#a48d8473;box-shadow:0 8px 22px #523f3a29}body[data-theme=light] .feature-card,body[data-theme=light] .why-choose-card,body[data-theme=light] .purchase-card,body[data-theme=light] .product-card,body[data-theme=light] .market-listing-card,body[data-theme=light] .catalog-people-card,body[data-theme=light] .admin-card,body[data-theme=light] .auth-modal-content,body[data-theme=light] .profile-modal-content,body[data-theme=light] .terms-modal-content,body[data-theme=light] .donation-payment-modal,body[data-theme=light] .market-modal,body[data-theme=light] .cart-sidebar,body[data-theme=light] .trade-panel,body[data-theme=light] .trade-chat-panel,body[data-theme=light] .selected-user-card,body[data-theme=light] .maintenance-modal{background:linear-gradient(180deg,var(--lt-surface) 0%,var(--lt-surface-soft) 100%);border-color:var(--lt-border);box-shadow:0 10px 24px #4c3a3529}body[data-theme=light] .profile-left-panel,body[data-theme=light] .profile-modal-header,body[data-theme=light] .settings-header{background:rgba(218,204,194,.95);border-color:#a68f8585}body[data-theme=light] button,body[data-theme=light] .profile-nav-button,body[data-theme=light] .close-button,body[data-theme=light] .icon-button{color:var(--lt-text)}body[data-theme=light] .catalog-button,body[data-theme=light] .cart-button,body[data-theme=light] .login-button,body[data-theme=light] .secondary-button,body[data-theme=light] .settings-content .setting-item button,body[data-theme=light] .settings-content .setting-item .settings-action-trigger,body[data-theme=light] .category-button,body[data-theme=light] .product-source-tab,body[data-theme=light] .market-create-category-tab,body[data-theme=light] .market-listing-action-edit,body[data-theme=light] .market-cancel-btn,body[data-theme=light] .market-submit-btn,body[data-theme=light] .market-delete-btn,body[data-theme=light] .logout-button-settings,body[data-theme=light] .exchange-user-item .primary-button.small,body[data-theme=light] .payment-selector-button,body[data-theme=light] .mobile-chat-toggle-button,body[data-theme=light] .trade-chat-close-button,body[data-theme=light] .profile-topup-method{background:rgba(216,201,191,.94);border:1px solid rgba(158,132,122,.56);color:var(--lt-text)}body[data-theme=light] .catalog-button:hover,body[data-theme=light] .cart-button:hover,body[data-theme=light] .login-button:hover,body[data-theme=light] .secondary-button:hover,body[data-theme=light] .settings-content .setting-item button:hover,body[data-theme=light] .settings-content .setting-item .settings-action-trigger:hover,body[data-theme=light] .category-button:hover,body[data-theme=light] .product-source-tab:hover,body[data-theme=light] .market-create-category-tab:hover,body[data-theme=light] .market-listing-action-edit:hover,body[data-theme=light] .market-cancel-btn:hover,body[data-theme=light] .market-submit-btn:hover,body[data-theme=light] .market-delete-btn:hover,body[data-theme=light] .logout-button-settings:hover,body[data-theme=light] .exchange-user-item .primary-button.small:hover,body[data-theme=light] .payment-selector-button:hover,body[data-theme=light] .profile-topup-method:hover{background:rgba(206,189,178,.98);border-color:#90756cb3}body[data-theme=light] .category-button.active,body[data-theme=light] .product-source-tab.active,body[data-theme=light] .market-create-category-tab.active,body[data-theme=light] .settings-content .setting-item button.active,body[data-theme=light] .profile-nav-button.active{background:rgba(159,102,118,.23);border-color:#8c5766c7;color:#4b2f38}body[data-theme=light] .primary-button,body[data-theme=light] .auth-button,body[data-theme=light] .add-to-cart-button,body[data-theme=light] .market-listing-action-buy,body[data-theme=light] .donation-payment-pay-btn,body[data-theme=light] .donation-payment-check-btn,body[data-theme=light] .accept-button,body[data-theme=light] .decline-button{background:linear-gradient(180deg,#9f6676 0%,#8c5968 100%);border-color:#7d4f5c;color:#fff;box-shadow:0 6px 14px #5d3f4840}body[data-theme=light] .auth-input,body[data-theme=light] .search-input,body[data-theme=light] .price-input,body[data-theme=light] .settings-content .setting-item input,body[data-theme=light] .profile-topup-amount-input,body[data-theme=light] .market-input{background:rgba(226,213,203,.95);border-color:#9980768c;color:var(--lt-text)}body[data-theme=light] .auth-input::placeholder,body[data-theme=light] .search-input::placeholder,body[data-theme=light] .price-input::placeholder,body[data-theme=light] .profile-topup-amount-input::placeholder,body[data-theme=light] .market-input::placeholder{color:#7d6660}body[data-theme=light] .purchase-time,body[data-theme=light] .profile-text-info .profile-id,body[data-theme=light] .trade-role-option,body[data-theme=light] .donation-payment-order-id{background:rgba(212,195,185,.92);border-color:#9d847a80;color:var(--lt-text)}body[data-theme=light] .trade-role-option span,body[data-theme=light] .purchase-action,body[data-theme=light] .market-listing-date,body[data-theme=light] .terms-footer,body[data-theme=light] .profile-topup-header p,body[data-theme=light] .profile-topup-method-content small{color:var(--lt-muted)}body[data-theme=light] .exchange-search-input-wrapper .auth-input,body[data-theme=light] .trade-item-card,body[data-theme=light] .empty-trade-state,body[data-theme=light] .trade-role-selector,body[data-theme=light] .profile-balance-card,body[data-theme=light] .profile-topup-panel,body[data-theme=light] .donation-payment-warning{background:rgba(214,199,189,.9);border-color:#9e857b85}body[data-theme=light] .exchange-search-input-wrapper .auth-input,body[data-theme=light] .exchange-user-name,body[data-theme=light] .trade-item-name,body[data-theme=light] .trade-title,body[data-theme=light] .trade-status-line,body[data-theme=light] .trade-role-line,body[data-theme=light] .profile-balance-card h4,body[data-theme=light] .profile-balance-card p,body[data-theme=light] .cart-item,body[data-theme=light] .cart-total,body[data-theme=light] .maintenance-modal p,body[data-theme=light] .maintenance-modal h2{color:var(--lt-text)}body[data-theme=light] .trade-chat-panel{background:linear-gradient(180deg,#d9cbc0 0%,#cfbfb4 100%);border-color:#7e625a73}body[data-theme=light] .trade-chat-header{border-bottom-color:#795f585c}body[data-theme=light] .trade-chat-peer-label,body[data-theme=light] .trade-chat-typing-text,body[data-theme=light] .trade-chat-typing-user{color:#4e3b37}body[data-theme=light] .trade-chat-panel .chat-message{background:rgba(90,71,66,.14);border:1px solid rgba(94,73,68,.34)}body[data-theme=light] .trade-chat-panel .chat-message.own{background:rgba(159,102,118,.3);border:1px solid rgba(126,80,94,.45)}body[data-theme=light] .trade-chat-panel .chat-message .chat-sender{color:#6d3947}body[data-theme=light] .trade-chat-panel .chat-message.own .chat-sender{color:#5a2d39}body[data-theme=light] .trade-chat-panel .chat-message .chat-text,body[data-theme=light] .trade-chat-panel .chat-message.system-message .chat-text,body[data-theme=light] .trade-chat-panel .chat-message-site-text,body[data-theme=light] .trade-chat-panel .chat-message-site-sender,body[data-theme=light] .trade-chat-panel .payment-feed-service,body[data-theme=light] .trade-chat-panel .payment-feed-date{color:#2f2422}body[data-theme=light] .trade-chat-panel .system-message{background:rgba(102,82,76,.16)!important;border-color:#66524c57}body[data-theme=light] .trade-chat-panel .chat-message-site-notification{background:linear-gradient(145deg,rgba(143,162,194,.22) 0%,rgba(112,128,156,.2) 100%);border-color:#627aa173;border-left-color:#5f7cad;box-shadow:0 6px 16px #566b8c33}body[data-theme=light] .trade-chat-panel .chat-message-site-badge{background:rgba(95,124,173,.2);border-color:#5f7cad73;color:#324b73}body[data-theme=light] .trade-chat-panel .chat-message-site-info-icon{background:#5f7cad}body[data-theme=light] .trade-chat-panel .chat-form input{background:rgba(223,209,198,.94);border-color:#856a6173;color:#2f2422}body[data-theme=light] .trade-chat-panel .chat-form button{background:linear-gradient(180deg,#8f5c6b 0%,#7d4f5c 100%);border:1px solid #6f4450;color:#fff}body[data-theme=light] .exchange-top-actions .close-button,body[data-theme=light] .trade-chat-close-button,body[data-theme=light] .profile-modal-content.exchange-view-start .icon-button.close-button,body[data-theme=light] .profile-modal-content.exchange-view-trading .icon-button.close-button{background:#4a3835;border:1px solid #2f2321;color:#fff!important;box-shadow:0 4px 12px #1c151452}body[data-theme=light] .exchange-top-actions .close-button:hover,body[data-theme=light] .trade-chat-close-button:hover,body[data-theme=light] .profile-modal-content.exchange-view-start .icon-button.close-button:hover,body[data-theme=light] .profile-modal-content.exchange-view-trading .icon-button.close-button:hover{background:#3c2d2b;border-color:#1f1716;color:#fff!important}body[data-theme=light] .auth-modal,body[data-theme=light] .maintenance-overlay{background:rgba(110,92,86,.42);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}body[data-theme=light] .auth-modal-content,body[data-theme=light] .profile-modal-content,body[data-theme=light] .terms-modal-content,body[data-theme=light] .donation-payment-modal,body[data-theme=light] .market-modal,body[data-theme=light] .maintenance-modal{background:linear-gradient(180deg,#d1c1b5 0%,#c5b4a8 100%);border-color:#82686070;box-shadow:0 16px 42px #35282447}body[data-theme=light] .profile-left-panel,body[data-theme=light] .profile-modal-header,body[data-theme=light] .settings-header{background:rgba(189,173,164,.86);border-color:#7a625a6b}body[data-theme=light] .auth-modal-content,body[data-theme=light] .profile-modal-content,body[data-theme=light] .terms-modal-content,body[data-theme=light] .donation-payment-modal,body[data-theme=light] .market-modal,body[data-theme=light] .cart-sidebar,body[data-theme=light] .trade-panel,body[data-theme=light] .trade-chat-panel,body[data-theme=light] .maintenance-modal{color:#342623!important}body[data-theme=light] .auth-modal-content p,body[data-theme=light] .auth-modal-content span,body[data-theme=light] .auth-modal-content small,body[data-theme=light] .auth-modal-content label,body[data-theme=light] .profile-modal-content p,body[data-theme=light] .profile-modal-content span,body[data-theme=light] .profile-modal-content small,body[data-theme=light] .profile-modal-content label,body[data-theme=light] .terms-modal-content p,body[data-theme=light] .terms-modal-content span,body[data-theme=light] .terms-modal-content small,body[data-theme=light] .terms-modal-content label,body[data-theme=light] .donation-payment-modal p,body[data-theme=light] .donation-payment-modal span,body[data-theme=light] .donation-payment-modal small,body[data-theme=light] .donation-payment-modal label,body[data-theme=light] .market-modal p,body[data-theme=light] .market-modal span,body[data-theme=light] .market-modal small,body[data-theme=light] .market-modal label,body[data-theme=light] .cart-sidebar p,body[data-theme=light] .cart-sidebar span,body[data-theme=light] .trade-panel p,body[data-theme=light] .trade-panel span,body[data-theme=light] .trade-chat-panel p,body[data-theme=light] .trade-chat-panel span{color:#43312c!important}body[data-theme=light] .hero-description,body[data-theme=light] .feature-description,body[data-theme=light] .why-choose-description,body[data-theme=light] .footer-copyright,body[data-theme=light] .terms-footer,body[data-theme=light] .trade-date,body[data-theme=light] .purchase-time,body[data-theme=light] .purchase-action,body[data-theme=light] .market-listing-date{color:#5d4741!important}body[data-theme=light] .primary-button,body[data-theme=light] .primary-button *,body[data-theme=light] .auth-button,body[data-theme=light] .auth-button *,body[data-theme=light] .add-to-cart-button,body[data-theme=light] .add-to-cart-button *,body[data-theme=light] .market-listing-action-buy,body[data-theme=light] .market-listing-action-buy *,body[data-theme=light] .donation-payment-pay-btn,body[data-theme=light] .donation-payment-pay-btn *,body[data-theme=light] .donation-payment-check-btn,body[data-theme=light] .donation-payment-check-btn *,body[data-theme=light] .accept-button,body[data-theme=light] .accept-button *,body[data-theme=light] .decline-button,body[data-theme=light] .decline-button *,body[data-theme=light] .exchange-user-item .primary-button.small,body[data-theme=light] .exchange-user-item .primary-button.small *{color:#fff!important}body[data-theme=light] .close-button,body[data-theme=light] .icon-button.close-button,body[data-theme=light] .auth-modal-content .close-button,body[data-theme=light] .terms-modal-content .close-button,body[data-theme=light] .product-menu-header .close-button,body[data-theme=light] .profile-modal-header .icon-button.close-button,body[data-theme=light] .settings-header .close-button,body[data-theme=light] .trade-chat-close-button,body[data-theme=light] .exchange-top-actions .close-button{background:#f2e4d8!important;border:1px solid rgba(114,86,78,.55)!important;color:#2e211e!important;box-shadow:0 4px 10px #3f2c272e}body[data-theme=light] .close-button:hover,body[data-theme=light] .icon-button.close-button:hover,body[data-theme=light] .auth-modal-content .close-button:hover,body[data-theme=light] .terms-modal-content .close-button:hover,body[data-theme=light] .product-menu-header .close-button:hover,body[data-theme=light] .profile-modal-header .icon-button.close-button:hover,body[data-theme=light] .settings-header .close-button:hover,body[data-theme=light] .trade-chat-close-button:hover,body[data-theme=light] .exchange-top-actions .close-button:hover{background:#e8d5c6!important;border-color:#5c433db8!important;color:#211716!important}body[data-theme=light]{background:#ddd0c4!important;color:#3e2f2b!important}body[data-theme=light] .main-container,body[data-theme=light] .main-content,body[data-theme=light] .purchases-section,body[data-theme=light] .why-choose-section,body[data-theme=light] .site-footer{background:#ddd0c4!important}body[data-theme=light] .main-container:before{background:radial-gradient(circle at 50% 50%,rgba(146,96,111,.08) 0%,transparent 72%)!important}body[data-theme=light] .hero-title,body[data-theme=light] .section-title,body[data-theme=light] .feature-title,body[data-theme=light] .why-choose-title,body[data-theme=light] .product-title,body[data-theme=light] .purchase-item,body[data-theme=light] .terms-title,body[data-theme=light] .auth-title,body[data-theme=light] .profile-modal-title{color:#2f2320!important}body[data-theme=light] .hero-description,body[data-theme=light] .feature-description,body[data-theme=light] .why-choose-description,body[data-theme=light] .footer-copyright,body[data-theme=light] .purchase-action,body[data-theme=light] .purchase-time,body[data-theme=light] .terms-footer,body[data-theme=light] .market-listing-date{color:#5d4b45!important}body[data-theme=light] .feature-card,body[data-theme=light] .why-choose-card,body[data-theme=light] .purchase-card,body[data-theme=light] .product-card,body[data-theme=light] .market-listing-card,body[data-theme=light] .catalog-people-card,body[data-theme=light] .admin-card,body[data-theme=light] .auth-modal-content,body[data-theme=light] .profile-modal-content,body[data-theme=light] .terms-modal-content,body[data-theme=light] .donation-payment-modal,body[data-theme=light] .market-modal,body[data-theme=light] .cart-sidebar,body[data-theme=light] .trade-panel,body[data-theme=light] .trade-chat-panel,body[data-theme=light] .maintenance-modal{background:linear-gradient(180deg,#d4c4b7 0%,#c8b6a8 100%)!important;border-color:#6b514a66!important}body[data-theme=light] .product-menu{background:linear-gradient(180deg,#ccb9ab 0%,#bca899 100%)!important;border-color:#60484275!important;box-shadow:0 18px 44px #3e2d2842!important}body[data-theme=light] .product-menu-header,body[data-theme=light] .product-menu-toolbar{background:rgba(182,160,148,.42)!important;border-color:#654c456b!important}body[data-theme=light] .search-input,body[data-theme=light] .price-input,body[data-theme=light] .market-input{background:#e0d1c5!important;border-color:#71554e80!important;color:#342724!important}body[data-theme=light] .category-button,body[data-theme=light] .product-source-tab,body[data-theme=light] .market-create-category-tab{background:#decebf!important;border-color:#6e534c85!important;color:#3a2b27!important}body[data-theme=light] .category-button.active,body[data-theme=light] .product-source-tab.active,body[data-theme=light] .market-create-category-tab.active{background:rgba(148,95,111,.22)!important;border-color:#7b4e5da3!important;color:#3e272f!important}@media (min-width: 992px){.product-menu{padding:74px 12px 20px!important}.product-menu-container{max-width:none!important;width:100%!important;margin:0!important;padding:12px 12px 12px 0!important;height:calc(100vh - 96px)!important}.product-menu-content{display:grid!important;grid-template-columns:236px minmax(0,1fr)!important;gap:16px!important;align-items:stretch!important;flex:1!important;min-height:0!important}.product-menu-sidebar{width:236px!important;position:sticky!important;top:0!important;align-self:stretch!important;max-height:100%!important;overflow-y:auto!important;padding-right:4px!important}.catalog-filter-panel{border-radius:12px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(19,22,30,.95) 0%,rgba(14,17,24,.98) 100%);padding:12px}.product-menu-main{min-width:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:10px!important}.product-menu-main .product-menu-search{margin:0!important;padding:0!important;border-bottom:none!important}.product-grid{grid-template-columns:repeat(auto-fill,minmax(142px,1fr))!important;gap:10px!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;padding-right:4px!important;width:min(100%,1510px)!important;margin:0!important}.product-card{padding:8px!important;border-radius:12px!important;content-visibility:auto;contain-intrinsic-size:220px}.product-image{height:108px!important;aspect-ratio:auto!important;margin-bottom:6px!important;overflow:hidden!important;border-radius:10px!important}.product-image img{object-fit:cover!important;object-position:center center!important;padding:0!important}.product-title{font-size:12px!important;line-height:1.28!important;min-height:2.56em!important;margin-bottom:4px!important}.product-price{font-size:14px!important;min-height:16px!important}.add-to-cart-button{height:30px!important;font-size:11px!important;border-radius:8px!important;padding:0 8px!important}.product-card-no-params .product-title{font-size:13px!important;min-height:2.6em!important}}@media (max-width: 991px){.product-menu-content{display:flex!important;flex-direction:column!important}}body[data-theme=light] .catalog-filter-panel{background:linear-gradient(180deg,rgba(206,191,180,.95) 0%,rgba(194,176,165,.96) 100%);border-color:#684e4757}@media (min-width: 992px){.product-grid{grid-template-columns:repeat(10,minmax(0,1fr))!important;width:min(100%,1540px)!important;gap:10px!important;align-content:start!important}}.product-card{position:relative;overflow:hidden;border-radius:12px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(180deg,rgba(18,23,35,.96) 0%,rgba(14,18,28,.98) 100%)!important;box-shadow:0 10px 24px #00000047!important;padding:9px!important;min-height:240px!important}.product-card:before{content:"";position:absolute;top:0;left:14px;right:14px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(117,177,255,.1),rgba(134,164,255,.62),rgba(117,177,255,.1))}.product-image{height:130px!important;min-height:130px!important;max-height:130px!important;margin-bottom:6px!important;border-radius:10px!important;overflow:hidden!important;background:radial-gradient(circle at 50% 20%,rgba(139,168,219,.2) 0%,rgba(24,32,49,0) 56%),linear-gradient(180deg,rgba(19,28,46,.72) 0%,rgba(14,20,33,.9) 100%)!important}.product-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;padding:6px!important}.product-title{font-size:12px!important;line-height:1.28!important;min-height:2.56em!important;margin:0 0 4px!important}.product-card-no-params .product-title{font-size:12px!important;line-height:1.28!important;min-height:2.56em!important}.product-price{font-size:13px!important;min-height:15px!important;margin:0!important}.product-actions{gap:5px!important}.add-to-cart-button{height:29px!important;border-radius:8px!important;font-size:11px!important;padding:0 8px!important}.param-slot{min-height:28px!important;margin-bottom:6px!important}.param-button{min-width:28px!important;min-height:24px!important;font-size:11px!important;padding:3px 7px!important}@media (max-width: 991px){.product-card{min-height:210px!important}.product-image{height:112px!important;min-height:112px!important;max-height:112px!important}}body[data-theme=light] .product-card{border-color:#6a524c5c!important;background:linear-gradient(180deg,rgba(225,212,202,.95) 0%,rgba(210,194,184,.98) 100%)!important;box-shadow:0 8px 18px #5f453e29!important}body[data-theme=light] .product-card:before{background:linear-gradient(90deg,rgba(149,105,119,.1),rgba(149,105,119,.58),rgba(149,105,119,.1))}body[data-theme=light] .product-image{background:radial-gradient(circle at 50% 20%,rgba(182,145,156,.2) 0%,rgba(24,32,49,0) 56%),linear-gradient(180deg,rgba(206,188,177,.74) 0%,rgba(193,174,163,.92) 100%)!important}.catalog-properties{margin-top:10px;display:flex;flex-direction:column;gap:8px}.catalog-properties-header{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:0;background:transparent;color:#ffffffeb;padding:0;cursor:pointer}.catalog-properties-title{font-size:15px;font-weight:700;line-height:1.1}.catalog-properties-arrow{color:#9fb4dee6;font-size:16px;line-height:1;transition:transform .2s ease,color .2s ease}.catalog-properties-arrow.open{transform:rotate(0)}.catalog-properties-header[aria-expanded=false] .catalog-properties-arrow{transform:rotate(180deg)}.catalog-properties-list{display:flex;flex-direction:column;gap:8px}.catalog-property-row{width:100%;min-height:40px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);background:rgba(30,37,55,.38);border-radius:8px;padding:7px 10px;color:#ecf4ffe6;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.catalog-property-row:hover{border-color:#8ba7e46b;background:rgba(43,52,76,.48)}.catalog-property-row.active{border-color:#8ba7e494;background:rgba(48,58,86,.62)}.catalog-property-check{width:18px;height:18px;border-radius:6px;border:1px solid rgba(255,255,255,.28);background:rgba(16,20,30,.75);flex-shrink:0;position:relative}.catalog-property-check.active{border-color:#7ee298a8;background:linear-gradient(180deg,rgba(41,190,96,.34),rgba(26,130,66,.5))}.catalog-property-check.active:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #eaffef;border-width:0 2px 2px 0;transform:rotate(45deg)}.catalog-property-content{min-width:0;display:flex;align-items:center;gap:8px}.catalog-property-badge{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;flex-shrink:0}.catalog-property-badge.badge-n{background:#59c935}.catalog-property-badge.badge-m{background:#8b3dff}.catalog-property-badge.badge-f{background:#2f9eff}.catalog-property-badge.badge-r{background:#ec2e75}.catalog-property-label{font-size:14px;font-weight:600;color:#e9f2fff0}body[data-theme=light] .catalog-properties-header{color:#4a3530}body[data-theme=light] .catalog-properties-arrow{color:#7e6577}body[data-theme=light] .catalog-property-row{border-color:#7b5f5838;background:rgba(227,214,204,.68);color:#3d2d29}body[data-theme=light] .catalog-property-row:hover{border-color:#84627170;background:rgba(216,200,189,.84)}body[data-theme=light] .catalog-property-row.active{border-color:#84627194;background:rgba(208,188,179,.96)}body[data-theme=light] .catalog-property-check{border-color:#644d4859;background:rgba(245,236,230,.92)}body[data-theme=light] .catalog-property-check.active{border-color:#4896529e;background:linear-gradient(180deg,rgba(53,181,93,.35),rgba(41,145,74,.48))}body[data-theme=light] .catalog-property-label{color:#3f2d28}.product-menu{background:rgba(8,12,20,.95)!important}.product-menu-container{max-width:1600px!important}.product-menu-content{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:0!important;border:1px solid rgba(255,255,255,.04);border-radius:0!important;overflow:hidden;background:linear-gradient(180deg,#1f232d 0%,#141b2b 100%)}.product-menu-sidebar{background:linear-gradient(180deg,#141c2b 0%,#111827 100%)!important;border-right:1px solid rgba(255,255,255,.06);padding:14px 14px 16px!important;width:280px!important;position:relative!important}.catalog-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.catalog-sidebar-title-wrap{display:flex;align-items:center;gap:8px}.catalog-sidebar-count{min-width:18px;height:18px;border-radius:6px;background:rgba(255,255,255,.09);color:#d2e3ffe6;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.catalog-sidebar-reset{border:0;background:transparent;color:#a0b2d2c7;font-size:13px;cursor:pointer}.catalog-sidebar-reset:hover{color:#c4d6f5f2}.product-menu-sidebar .sidebar-title{color:#cfe0ff!important;font-size:23px!important;margin:0 0 10px!important}.price-filter{display:grid!important;grid-template-columns:1fr 20px 1fr!important;align-items:center}.price-filter:before{content:"-";grid-column:2;justify-self:center;color:#a0b4d6cc;font-weight:700}.price-filter .price-input:first-child{grid-column:1}.price-filter .price-input:last-child{grid-column:3}.price-input{background:rgba(31,43,67,.7)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;color:#d8e6ff!important;height:38px}.catalog-main-area{min-width:0;min-height:0;display:flex;flex-direction:column;padding:12px 12px 10px;background:linear-gradient(180deg,#1f232d 0%,#131b2c 100%)}.catalog-top-categories{display:flex;align-items:center;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.catalog-top-categories::-webkit-scrollbar{display:none}.catalog-top-category-button{height:40px;padding:0 16px;border-radius:9px;border:1px solid rgba(96,124,178,.32);background:#181b23;color:#93a9cd;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.catalog-top-category-button:hover{border-color:#82a4df85;color:#c9daf8}.catalog-top-category-button.active{color:#e8f0ff;border-color:#97b9f799;background:#111724}.catalog-search-row{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:12px;justify-content:flex-start}.catalog-search-row .search-container{order:1;flex:0 1 330px;max-width:330px!important;min-width:230px;position:relative;margin:0!important;width:330px}.catalog-search-row .search-input{height:52px;border-radius:10px;background:#181b23!important;border:1px solid rgba(83,112,168,.32)!important;color:#d8e6ff!important;padding-left:44px;font-size:14px}.catalog-search-row .search-container:before{content:"⌕";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9cb4dc;font-size:18px;line-height:1;pointer-events:none}.catalog-search-row .search-input::placeholder{color:#6f86ae}.catalog-sort{order:2;position:relative;flex:0 0 auto}.catalog-selected-categories{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.catalog-selected-chip{border:1px solid rgba(121,154,209,.42);background:rgba(27,38,62,.92);color:#dbe8ff;height:34px;border-radius:999px;padding:0 10px 0 12px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;white-space:nowrap}.catalog-selected-chip:hover{border-color:#96b7ee9e;background:rgba(34,48,76,.95)}.catalog-selected-chip-close{width:18px;height:18px;border-radius:999px;background:rgba(255,255,255,.12);display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1}.catalog-sort-button{height:52px;min-width:250px;padding:0 14px;border-radius:10px;border:1px solid rgba(83,112,168,.35);background:#181b23;color:#e1edff;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:12px}.catalog-sort-icon{width:30px;height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;flex:0 0 auto}.catalog-sort-icon.tone-blue{background:rgba(37,97,201,.24);color:#66a2ff}.catalog-sort-icon.tone-green{background:rgba(39,124,58,.28);color:#39df5b}.catalog-sort-icon.tone-red{background:rgba(165,38,57,.28);color:#ff5d73}.catalog-sort-label{display:inline-block;text-align:left;flex:1 1 auto}.catalog-sort-caret{opacity:.95;font-size:16px;transform:rotate(180deg);transition:transform .18s ease}.catalog-sort.open .catalog-sort-caret{transform:rotate(0)}.catalog-sort-button:hover{border-color:#81abf58f}.catalog-sort-menu{position:absolute;top:calc(100% + 8px);left:0;width:100%;border-radius:10px;border:1px solid rgba(85,118,180,.25);background:#11182a;box-shadow:0 14px 28px #00000073;padding:8px;display:flex;flex-direction:column;gap:6px;z-index:25}.catalog-sort-menu-item{width:100%;min-height:50px;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:#dce9ff;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.catalog-sort-menu-item:hover,.catalog-sort-menu-item.active{background:rgba(37,57,95,.5)}.catalog-sort-item-label{font-size:15px;font-weight:600}@media (max-width: 900px){.catalog-top-category-button{height:38px;font-size:13px}.catalog-search-row{flex-direction:column;align-items:stretch}.catalog-search-row .search-container{max-width:none!important;min-width:0}.catalog-search-row .search-input{height:46px;font-size:14px}.catalog-search-row .search-container:before{font-size:18px}.catalog-sort-button{min-width:100%;height:46px}.catalog-sort-menu-item{min-height:46px}}.product-grid{grid-template-columns:repeat(10,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-height:100%!important}.product-card.catalog-simple-card{min-height:182px!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.03)!important;background:#111a2c!important;padding:8px!important;box-shadow:none!important}.product-card.catalog-simple-card:hover{background:#13203a!important;border-color:#84a9ec33!important}.product-card.catalog-simple-card .product-image{height:92px!important;min-height:92px!important;max-height:92px!important;background:transparent!important;margin-bottom:8px!important}.product-card.catalog-simple-card .product-image img{padding:2px!important}.product-card.catalog-simple-card .product-title{color:#e7f0ff!important;font-size:13px!important;line-height:1.25!important;min-height:2.5em!important;margin:0 0 4px!important}.product-card.catalog-simple-card .product-price{color:#e7f0ff!important;font-size:14px!important;font-weight:700!important}.product-card.catalog-simple-card:before{display:block!important;left:40%;right:40%;top:4px;height:2px;background:rgba(205,217,238,.42)}@media (max-width: 1400px){.product-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}}@media (max-width: 1200px){.product-menu-content{grid-template-columns:240px minmax(0,1fr)!important}.product-menu-sidebar{width:240px!important}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}@media (max-width: 991px){.product-menu-content{display:flex!important;flex-direction:column!important}.product-menu-sidebar{width:100%!important;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.catalog-main-area{padding:10px 8px 8px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 640px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.product-card.catalog-simple-card{min-height:248px!important;padding:10px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.08)!important;background:#181b23!important;box-shadow:none!important;cursor:pointer}.product-card.catalog-simple-card:before{display:none!important}.product-card.catalog-simple-card:hover{transform:translateY(-1px);border-color:#96b6f74d!important;background:linear-gradient(180deg,rgba(20,30,49,.98) 0%,rgba(14,22,37,.99) 100%)!important}.product-card.catalog-simple-card:focus-visible{outline:2px solid rgba(130,170,255,.55);outline-offset:1px}.product-card.catalog-simple-card .product-image{height:156px!important;min-height:156px!important;max-height:156px!important;margin-bottom:8px!important;border:none!important;border-radius:10px!important;background:rgba(255,255,255,.02)!important}.product-card.catalog-simple-card .product-image img{padding:4px!important;object-fit:contain!important}.product-card.catalog-simple-card .product-title{margin:0 0 4px!important;font-size:13px!important;line-height:1.28!important;min-height:2.56em!important;color:#e4edff!important}.product-card.catalog-simple-card .product-actions{margin-top:0!important;gap:0!important}.product-card.catalog-simple-card .product-price{margin:0!important;font-size:14px!important;line-height:1.12!important;font-weight:700!important;color:#dce7ff!important;min-height:auto!important}body[data-theme=light] .product-card.catalog-simple-card{border-color:#785f5840!important;background:linear-gradient(180deg,rgba(223,210,201,.96) 0%,rgba(208,191,181,.98) 100%)!important}body[data-theme=light] .product-card.catalog-simple-card:hover{border-color:#956f7d75!important;background:linear-gradient(180deg,rgba(215,199,189,.98) 0%,rgba(201,183,172,.99) 100%)!important}body[data-theme=light] .product-card.catalog-simple-card .product-image{background:rgba(255,255,255,.24)!important}body[data-theme=light] .product-card.catalog-simple-card .product-title,body[data-theme=light] .product-card.catalog-simple-card .product-price{color:#3d2d2a!important}@media (max-width: 991px){.product-card.catalog-simple-card{min-height:214px!important}.product-card.catalog-simple-card .product-image{height:126px!important;min-height:126px!important;max-height:126px!important}.product-card.catalog-simple-card .product-title,.product-card.catalog-simple-card .product-price{font-size:13px!important}}.site-header{top:-1px!important;left:250px!important;right:250px!important;width:auto!important;border-radius:60px!important;padding:10px 25px!important;height:auto!important;background:rgba(0,0,0,.2)!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 10px 30px #0003!important}.header-container{max-width:none!important;height:46px;padding:0!important;gap:18px}.logo-text{font-size:39px!important}.header-desktop-layout{flex:1;min-width:0;display:flex;align-items:center;gap:16px}.header-center-nav{display:flex;align-items:center;gap:20px;min-width:0}.header-nav-link{border:0;background:transparent;color:#8ea0c4;font-size:21px;font-weight:600;line-height:1;padding:0;height:66px;cursor:pointer;position:relative;transition:color .2s ease}.header-nav-link:hover{color:#d6e2f9}.header-nav-link.active{color:#f0f6ff}.header-nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px 999px 0 0;background:rgba(232,30,45,.95)}.header-right{margin-left:auto;display:flex;align-items:center;gap:10px}.header-balance-card{border:0;background:transparent;color:#dce7ff;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;height:66px;padding:0 6px;cursor:pointer}.header-balance-value{font-size:15px;font-weight:700;line-height:1}.header-balance-label{font-size:11px;color:#8ea0c4;line-height:1}.header-balance-topup{width:34px;height:34px;border-radius:8px;border:0;background:#f5a623;color:#1e1506;font-size:24px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.header-language-toggle{min-width:44px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:#dce7ff;font-size:12px;font-weight:700;cursor:pointer;padding:0 10px}.header-bell-button{width:34px!important;height:34px!important;border-radius:8px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important}.header-profile-pill{min-width:165px!important;max-width:210px!important;height:44px!important;padding:5px 6px 5px 10px!important;border-radius:12px!important}.header-profile-name{font-size:14px!important}.header-profile-subtitle{font-size:12px!important}.header-profile-avatar{width:34px!important;height:34px!important}.header-profile-avatar-fallback{font-size:13px!important}.header-cart-summary{min-width:100px;height:44px;border-radius:8px;border:0;background:rgba(255,255,255,.06);color:#dce7ff;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;padding:0 10px;cursor:pointer}.header-cart-summary-label{font-size:11px;color:#8ea0c4;line-height:1}.header-cart-summary-value{font-size:15px;font-weight:700;line-height:1}@media (max-width: 991px){.site-header{height:60px!important;padding:0 10px!important}.header-container{height:60px}.logo-text{font-size:31px!important}.header-desktop-layout{display:none!important}}.product-menu-toolbar{justify-content:flex-end!important}.product-menu-container{max-width:none!important;width:100%!important;margin:0!important}.catalog-main-area{min-width:0!important;width:100%!important}.product-grid{width:100%!important;max-width:none!important;grid-template-columns:repeat(auto-fill,minmax(145px,1fr))!important;justify-content:stretch!important}@media (min-width: 1700px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(152px,1fr))!important}}.site-header{left:clamp(12px,4vw,120px)!important;right:clamp(12px,4vw,120px)!important;top:4px!important;padding:8px 16px!important;border-radius:44px!important}.header-container{height:44px!important;gap:12px!important}.logo-text{font-size:clamp(26px,2vw,34px)!important}.header-desktop-layout{min-width:0;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:12px}.header-center-nav{min-width:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;gap:14px!important}.header-center-nav::-webkit-scrollbar{display:none}.header-nav-link{flex:0 0 auto;height:44px!important;font-size:15px!important}.header-right{flex-shrink:0;gap:8px!important}.header-balance-card{height:44px!important}.header-profile-pill{min-width:138px!important;max-width:172px!important;height:40px!important}.header-profile-avatar{width:30px!important;height:30px!important}.header-cart-summary{min-width:90px!important;height:40px!important}@media (max-width: 1480px){.header-cart-summary{display:none!important}}@media (max-width: 1320px){.header-language-toggle{display:none!important}.header-profile-pill{min-width:124px!important;max-width:148px!important}}@media (max-width: 1180px){.header-balance-card{display:none!important}.header-balance-topup{width:30px!important;height:30px!important;font-size:21px!important}.header-nav-link{font-size:14px!important}}@media (max-width: 991px){.site-header{left:14px!important;right:14px!important;top:6px!important;border-radius:36px!important;padding:6px 14px!important}.header-container{height:40px!important;justify-content:center!important;align-items:center!important}.header-desktop-layout{display:none!important}.mobile-tab-nav{display:grid!important}}@media (min-width: 992px){body.catalog-open .site-header{left:clamp(12px,4vw,120px)!important;right:clamp(12px,4vw,120px)!important;top:4px!important;border-radius:26px 26px 0 0!important;border-bottom:0!important;box-shadow:0 10px 24px #0000003d!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important}body.catalog-open .product-menu{left:clamp(12px,4vw,120px)!important;right:clamp(12px,4vw,120px)!important;top:63px!important;bottom:12px!important;padding:0!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:hidden!important;border-radius:0 0 26px 26px!important}body.catalog-open .product-menu-container{height:100%!important;width:100%!important;max-width:none!important;margin:0!important;padding:14px 16px 18px!important;border:1px solid rgba(255,255,255,.12)!important;border-top:0!important;border-radius:0 0 26px 26px!important;background:linear-gradient(180deg,rgba(13,17,28,.97) 0%,rgba(10,14,24,.97) 100%)!important;box-shadow:0 22px 42px #0000004d!important}body.catalog-open .product-menu-header{margin-bottom:10px!important;padding-top:2px!important}body.catalog-open .product-menu-toolbar{margin-bottom:10px!important}body.catalog-open .product-menu-content{border-radius:12px!important;overflow:hidden!important}}@media (min-width: 992px){body[data-theme=light].catalog-open .site-header{border-color:#927a7194!important;box-shadow:0 10px 22px #6048402e!important}body[data-theme=light].catalog-open .product-menu-container{border-color:#927a7194!important;background:linear-gradient(180deg,rgba(223,212,203,.98) 0%,rgba(215,203,193,.98) 100%)!important;box-shadow:0 22px 38px #6048402e!important}}.product-menu,.product-menu-container,body.catalog-open .product-menu-container,body[data-theme=light] .product-menu,body[data-theme=light] .product-menu-container,body[data-theme=light].catalog-open .product-menu-container{background:#0e0e10!important}body[data-theme=light]{--lt-bg: #cec4ba !important;--lt-surface: #d5cbc1 !important;--lt-surface-soft: #ccc2b8 !important;--lt-border: #ad9d91 !important}body[data-theme=light] .main-container,body[data-theme=light] .main-content,body[data-theme=light] .purchases-section,body[data-theme=light] .why-choose-section,body[data-theme=light] .site-footer{background-color:var(--lt-bg)!important}body[data-theme=light] .site-header{background:rgba(198,188,179,.94)!important;border-color:#97807680!important}body[data-theme=light] .header-balance-card{background:#b5aca3!important;border-color:#826c639e!important;border-radius:14px!important}body[data-theme=light] .header-balance-value,body[data-theme=light] .header-balance-label{color:#2f221f!important}@media (min-width: 992px){.logo-text{font-size:26px!important}.header-center-nav{margin-left:clamp(10px,1.2vw,22px)!important}}@media (max-width: 991px){.logo-text{font-size:22px!important}}body[data-theme=light] .settings-header .icon-button.close-button,body[data-theme=light] .settings-header .close-button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}body[data-theme=light] .profile-topup-method{cursor:pointer!important;background:rgba(219,204,194,.94)!important;border:1px solid rgba(156,130,120,.58)!important;color:var(--lt-text)!important}body[data-theme=light] .profile-topup-method:hover{background:rgba(210,194,184,.98)!important;border-color:#90756cb8!important}body[data-theme=light] .profile-topup-method.active{background:rgba(159,102,118,.2)!important;border-color:#895464e6!important;box-shadow:0 0 0 2px #9f66762e inset!important}body[data-theme=light] .profile-topup-method.active .profile-topup-method-icon{background:rgba(159,102,118,.18)!important;color:#7a4152!important}body[data-theme=light] .profile-topup-method.active .profile-topup-method-content strong{color:#432a33!important}body[data-theme=light] .header-balance-card,body[data-theme=light] .header-cart-summary{background:rgba(236,223,214,.96)!important;border-color:#a2857b94!important}body[data-theme=light] .header-balance-value,body[data-theme=light] .header-cart-summary-value,body[data-theme=light] .header-profile-name,body[data-theme=light] .header-language-toggle{color:#3a2a27!important}body[data-theme=light] .header-balance-label,body[data-theme=light] .header-cart-summary-label,body[data-theme=light] .header-profile-subtitle{color:#65514b!important}body[data-theme=light] .header-cart-summary{box-shadow:inset 0 0 0 1px #9d7f764d}body[data-theme=light] .header-bell-button{color:#4a3733!important}body[data-theme=light] .header-profile-dropdown{background:rgba(241,229,221,.985)!important;border-color:#b0918880!important}body[data-theme=light] .header-profile-actions{margin-top:12px!important;gap:2px!important}body[data-theme=light] .header-profile-action{color:#3f2f2c!important;border:1px solid transparent!important}body[data-theme=light] .header-profile-action+.header-profile-action{border-top:1px solid rgba(173,143,133,.38)!important}body[data-theme=light] .header-profile-action:hover{background:rgba(255,255,255,.72)!important;border-color:#b2938a73!important}body[data-theme=light] .header-profile-pill,body[data-theme=light] .header-balance-card{background:#ebded6!important}body[data-theme=light] .header-profile-dropdown{background:#ddd0c7!important;border:1px solid rgba(148,120,110,.55)!important;box-shadow:0 16px 30px #5f48413d!important}body[data-theme=light] .header-profile-segment-group{background:#d7c9bf!important;border:1px solid rgba(146,117,108,.5)!important}body[data-theme=light] .header-profile-segment-group.theme{box-shadow:inset 0 0 0 1px #997c7340}body[data-theme=light] .header-segment-button{color:#5c4842!important;border:1px solid transparent!important;background:transparent!important}body[data-theme=light] .header-segment-button:hover{background:rgba(255,255,255,.55)!important;border-color:#96786f6b!important;color:#3c2d29!important}body[data-theme=light] .header-segment-button.active{background:#f2e7df!important;border-color:#8c6c63bf!important;color:#2f221f!important;box-shadow:0 1px #ffffffb3 inset}body[data-theme=light] .header-profile-action+.header-profile-action{border-top:1px solid rgba(154,126,116,.5)!important}body[data-theme=light] .header-profile-action-icon{border:1px solid rgba(155,124,115,.5)!important;box-shadow:inset 0 1px #ffffff73!important}body[data-theme=light] .header-profile-action-icon.profile{background:rgba(165,215,150,.42)!important;color:#4f9c3a!important}body[data-theme=light] .header-profile-action-icon.history{background:rgba(241,190,124,.45)!important;color:#b7721f!important}body[data-theme=light] .header-profile-action-icon.withdrawal{background:rgba(244,169,213,.45)!important;color:#be5b93!important}body[data-theme=light] .header-profile-action-icon.wheel{background:rgba(160,189,250,.48)!important;color:#4f74bf!important}body[data-theme=light] .header-profile-action-icon.promo{background:rgba(157,230,210,.5)!important;color:#4e9f89!important}body[data-theme=light] .header-profile-action-icon.password{background:rgba(214,170,246,.48)!important;color:#9a61ca!important}body[data-theme=light] .header-profile-action-icon.logout{background:rgba(247,171,164,.5)!important;color:#ca5f58!important}:root{--theme-switch-from-x: 0px;--theme-switch-from-y: 100vh;--theme-switch-x: 50vw;--theme-switch-y: 50vh;--theme-switch-overlay: rgba(18, 20, 26, .58)}@keyframes theme-select-pulse{0%{transform:scale(.98);box-shadow:0 0 #a3687852}70%{transform:scale(1.02);box-shadow:0 0 0 8px #a3687800}to{transform:scale(1);box-shadow:none}}@keyframes theme-switch-old-to-button{0%{clip-path:circle(180vmax at var(--theme-switch-from-x) var(--theme-switch-from-y));opacity:1}72%{opacity:.98}to{clip-path:circle(0px at var(--theme-switch-x) var(--theme-switch-y));opacity:.97}}@keyframes theme-switch-fallback-to-button{0%{clip-path:circle(180vmax at var(--theme-switch-from-x) var(--theme-switch-from-y));opacity:.78}72%{opacity:.28}to{clip-path:circle(0px at var(--theme-switch-x) var(--theme-switch-y));opacity:0}}.header-profile-segment-group.theme .header-segment-button.active{animation:theme-select-pulse .5s ease-out}@keyframes theme-switch-target-glow{0%{opacity:.7;transform:translate(-50%,-50%) scale(.65)}55%{opacity:.48;transform:translate(-50%,-50%) scale(1.45)}to{opacity:0;transform:translate(-50%,-50%) scale(1.9)}}body.theme-switch-animating:after{content:"";position:fixed;top:-2px;right:-2px;bottom:-2px;left:-2px;pointer-events:none;z-index:25000;background:var(--theme-switch-overlay);will-change:clip-path,opacity;animation:theme-switch-fallback-to-button 1.02s cubic-bezier(.22,.61,.36,1) forwards}body.theme-switch-animating:before{content:"";position:fixed;left:var(--theme-switch-x);top:var(--theme-switch-y);width:18px;height:18px;border-radius:999px;pointer-events:none;z-index:25001;background:radial-gradient(circle,rgba(255,255,255,.92) 0%,rgba(255,255,255,.2) 45%,rgba(255,255,255,0) 72%);animation:theme-switch-target-glow 1.02s ease-out forwards}::view-transition-old(root){z-index:2;clip-path:circle(180vmax at var(--theme-switch-from-x) var(--theme-switch-from-y));will-change:clip-path,opacity;animation:theme-switch-old-to-button 1.08s cubic-bezier(.22,.61,.36,1) both}::view-transition-new(root){z-index:1;animation:none}@media (prefers-reduced-motion: reduce){::view-transition-old(root),::view-transition-new(root){animation:none!important;clip-path:none!important}body.theme-switch-animating:before,body.theme-switch-animating:after{animation:none;opacity:0}}body[data-theme=light] .header-profile-action-icon{border:1px solid rgba(175,146,136,.35)!important}body[data-theme=light] .auth-modal-content .close-button,body[data-theme=light] .terms-modal-content .close-button,body[data-theme=light] .product-menu-header .close-button,body[data-theme=light] .profile-modal-header .icon-button.close-button,body[data-theme=light] .settings-header .close-button,body[data-theme=light] .exchange-top-actions .close-button,body[data-theme=light] .trade-chat-close-button,body[data-theme=light] .auth-recovery-close,body[data-theme=light] .admin-orders-close{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}@media (max-width: 991px){body[data-theme=light] .auth-modal-content .close-button,body[data-theme=light] .terms-modal-content .close-button,body[data-theme=light] .product-menu-header .close-button,body[data-theme=light] .profile-modal-header .icon-button.close-button,body[data-theme=light] .settings-header .close-button,body[data-theme=light] .exchange-top-actions .close-button,body[data-theme=light] .trade-chat-close-button,body[data-theme=light] .auth-recovery-close,body[data-theme=light] .admin-orders-close{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important}}.cart-header .close-button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}body[data-theme=light] .cart-header .close-button{background:#f2e4d8!important;border:1px solid rgba(114,86,78,.55)!important;color:#2e211e!important}@media (max-width: 991px){.mobile-tab-nav{position:fixed!important;left:50%!important;right:auto!important;top:auto!important;bottom:max(8px,env(safe-area-inset-bottom,0px))!important;transform:translate(-50%)!important;width:min(430px,calc(100vw - 12px))!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;z-index:1600!important}}@media (max-width: 991px){.mobile-tab-nav{position:fixed!important;left:50%!important;right:auto!important;top:auto!important;bottom:max(8px,env(safe-area-inset-bottom,0px))!important;transform:translate(-50%)!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important;width:min(430px,calc(100vw - 12px))!important;max-width:none!important;padding:8px 8px calc(6px + env(safe-area-inset-bottom,0px))!important;border-radius:18px!important;z-index:1600!important}.mobile-tab-item,.mobile-tab-link{min-width:0!important;min-height:62px!important;gap:5px!important;padding:0 4px!important;border-radius:12px!important}.mobile-tab-icon{width:36px!important;height:36px!important;border-radius:11px!important}.mobile-tab-label{max-width:100%!important;font-size:12px!important;line-height:1.1!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mobile-profile-wrapper{min-width:0!important}.mobile-profile-wrapper .header-profile-dropdown{top:auto!important;right:0!important;bottom:calc(100% + 10px)!important;max-height:min(64vh,420px)!important;overflow-y:auto!important}body{padding-bottom:calc(102px + env(safe-area-inset-bottom,0px))!important}}@media (max-width: 991px){body[data-theme=light] .mobile-tab-nav{background:rgba(239,228,220,.97)!important;border-color:#bb999073!important;box-shadow:0 12px 26px #75564f38!important}body[data-theme=light] .mobile-tab-label{color:#6f5a54!important}body[data-theme=light] .mobile-tab-item.active .mobile-tab-label,body[data-theme=light] .mobile-tab-item-profile.active .mobile-tab-label{color:#2f2220!important}}.logo-text{font-size:30px!important}.header-nav-link{font-size:17px!important}.header-balance-value{font-size:13px!important}.header-balance-label,.header-cart-summary-label{font-size:10px!important}.header-cart-summary-value{font-size:13px!important}@media (max-width: 991px){.site-header{left:14px!important;right:14px!important;top:6px!important;border-radius:36px!important;padding:6px 14px!important;height:auto!important}.header-container{height:40px!important;justify-content:center!important;align-items:center!important}.logo{margin:0 auto!important}.logo-text{font-size:24px!important}.header-desktop-layout{display:none!important}.mobile-tab-nav{display:grid!important}}.product-menu-sidebar,body[data-theme=light] .product-menu-sidebar,body.catalog-open .product-menu-sidebar,body[data-theme=light].catalog-open .product-menu-sidebar{background:#181b23!important}.header-cart-summary{min-width:132px!important;height:44px!important;padding:0 10px!important;border-radius:12px!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;white-space:nowrap}.header-cart-summary-icon{width:32px!important;height:32px!important;border-radius:9px!important;background:#f7a91b;color:#2a1b05;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto}.header-cart-summary-icon svg{width:18px;height:18px}.header-cart-summary-content{min-width:0;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px}.header-cart-summary-label,.header-cart-summary-value{text-align:left}body[data-theme=light] .header-cart-summary-icon{background:#f4ab20;color:#30210b;box-shadow:inset 0 0 0 1px #68491133}.catalog-main-area{display:flex!important;flex-direction:column!important;gap:10px!important}.product-menu-toolbar{margin:0!important}.catalog-top-categories{margin:0!important;align-items:center!important}.catalog-search-row{display:grid!important;grid-template-columns:minmax(230px,330px) minmax(220px,250px) minmax(0,1fr)!important;align-items:center!important;justify-content:flex-start!important;column-gap:8px!important;row-gap:8px!important;width:100%!important;margin:0 0 10px!important}.catalog-search-row .search-container{order:0!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important}.catalog-search-row .search-input{width:100%!important}.catalog-sort{order:0!important;width:100%;max-width:250px;margin:0!important;align-self:center!important}.catalog-sort-button{width:100%!important;min-width:0!important}.product-grid{margin-top:0!important}@media (max-width: 991px){.catalog-main-area{gap:8px!important}.catalog-top-categories{flex-wrap:wrap!important;gap:8px!important}.catalog-top-category-button{height:38px!important;padding:0 14px!important}.catalog-search-row{grid-template-columns:minmax(0,1fr)!important;margin-bottom:8px!important}.catalog-sort{max-width:100%;width:100%;align-self:stretch!important}.catalog-search-row .search-container:before{top:23px!important;transform:translateY(-50%)!important}}.catalog-mobile-filter-toggle{display:none;width:46px;height:46px;border:1px solid rgba(96,124,178,.36);border-radius:12px;background:#181f31;color:#94abcf;align-items:center;justify-content:center;position:relative;cursor:pointer}.catalog-mobile-filter-toggle svg{width:19px;height:19px}.catalog-mobile-filter-badge{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ff9f1a;color:#111;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.catalog-mobile-filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#101726;display:flex;align-items:stretch;justify-content:center;z-index:2200;padding:0;overflow:hidden;overscroll-behavior:none}.catalog-mobile-filters-modal{width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:0;background:linear-gradient(180deg,#131b2c 0%,#101726 100%);display:flex;flex-direction:column;overflow:hidden;box-shadow:none;animation:catalogFiltersSlideUp .34s cubic-bezier(.22,1,.36,1);overscroll-behavior:none}.catalog-mobile-filters-header{padding:16px 16px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(255,255,255,.08)}.catalog-mobile-filters-close{width:40px;height:40px;border:0;border-radius:10px;background:rgba(255,255,255,.06);color:#d5e4ff;font-size:24px;line-height:1;cursor:pointer}.catalog-mobile-filters-body{overflow:hidden;padding:14px 16px;display:flex;flex-direction:column;gap:14px;flex:1;overscroll-behavior:none}.catalog-mobile-filters-section{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px}.catalog-mobile-filters-section:last-child{border-bottom:0;padding-bottom:0}.catalog-mobile-filters-title{margin:0 0 10px;color:#dce9ff;font-size:14px;font-weight:700}.catalog-mobile-filters-header .sidebar-title{font-size:22px!important;margin:0!important}.catalog-mobile-type-grid,.catalog-mobile-property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-mobile-type-grid .catalog-top-category-button,.catalog-mobile-property-grid .catalog-property-row{width:100%}.catalog-mobile-filters-footer{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08)}.catalog-mobile-filters-reset,.catalog-mobile-filters-apply{height:44px;border-radius:10px;border:0;font-size:14px;font-weight:700;cursor:pointer}.catalog-mobile-filters-reset{background:rgba(255,255,255,.08);color:#dce8ff}.catalog-mobile-filters-apply{background:#ff9f1a;color:#1e1507}.price-filter{display:grid!important;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr)!important;grid-auto-flow:row;align-items:stretch;gap:10px!important;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.price-filter:before{content:"-"!important;grid-column:2;grid-row:1;justify-self:center;align-self:center;color:#adbfe0f2;font-size:20px;line-height:1;font-weight:700}.price-filter>.catalog-price-field{position:relative;display:flex;align-items:center;height:48px;border-radius:9px;border:1px solid rgba(112,138,188,.2);background:#1b2234;overflow:hidden}.price-filter>.catalog-price-field:first-of-type{grid-column:1;grid-row:1}.price-filter>.catalog-price-field:last-of-type{grid-column:3;grid-row:1}.price-filter .catalog-price-currency{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#c8d8f8;font-size:22px;font-weight:700;line-height:1;pointer-events:none;opacity:.98}.price-filter .price-input{width:100%;height:100%!important;border:0!important;background:transparent!important;color:#d9e7ff!important;padding:0 12px 0 44px!important;border-radius:0!important;font-size:14px!important}.price-filter .price-input::placeholder{color:#8194b4eb}body.catalog-filters-open .site-header,body.catalog-filters-open .mobile-tab-nav{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important}body.catalog-filters-open{overflow:hidden;height:100dvh;overscroll-behavior:none}body.catalog-filters-open .product-menu,body.catalog-filters-open .catalog-main-area,body.catalog-filters-open .product-grid{overflow:hidden!important}@keyframes catalogFiltersSlideUp{0%{transform:translateY(100%);opacity:.85}to{transform:translateY(0);opacity:1}}@media (max-width: 1200px){.product-menu-content{grid-template-columns:minmax(0,1fr)!important}.product-menu-sidebar,.catalog-top-categories{display:none!important}.catalog-search-row{grid-template-columns:minmax(0,1fr) minmax(190px,230px) auto!important}.catalog-sort{max-width:230px}.catalog-mobile-filter-toggle{display:inline-flex}.catalog-selected-categories{grid-column:1 / -1;margin-top:2px}}@media (max-width: 760px){.catalog-search-row{grid-template-columns:minmax(0,1fr) auto!important}.catalog-sort{max-width:100%}.catalog-sort-button{height:46px!important}.catalog-mobile-type-grid,.catalog-mobile-property-grid,.catalog-mobile-filters-footer{grid-template-columns:1fr}}
