.test-banner{display:flex;align-items:center;justify-content:center;gap:6px;padding:5px 0;border-bottom:1px solid var(--gv-border);opacity:.5}.test-banner-dot{width:6px;height:6px;border-radius:50%;background-color:#4ade80;animation:pulse 2s ease-in-out infinite}.test-banner-text{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--gv-text-muted)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}