.marketplace-module__J_IMga__marketplacePage{background:var(--background);min-height:100vh;color:var(--text);flex-direction:column;display:flex}.marketplace-module__J_IMga__header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:100;background:#0f172af2;align-items:center;height:80px;padding:0 2rem;display:flex;position:sticky;top:0}.marketplace-module__J_IMga__logo{color:var(--text);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.marketplace-module__J_IMga__logo span{color:var(--primary)}.marketplace-module__J_IMga__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.marketplace-module__J_IMga__pageHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.marketplace-module__J_IMga__pageHeader h2{letter-spacing:-1px;font-size:2.5rem;font-weight:900}.marketplace-module__J_IMga__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:800;transition:all .2s;display:flex}.marketplace-module__J_IMga__toolbar{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.marketplace-module__J_IMga__topBar{gap:1rem;display:flex}.marketplace-module__J_IMga__searchBox{flex:2;align-items:center;display:flex;position:relative}.marketplace-module__J_IMga__searchBox svg{color:var(--text-muted);position:absolute;left:1rem}.marketplace-module__J_IMga__searchBox input{border:1px solid var(--border);width:100%;color:var(--text);background:#0003;border-radius:12px;outline:none;padding:.75rem 1rem .75rem 2.8rem}.marketplace-module__J_IMga__advFilters{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;padding-top:1rem;display:grid}.marketplace-module__J_IMga__filterGroup{flex-direction:column;gap:.5rem;display:flex}.marketplace-module__J_IMga__filterGroup label{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:800}.marketplace-module__J_IMga__filterSelect{border:1px solid var(--border);color:var(--text);background:#0003;border-radius:10px;outline:none;padding:.6rem;font-size:.9rem}.marketplace-module__J_IMga__itemsList{flex-direction:column;gap:.5rem;display:flex}.marketplace-module__J_IMga__listHeader{color:var(--text-muted);text-transform:uppercase;grid-template-columns:100px 1fr 150px 150px 120px 100px;padding:.75rem 1.5rem;font-size:.75rem;font-weight:800;display:grid}.marketplace-module__J_IMga__itemRow{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:20px;grid-template-columns:100px 1fr 150px 150px 120px 100px;align-items:center;padding:1rem 1.5rem;transition:all .2s;display:grid}.marketplace-module__J_IMga__itemRow:hover{border-color:var(--primary);background:#ffffff0d;transform:translate(4px)}.marketplace-module__J_IMga__itemThumb{width:70px;height:70px;color:var(--text-muted);background:#ffffff0d;border-radius:14px;justify-content:center;align-items:center;display:flex;overflow:hidden}.marketplace-module__J_IMga__itemThumb img{object-fit:cover;width:100%;height:100%}.marketplace-module__J_IMga__itemTitle{flex-direction:column;font-weight:700;display:flex}.marketplace-module__J_IMga__itemCat{color:var(--primary);font-size:.7rem;font-weight:800}.marketplace-module__J_IMga__itemPrice{color:var(--primary);font-size:1.1rem;font-weight:800}.marketplace-module__J_IMga__itemLoc{color:var(--text-muted);font-size:.85rem}.marketplace-module__J_IMga__itemScale{background:#ffffff0d;border-radius:6px;width:fit-content;padding:4px 10px;font-size:.75rem;font-weight:800}.marketplace-module__J_IMga__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.marketplace-module__J_IMga__modal{background:var(--surface);border:1px solid var(--border);border-radius:32px;width:800px;max-width:95vw;max-height:90vh;padding:2.5rem;position:relative;overflow-y:auto}.marketplace-module__J_IMga__closeModal{color:var(--text-muted);cursor:pointer;background:0 0;border:none;position:absolute;top:1.5rem;right:1.5rem}@media (max-width:1024px){.marketplace-module__J_IMga__listHeader{display:none}.marketplace-module__J_IMga__itemRow{grid-template-columns:80px 1fr 100px;grid-template-areas:"thumb title price""thumb meta meta";gap:.5rem}.marketplace-module__J_IMga__itemThumb{grid-area:thumb}.marketplace-module__J_IMga__itemTitle{grid-area:title}.marketplace-module__J_IMga__itemPrice{text-align:right;grid-area:price}}
.auth-modal-module__xuaSAq__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5000;background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.auth-modal-module__xuaSAq__authModal{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:36px;width:440px;padding:3rem;animation:.3s cubic-bezier(.34,1.56,.64,1) auth-modal-module__xuaSAq__zoomIn;position:relative}@keyframes auth-modal-module__xuaSAq__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.auth-modal-module__xuaSAq__closeBtn{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.auth-modal-module__xuaSAq__closeBtn:hover{color:var(--text);background:#ffffff1a}.auth-modal-module__xuaSAq__authForm{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.auth-modal-module__xuaSAq__inputWrap{align-items:center;display:flex;position:relative}.auth-modal-module__xuaSAq__inputWrap svg{color:var(--text-muted);position:absolute;left:1rem}.auth-modal-module__xuaSAq__inputWrap input{border:1px solid var(--border);width:100%;color:var(--text);background:#0003;border-radius:12px;outline:none;padding:.8rem 1rem .8rem 3rem}.auth-modal-module__xuaSAq__googleBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1.5rem;padding:1rem;font-weight:700;transition:all .2s;display:flex}.auth-modal-module__xuaSAq__googleBtn:hover{background:#f1f1f1;transform:translateY(-2px)}.auth-modal-module__xuaSAq__divider{border-top:1px solid var(--border);margin:20px 0;position:relative}.auth-modal-module__xuaSAq__dividerText{background:var(--surface);color:var(--text-muted);padding:0 10px;font-size:.7rem;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.auth-modal-module__xuaSAq__switchText{margin-top:20px;font-size:.85rem}.auth-modal-module__xuaSAq__switchBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-left:5px;font-weight:800}.auth-modal-module__xuaSAq__switchBtn:hover{text-decoration:underline}
.header-module__edqLnG__header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:1000;background:#0f172ae6;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 1.5rem;display:flex;position:sticky;top:0}.header-module__edqLnG__headerInner{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.header-module__edqLnG__headerContainer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:1000;background:#0f172ae6;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0;display:flex;position:sticky;top:0}.header-module__edqLnG__headerLeft,.header-module__edqLnG__headerRight{align-items:center;gap:.75rem;display:flex}.header-module__edqLnG__logo{letter-spacing:-1px;color:var(--text);align-items:center;font-size:1.5rem;font-weight:900;text-decoration:none;display:flex}.header-module__edqLnG__logo span{color:var(--primary)}.header-module__edqLnG__navLinkItem{border:1px solid var(--border);height:44px;color:var(--text);white-space:nowrap;background:#ffffff08;border-radius:12px;align-items:center;gap:.5rem;padding:0 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.header-module__edqLnG__navLinkItem:hover{color:var(--primary);border-color:var(--primary);background:#ffffff14;transform:translateY(-1px)}.header-module__edqLnG__themeToggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#ffffff08;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.header-module__edqLnG__themeToggle:hover{border-color:var(--primary);background:#ffffff14}.header-module__edqLnG__userProfile{align-items:center;gap:.75rem;display:flex}.header-module__edqLnG__msgLink{border:1px solid var(--border);height:44px;color:var(--text);white-space:nowrap;background:#ffffff08;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:44px;padding:0;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;position:relative}.header-module__edqLnG__msgBadge{background:var(--primary);color:#fff;border:2px solid #0f172a;border-radius:10px;padding:2px 6px;font-size:.65rem;font-weight:900;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 5px #0000004d}.header-module__edqLnG__profileLink{color:inherit;border:1px solid var(--border);background:#ffffff0d;border-radius:20px;align-items:center;gap:8px;height:40px;padding:0 12px 0 4px;text-decoration:none;transition:all .2s;display:flex}.header-module__edqLnG__profileLink:hover{border-color:var(--primary);background:#ffffff1a}.header-module__edqLnG__avatarMini{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:900;display:flex;overflow:hidden}.header-module__edqLnG__avatarMini img{object-fit:cover;width:100%;height:100%}.header-module__edqLnG__userName{font-size:.85rem;font-weight:700}.header-module__edqLnG__alphaBadge{background:var(--primary);vertical-align:middle;text-transform:uppercase;letter-spacing:1.5px;text-shadow:0 1px 2px #0003;border:1px solid #fff3;border-radius:6px;margin-left:.75rem;padding:3px 8px;font-size:.75rem;font-weight:900;display:inline-block;transform:translateY(-2px);box-shadow:0 2px 10px #f9731666;color:#fff!important}@media (max-width:768px){.header-module__edqLnG__userName,.header-module__edqLnG__themeToggle span,.header-module__edqLnG__navLinkItem span{display:none}.header-module__edqLnG__navLinkItem{justify-content:center;width:44px;padding:0}}
