.pred-page{--accent:#d4af37;--accent2:#e5c04a;--green:#5cb85c;--muted:#888;--sub:#b0b0b0;--card:#2a2a2a;--card-border:#3a3a3a;--border:#333;--polymarket:#5865f2;--mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;padding-bottom:60px}.pred-page a{color:inherit;text-decoration:none}.pred-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;flex-wrap:wrap}.pred-header h1{font-size:32px;font-weight:700;letter-spacing:-.02em;color:#fff;margin:0}.pred-header h1 b{color:var(--accent)}.pred-header-sub{font-size:14px;color:var(--sub);margin-top:6px;line-height:1.7}.pred-header-sub a{color:var(--polymarket);font-weight:600;transition:.2s}.pred-header-sub a:hover{color:#7c85f5}.pred-live-badge{display:inline-flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:8px 16px;font-size:12px;color:var(--muted);font-weight:600;white-space:nowrap}.pred-live-dot{width:7px;height:7px;background:var(--green);border-radius:50%;animation:pred-pulse 2s infinite;box-shadow:0 0 8px rgba(92,184,92,.5)}@keyframes pred-pulse{0%,to{opacity:1}50%{opacity:.25}}.pred-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;margin-bottom:2rem}.pred-sort-bar{display:flex;gap:8px;margin-bottom:16px}.pred-sort-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-size:12px;font-weight:600;color:var(--sub);background:var(--card);border:1px solid var(--card-border);border-radius:8px;cursor:pointer;transition:all .2s}.pred-sort-btn:hover{color:#fff;border-color:var(--accent);background:#333}.pred-sort-btn.active{color:var(--accent);background:rgba(212,175,55,.1);border-color:var(--accent)}.pred-sort-btn .fa{font-size:11px}.pred-card{background:var(--card);border:1px solid var(--card-border);border-radius:10px;padding:1.2rem;transition:border-color .2s,transform .2s;animation:pred-fadeIn .4s ease both}.pred-card:hover{border-color:var(--polymarket);transform:translateY(-2px)}@keyframes pred-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pred-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.pred-card-img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#1a1a1a}.pred-card-title{font-size:.95rem;font-weight:600;color:#fff;line-height:1.3}.pred-card-date{font-size:.75rem;color:#777;margin-top:.2rem}.pred-market{margin-bottom:.75rem}.pred-market:last-child{margin-bottom:0}.pred-market-q{font-size:.75rem;color:#888;margin-bottom:.4rem}.pred-odds-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.pred-odds-name{font-size:.85rem;color:#ddd;min-width:100px;flex-shrink:0}.pred-odds-bar-track{flex:1;height:22px;background:#1a1a1a;border-radius:4px;overflow:hidden;position:relative}.pred-odds-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.pred-odds-bar-fill.team-a{background:linear-gradient(90deg,#5865f2,#7c85f5)}.pred-odds-bar-fill.team-b{background:linear-gradient(90deg,#eb4b4b,#f07070)}.pred-odds-pct{font-size:.8rem;font-weight:600;color:#fff;min-width:42px;text-align:right}.pred-card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--card-border)}.pred-volume{font-size:.75rem;color:#888}.pred-volume b{color:#aaa}.pred-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--polymarket);background:rgba(88,101,242,.1);border:1px solid rgba(88,101,242,.3);border-radius:6px;padding:.35rem .7rem;text-decoration:none;transition:background .2s,border-color .2s}.pred-cta:hover{background:rgba(88,101,242,.2);border-color:var(--polymarket);color:#fff}.pred-empty{text-align:center;padding:60px 20px;background:var(--card);border:1px solid var(--card-border);border-radius:12px}.pred-empty-icon{font-size:36px;margin-bottom:16px;color:var(--muted);opacity:.5}.pred-empty h3{color:#ccc;font-size:16px;font-weight:600;margin-bottom:8px}.pred-empty p{font-size:13px;color:var(--muted);max-width:360px;margin:0 auto;line-height:1.6}.pred-widget{margin-top:1.5rem}.pred-widget-title{font-size:.9rem;font-weight:600;color:var(--accent);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.pred-widget .pred-card{padding:.9rem}.pred-widget .pred-card-header{margin-bottom:.7rem}.pred-widget .pred-card-img{width:36px;height:36px}.pred-widget .pred-card-title{font-size:.85rem}@media (max-width:768px){.pred-grid{grid-template-columns:1fr}.pred-header{flex-direction:column;align-items:flex-start}.pred-header h1{font-size:24px}.pred-header-sub br{display:none}.pred-odds-name{min-width:70px;font-size:.78rem}}