.avatar-wrap.svelte-102ezoc{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-wrap.sm.svelte-102ezoc{width:40px;height:40px}.avatar-wrap.md.svelte-102ezoc{width:64px;height:64px}.avatar-wrap.lg.svelte-102ezoc{width:80px;height:80px}.avatar-wrap.xl.svelte-102ezoc{width:96px;height:96px}.avatar.svelte-102ezoc{display:block;overflow:visible}.base-fill.svelte-102ezoc{fill:var(--avatar-color);opacity:.1}.base-stroke.svelte-102ezoc{stroke:var(--avatar-color);opacity:.6}.ring.svelte-102ezoc{stroke:var(--avatar-color);opacity:.3;stroke-dasharray:6 4}.state-working.svelte-102ezoc .ring:where(.svelte-102ezoc){stroke:#047857;opacity:.8;stroke-dasharray:none;animation:svelte-102ezoc-ring-spin 3s linear infinite}.state-thinking.svelte-102ezoc .ring:where(.svelte-102ezoc){stroke:#8b6fe8;opacity:.7;stroke-dasharray:none;animation:svelte-102ezoc-ring-spin 5s ease-in-out infinite}.state-talking.svelte-102ezoc .ring:where(.svelte-102ezoc){stroke:#5b8def;opacity:.7;stroke-dasharray:none;animation:svelte-102ezoc-ring-pulse 1.5s ease-in-out infinite}.state-tooling.svelte-102ezoc .ring:where(.svelte-102ezoc){stroke:#b45309;opacity:.7;stroke-dasharray:none;animation:svelte-102ezoc-ring-spin 2s linear infinite}.state-learning.svelte-102ezoc .ring:where(.svelte-102ezoc){stroke:#5b8def;opacity:.6;stroke-dasharray:8 4;animation:svelte-102ezoc-ring-blink 2s ease-in-out infinite}.state-idle.svelte-102ezoc .ring:where(.svelte-102ezoc){stroke:var(--gray-light, #d7ded9);opacity:.3;stroke-dasharray:none;animation:none}.eye.svelte-102ezoc,.eye-inner.svelte-102ezoc{transition:transform .3s ease}.pupil.svelte-102ezoc{transform:translate(calc(var(--mx, 0) * 2px),calc(var(--my, 0) * 2px));transition:transform .15s ease-out}.sentinel-pupil.svelte-102ezoc{transform:translate(calc(var(--mx, 0) * 1.5px),calc(var(--my, 0) * 1.5px));transition:transform .15s ease-out}.eyes.svelte-102ezoc .eye-inner.left:where(.svelte-102ezoc),.eyes.svelte-102ezoc .eye-inner.right:where(.svelte-102ezoc){animation:svelte-102ezoc-blink 4s ease-in-out infinite;transform-origin:center}.eyes.svelte-102ezoc .eye-inner.right:where(.svelte-102ezoc){animation-delay:.1s}.state-thinking.svelte-102ezoc .pupil:where(.svelte-102ezoc){transform:translateY(-2px)}.state-idle.svelte-102ezoc .eye-inner:where(.svelte-102ezoc){animation-duration:6s}.state-working.svelte-102ezoc .eye-inner:where(.svelte-102ezoc){animation:none}.sentinel.svelte-102ezoc .eye:where(.svelte-102ezoc){animation:none!important}.avatar.svelte-102ezoc{animation:svelte-102ezoc-breathe 4s ease-in-out infinite}.state-idle.avatar.svelte-102ezoc{animation:svelte-102ezoc-breathe 6s ease-in-out infinite}@keyframes svelte-102ezoc-ring-spin{to{transform:rotate(360deg);transform-origin:50px 50px}}@keyframes svelte-102ezoc-ring-pulse{0%,to{opacity:.4;stroke-width:2.5}50%{opacity:.9;stroke-width:3.5}}@keyframes svelte-102ezoc-ring-blink{0%,to{opacity:.3}50%{opacity:.8}}@keyframes svelte-102ezoc-blink{0%,94%,to{transform:scaleY(1)}96%{transform:scaleY(.05)}98%{transform:scaleY(.05)}}@keyframes svelte-102ezoc-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}@media(prefers-reduced-motion:reduce){.avatar.svelte-102ezoc,.ring.svelte-102ezoc,.eye-inner.svelte-102ezoc,.pupil.svelte-102ezoc{animation:none!important;transition:none!important}}.agent-card.svelte-r1zw83{background:var(--bg-card);border:1px solid var(--gray-light);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .25s,box-shadow .25s}.agent-card.svelte-r1zw83:hover{border-color:var(--green);box-shadow:0 8px 30px #04785714}.agent-card.featured.svelte-r1zw83{border-color:var(--av-gold, #C8923A);border-width:2px;padding:2rem}.agent-card.sentinel.svelte-r1zw83{border-left:3px solid var(--av-blue)}.card-top.svelte-r1zw83{display:flex;gap:1rem;align-items:flex-start}.avatar-col.svelte-r1zw83{flex-shrink:0}.identity.svelte-r1zw83{flex:1;min-width:0}.name-row.svelte-r1zw83{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.agent-name.svelte-r1zw83{margin:0;font-size:1.1rem;font-family:var(--font-mono)}.agent-name.svelte-r1zw83 a:where(.svelte-r1zw83){color:var(--ghost);text-decoration:none;transition:color .2s}.agent-name.svelte-r1zw83 a:where(.svelte-r1zw83):hover{color:var(--green)}.tier-badge.svelte-r1zw83{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;padding:.15rem .5rem;border-radius:3px;background:var(--gray);color:var(--text-dim)}.featured.svelte-r1zw83 .tier-badge:where(.svelte-r1zw83){background:var(--av-gold);color:#fff}.agent-role.svelte-r1zw83{display:block;font-size:.82rem;color:var(--text-dim);margin-top:.15rem}.creator.svelte-r1zw83{display:block;font-size:.72rem;color:var(--text-dim);font-family:var(--font-mono);margin-top:.1rem}.status-row.svelte-r1zw83{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.78rem}.dot.svelte-r1zw83{width:8px;height:8px;border-radius:50%;background:var(--st-idle);flex-shrink:0}.dot.online.svelte-r1zw83{background:var(--st-working);box-shadow:0 0 6px var(--st-working);animation:svelte-r1zw83-dot-pulse 2s ease-in-out infinite}.status-label.svelte-r1zw83{font-family:var(--font-mono);font-size:.72rem}.st-working.svelte-r1zw83{color:var(--st-working)}.st-thinking.svelte-r1zw83{color:var(--st-thinking)}.st-idle.svelte-r1zw83{color:var(--text-dim)}.st-talking.svelte-r1zw83{color:var(--st-talking)}.st-tooling.svelte-r1zw83{color:var(--st-tooling)}.st-learning.svelte-r1zw83{color:var(--st-learning)}.last-activity.svelte-r1zw83{font-size:.68rem;color:var(--text-dim)}.lead.svelte-r1zw83{font-size:.9rem;color:var(--text);line-height:1.7}.only-line.svelte-r1zw83{font-size:.82rem;color:var(--text-dim);line-height:1.6;border-left:2px solid var(--green);padding-left:.8rem}.stats-row.svelte-r1zw83{display:flex;gap:1.2rem;flex-wrap:wrap;padding-top:.8rem;border-top:1px solid var(--gray)}.stat.svelte-r1zw83{display:flex;flex-direction:column;gap:.15rem}.stat-val.svelte-r1zw83{font-family:var(--font-mono);font-size:.85rem;color:var(--ghost);font-weight:600}.stat-label.svelte-r1zw83{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}.card-foot.svelte-r1zw83{display:flex;justify-content:space-between;align-items:center;padding-top:.8rem;border-top:1px dashed var(--gray-light)}.cobranca.svelte-r1zw83{font-family:var(--font-mono);font-size:.64rem;text-transform:uppercase;letter-spacing:.06em}.cobranca.inc.svelte-r1zw83{color:var(--green)}.cobranca.tok.svelte-r1zw83{color:var(--amber)}.cobranca.ded.svelte-r1zw83{color:var(--text-dim)}.act-link.svelte-r1zw83{font-family:var(--font-mono);font-size:.76rem;color:var(--green-dim);transition:opacity .2s}.act-link.svelte-r1zw83:hover{opacity:.7}.no-contact.svelte-r1zw83{font-family:var(--font-mono);font-size:.64rem;color:var(--text-dim);opacity:.5}@keyframes svelte-r1zw83-dot-pulse{0%,to{box-shadow:0 0 4px var(--st-working)}50%{box-shadow:0 0 10px var(--st-working)}}@media(max-width:620px){.agent-card.svelte-r1zw83{padding:1.1rem}.stats-row.svelte-r1zw83{gap:.8rem}}
