:root{--tech-purple: rgb(124, 58, 237);--tech-blue: #2196f3;--tech-dark-bg: #0a0e17;--tech-card-bg: rgba(15, 23, 42, .8);--tech-border: rgba(124, 58, 237, .3);--tech-glow: rgba(124, 58, 237, .5);--tech-neon: rgba(33, 150, 243, .8)}.agent-detail-page.svelte-1robtzl{margin:0 auto;max-width:1600px}.back-section.svelte-1robtzl{margin-bottom:2rem}.back-btn.svelte-1robtzl{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid var(--tech-border);color:#fffc;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.4rem;text-decoration:none}.back-btn.svelte-1robtzl:hover{border-color:var(--tech-purple);color:#fff;box-shadow:0 0 15px var(--tech-glow)}.agent-header-section.svelte-1robtzl{display:flex;gap:3rem;margin-bottom:3rem;padding:2rem;border-radius:12px;border:1px solid var(--tech-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.agent-avatar-large.svelte-1robtzl{width:100px;height:100px;overflow:hidden;flex-shrink:0}.agent-avatar-large.svelte-1robtzl img:where(.svelte-1robtzl){width:100%}.agent-info-main.svelte-1robtzl{flex:1;min-width:0}.title-section.svelte-1robtzl{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.agent-title.svelte-1robtzl{font-size:3rem;font-weight:700;color:#fff;margin:0;text-shadow:0 0 20px var(--tech-glow)}.version-badge-large.svelte-1robtzl{background:#7c3aed4d;color:#ffffffe6;border:1px solid var(--tech-border);padding:.5rem 1rem;border-radius:8px;font-size:1.4rem;font-weight:600}.agent-description-full.svelte-1robtzl{font-size:1.6rem;line-height:1.6;color:#fffc;margin-bottom:2rem}.stats-section.svelte-1robtzl{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.stat-item-large.svelte-1robtzl{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;padding:1rem 1.5rem;border-radius:8px;border:1px solid var(--tech-border)}.stat-icon.svelte-1robtzl{font-size:2rem;color:#ffffffe6}.stat-value.svelte-1robtzl{font-size:1.8rem;font-weight:700;color:#fff}.stat-label.svelte-1robtzl{font-size:1.4rem;color:#ffffffb3}.action-section.svelte-1robtzl{margin-top:2rem}.action-btn.svelte-1robtzl{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;border-radius:10px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;color:inherit}.action-btn.primary.svelte-1robtzl{background:linear-gradient(135deg,var(--tech-purple),var(--tech-blue));color:#fff}.action-btn.primary.svelte-1robtzl:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7c3aed66}.action-btn.large.svelte-1robtzl{padding:1.5rem 3rem;font-size:1.8rem}.detail-sections.svelte-1robtzl{display:flex;flex-direction:column;gap:2rem}.detail-section.svelte-1robtzl{border-radius:12px;border:1px solid var(--tech-border);padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-title.svelte-1robtzl{display:flex;align-items:center;gap:1rem;font-size:2.2rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-shadow:0 0 10px var(--tech-glow)}.capabilities-grid.svelte-1robtzl{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.capability-item.svelte-1robtzl{background:#ffffff0d;border:1px solid var(--tech-border);border-radius:8px;padding:1.5rem;transition:all .3s ease}.capability-item.svelte-1robtzl:hover{border-color:var(--tech-purple);box-shadow:0 5px 20px var(--tech-glow)}.capability-name.svelte-1robtzl{font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:.5rem}.capability-desc.svelte-1robtzl{font-size:1.4rem;color:#ffffffb3;line-height:1.4}.configuration-list.svelte-1robtzl{display:flex;flex-direction:column;gap:1rem}.config-item.svelte-1robtzl{display:flex;gap:1rem;padding:1rem;background:#ffffff08;border-radius:6px;border-left:3px solid var(--tech-purple)}.config-key.svelte-1robtzl{font-weight:600;color:var(--tech-purple);min-width:150px}.config-value.svelte-1robtzl{color:#fffc;word-break:break-all}.time-info.svelte-1robtzl{display:flex;flex-direction:column;gap:1rem}.time-item.svelte-1robtzl{display:flex;gap:1rem;align-items:center}.time-label.svelte-1robtzl{font-weight:600;color:var(--tech-blue);min-width:100px}.time-value.svelte-1robtzl{color:#fffc}.loading-section.svelte-1robtzl{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:2rem}.loading-spinner.svelte-1robtzl{width:50px;height:50px;border:4px solid rgba(124,58,237,.3);border-left:4px solid var(--tech-purple);border-radius:50%;animation:svelte-1robtzl-spin 1s linear infinite}.loading-text.svelte-1robtzl{font-size:1.8rem;color:#fffc}@keyframes svelte-1robtzl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.agent-detail-page.svelte-1robtzl{padding:1rem}.agent-header-section.svelte-1robtzl{flex-direction:column;gap:2rem;text-align:center}.agent-avatar-large.svelte-1robtzl{align-self:center}.title-section.svelte-1robtzl{justify-content:center}.agent-title.svelte-1robtzl{font-size:2.4rem}.stats-section.svelte-1robtzl{justify-content:center}.capabilities-grid.svelte-1robtzl{grid-template-columns:1fr}.config-item.svelte-1robtzl{flex-direction:column;gap:.5rem}.config-key.svelte-1robtzl{min-width:auto}.time-item.svelte-1robtzl{flex-direction:column;align-items:flex-start;gap:.5rem}.time-label.svelte-1robtzl{min-width:auto}}
