@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#08080f;color:#e8e8e8}a{color:inherit;text-decoration:none}@keyframes orb-drift-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-30px) scale(1.08)}66%{transform:translate(-20px,20px) scale(.95)}}@keyframes orb-drift-2{0%,to{transform:translate(0) scale(1)}40%{transform:translate(-35px,25px) scale(1.06)}70%{transform:translate(25px,-15px) scale(.97)}}.bg-orb-1{top:-20vh;left:-10vw;width:clamp(400px,60vw,900px);height:clamp(400px,60vw,900px);background:radial-gradient(circle,rgba(124,58,237,.18) 0,transparent 70%);animation:orb-drift-1 18s ease-in-out infinite}.bg-orb-1,.bg-orb-2{position:fixed;border-radius:50%;pointer-events:none;z-index:0}.bg-orb-2{bottom:-15vh;right:-10vw;width:clamp(350px,55vw,800px);height:clamp(350px,55vw,800px);background:radial-gradient(circle,rgba(0,212,255,.12) 0,transparent 70%);animation:orb-drift-2 22s ease-in-out infinite}@keyframes reel-shimmer-move{0%{transform:translateX(-120%)}to{transform:translateX(320%)}}@keyframes reel-funny-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.reel-loading-panel{margin-top:1.5rem;width:100%;max-width:22rem;display:flex;flex-direction:column;align-items:center}.reel-shimmer-track{width:100%;height:6px;border-radius:999px;background:hsla(0,0%,100%,.07);overflow:hidden;margin-bottom:.75rem}.reel-shimmer-fill{height:100%;width:45%;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.35),#00d4ff,#7c3aed,rgba(124,58,237,.35),transparent);animation:reel-shimmer-move 1.8s ease-in-out infinite}.reel-loading-sub{font-size:.85rem;color:#9ca3af;margin-bottom:.65rem}.reel-funny-line{font-size:.95rem;color:#d1d5db;line-height:1.45;min-height:2.9rem;display:flex;align-items:center;justify-content:center;text-align:center;animation:reel-funny-fade .45s ease-out}.rate-limit-row{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.rate-limit-label{font-size:.75rem;color:#9ca3af;white-space:nowrap}.rate-limit-dot-track{display:flex;align-items:center;gap:.35rem}.rate-limit-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.nav-link-hover{transition:color .2s}.nav-link-hover:hover{color:#fff!important}.card-hover{transition:transform .25s ease,box-shadow .25s ease}.card-hover:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(124,58,237,.2)!important}@keyframes badge-pulse{0%,to{box-shadow:0 0 0 0 rgba(124,58,237,.4)}50%{box-shadow:0 0 0 6px rgba(124,58,237,0)}}.ai-badge{animation:badge-pulse 2.5s ease-in-out infinite}@keyframes scroll-x{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.niche-ticker{animation:scroll-x 20s linear infinite}@media (max-width:640px){.rate-limit-row{gap:.3rem}.rate-limit-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.rate-limit-dot-track{gap:.18rem}.rate-limit-dot{width:8px;height:8px}}