.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.filter-bar .search-box{position:relative;width:300px}.filter-bar .search-box input{width:100%;padding:12px 20px 12px 45px;background:#f5f5f5;border:1px solid transparent;border-radius:8px;font-size:14px;color:#333;transition:all .3s ease}.filter-bar .search-box input::placeholder{color:#999}.filter-bar .search-box input:focus{background:#fff;border-color:#4f46e5;outline:none;box-shadow:0 2px 8px rgba(67,24,255,0.1)}.filter-bar .search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#999;pointer-events:none}.filter-bar .search-icon svg{width:100%;height:100%}.filter-bar .filter-tabs{display:flex;gap:16px}.filter-bar .tab-btn{padding:10px 20px;border:none;background:none;color:#666;font-size:16px;cursor:pointer;transition:all .3s ease;border-radius:8px}.filter-bar .tab-btn.active{background:#4f46e5;color:#fff}.market-hero{position:relative;padding:140px 0 50px;text-align:left;background:linear-gradient(180deg, #fff 0%, #f8f9fa 100%);border-radius:0;margin-bottom:0;overflow:hidden}.market-hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.market-hero .hero-shape{position:absolute;top:-30%;right:-10%;width:60%;height:160%;background:linear-gradient(45deg, rgba(67,24,255,0.03), rgba(67,24,255,0.08));border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;animation:morphShape 15s ease-in-out infinite}.market-hero .hero-dots{position:absolute;width:100%;height:100%;background-image:radial-gradient(rgba(67,24,255,0.1) 1px, transparent 1px);background-size:30px 30px;opacity:.5}.market-hero .hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:40%;height:200px;background:radial-gradient(circle, rgba(67,24,255,0.1) 0%, transparent 70%);filter:blur(50px)}.market-hero .hero-content{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 40px 0 120px;display:flex;justify-content:space-between;align-items:center;gap:60px;min-height:300px}.market-hero .hero-left{flex:1}.market-hero .hero-right{flex:1;display:flex;justify-content:flex-end}.market-hero .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(67,24,255,0.1);border-radius:50px;margin-bottom:32px;color:#4f46e5;font-weight:500}.market-hero .badge-icon{font-size:18px}.market-hero .hero-content h1{font-size:56px;font-weight:800;line-height:1.2;margin-bottom:24px;color:#1A1A1A}.market-hero .gradient-text{background:linear-gradient(135deg, #4f46e5, #9F53FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.market-hero .hero-content .subtitle{font-size:20px;line-height:1.6;color:#666;margin-bottom:48px}.market-hero .hero-stats{display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;margin:40px 0;max-width:600px}.market-hero .stat-item{text-align:center}.market-hero .stat-icon{font-size:32px;margin-bottom:16px}.market-hero .stat-number{display:flex;align-items:baseline;justify-content:center;font-size:38px;font-weight:800;color:#4f46e5;line-height:1;margin-bottom:8px}.market-hero .plus,.market-hero .percent,.market-hero .hour{font-size:24px;margin-left:4px}.market-hero .stat-label{font-size:16px;color:#666}.market-hero .hero-brands{display:flex;align-items:center;gap:32px;margin-top:40px;padding-top:30px;border-top:1px solid rgba(0,0,0,0.1)}.market-hero .brand-logo{height:24px;opacity:.5;transition:opacity .3s ease}.market-hero .brand-logo:hover{opacity:1}.market-hero .brand-more{color:#666;font-size:14px}.res-list{max-width:1200px;margin:0 auto;padding:40px 0}.disabled{opacity:.5;cursor:no-drop}@keyframes morphShape{0%{border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70% / 70% 70% 30% 30%}100%{border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}}