@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:radial-gradient(circle at 20% 0%,#111827,#000 70%);color:#f9fafb;padding:40px}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.top-bar h1{font-size:36px;font-weight:700;letter-spacing:1px;color:#f97316}.wallet-btn{background:#f97316;color:#000;border:none;padding:10px 22px;border-radius:14px;font-weight:700;cursor:pointer;transition:.25s ease}.wallet-btn:hover{background:#fb923c}.search-sort{display:flex;gap:15px;margin-bottom:20px}.search-sort input{flex:1;padding:12px 16px;border-radius:14px;border:1px solid #1f2937;background:#0f172a;color:#fff}.search-sort select{padding:12px 16px;border-radius:14px;border:1px solid #1f2937;background:#0f172a;color:#fff}.filters{margin-bottom:25px;display:flex;flex-wrap:wrap;gap:10px}.filters button{background:#111827;border:1px solid #1f2937;color:#9ca3af;padding:8px 16px;border-radius:20px;cursor:pointer;transition:.2s ease;font-weight:500}.filters button:hover{border-color:#f97316;color:#fff}.filters .active{background:#f97316;color:#000;font-weight:600;box-shadow:0 0 15px #f9731699}.market-count{margin-bottom:20px;color:#9ca3af;font-size:14px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px}.market-card{background:#0b1220;border:1px solid #1f2937;padding:22px;border-radius:18px;transition:.3s ease}.market-card:hover{border-color:#f97316;box-shadow:0 0 20px #f9731633}.market-header{display:flex;justify-content:space-between;font-size:12px;margin-bottom:10px}.category{color:#9ca3af;font-weight:500}.timer{color:#ef4444;font-weight:600}.market-card h3{margin-bottom:14px;font-size:16px;font-weight:600;color:#fff}.percentage-bar{height:8px;background:#1f2937;border-radius:10px;overflow:hidden;margin-bottom:14px}.yes-bar{height:100%;background:linear-gradient(90deg,#f97316,#fb923c);transition:width .4s ease}.odds{display:flex;gap:10px}.odds button{flex:1;padding:12px;border-radius:12px;border:none;font-weight:600;cursor:pointer;transition:.2s ease}.yes{background:#065f46;color:#fff}.no{background:#7f1d1d;color:#fff}.odds button:hover{transform:scale(1.04)}.liquidity{margin-top:12px;font-size:13px;color:#9ca3af}.leaderboard{margin-top:60px;padding:30px;border-radius:20px;background:#0b1220;border:1px solid #1f2937}.leaderboard h2{margin-bottom:15px;color:#f97316;font-weight:600}.leaderboard p{margin-bottom:6px;color:#e5e7eb;font-weight:500}body:before{content:"";position:fixed;top:-200px;left:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(249,115,22,.15),transparent 60%);filter:blur(120px);animation:moveGlow 18s ease-in-out infinite alternate;z-index:-1}body:after{content:"";position:fixed;bottom:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(249,115,22,.08),transparent 60%);filter:blur(150px);animation:moveGlow2 22s ease-in-out infinite alternate;z-index:-1}@keyframes moveGlow{0%{transform:translate(0)}to{transform:translate(200px,150px)}}@keyframes moveGlow2{0%{transform:translate(0)}to{transform:translate(-150px,-120px)}}
