:root{--bg-dark: #0F172A;--bg-card: #1E293B;--accent: #3B82F6;--accent-glow: rgba(59, 130, 246, .5);--accent2: #0EA5E9;--accent3: #10B981;--surface2: #1E293B;--surface3: #263348;--glass: rgba(30, 41, 59, .7)}.progressive-indexing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.indexing-card{background:var(--glass);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px;width:100%;max-width:480px;box-shadow:0 25px 50px -12px #00000080;text-align:center}.indexing-header h3{font-size:1.5rem;font-weight:800;background:linear-gradient(to right,#60a5fa,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.indexing-header p{color:#94a3b8;font-size:.875rem;margin-bottom:32px}.indexing-bar-container{width:100%;height:12px;background:#ffffff0d;border-radius:100px;overflow:hidden;margin-bottom:16px;position:relative}.indexing-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);box-shadow:0 0 20px var(--accent-glow);border-radius:100px;transition:width .4s cubic-bezier(.4,0,.2,1)}.indexing-footer{display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes evidenceCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
