@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,hsla(0,0%,100%,0),rgba(6,182,212,.08) 50%,hsla(0,0%,100%,0));background-size:200% 100%;animation:shimmer 2.5s linear infinite}.glass-card{border-width:1px;border-color:hsla(0,0%,100%,.05);background-color:hsla(0,0%,100%,.05);--tw-backdrop-blur:blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(500%)}}.animate-scan{animation:scan 3s linear infinite}@keyframes ecosystem-activity-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.animate-ecosystem-scroll{animation:ecosystem-activity-scroll 35s linear infinite}@keyframes scan-line{0%{top:0;opacity:.4}50%{opacity:.8}to{top:100%;opacity:.4}}.animate-scan-line{animation:scan-line 3s linear infinite}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#05070b}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3b82f6}