.app-assistant-attachments{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.app-assistant-attachment{align-items:center;background:var(--p-content-hover-background);border:1px solid var(--p-content-border-color);border-radius:.75rem;color:var(--p-text-color);display:flex;font-size:.8125rem;gap:.5rem;max-width:100%;padding:.375rem .5rem .375rem .625rem}.app-assistant-attachment--failed{border-color:color-mix(in srgb,var(--p-orange-500) 40%,transparent)}.app-assistant-attachment-icon{color:var(--p-red-500,#ef4444)}.app-assistant-attachment-name{color:inherit;max-width:16rem;min-width:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.app-assistant-attachment-name:is(a):hover{text-decoration:underline;text-underline-offset:2px}.app-assistant-attachment-spinner{animation:app-assistant-attachment-spin .8s linear infinite;color:var(--p-text-muted-color)}.app-assistant-attachment-warn{color:var(--p-orange-500)}.app-assistant-attachment-remove,.app-assistant-attachment-retry{align-items:center;background:transparent;border:none;border-radius:999px;color:var(--p-text-muted-color);cursor:pointer;display:flex;flex-shrink:0;height:1.25rem;justify-content:center;width:1.25rem}.app-assistant-attachment-remove:hover,.app-assistant-attachment-retry:hover{background:var(--p-content-border-color);color:var(--p-text-color)}@keyframes app-assistant-attachment-spin{to{transform:rotate(1turn)}}.app-assistant-row--user .app-assistant-attachments{justify-content:flex-end;margin-bottom:.375rem}
