.ui-alert.svelte-e846cx{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:var(--space-3);box-sizing:border-box;border:1px solid var(--alert-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);background:var(--alert-surface);color:var(--alert-text);font-family:var(--font-ui)}.ui-alert[data-tone=neutral].svelte-e846cx{--alert-border: var(--color-border);--alert-surface: var(--color-surface-subtle);--alert-text: var(--color-text-secondary)}.ui-alert[data-tone=info].svelte-e846cx{--alert-border: var(--color-info-border);--alert-surface: var(--color-info-soft);--alert-text: var(--color-info)}.ui-alert[data-tone=success].svelte-e846cx{--alert-border: var(--color-success-border);--alert-surface: var(--color-success-soft);--alert-text: var(--color-success)}.ui-alert[data-tone=warning].svelte-e846cx{--alert-border: var(--color-warning-border);--alert-surface: var(--color-warning-soft);--alert-text: var(--color-warning)}.ui-alert[data-tone=error].svelte-e846cx{--alert-border: var(--color-danger-border);--alert-surface: var(--color-danger-soft);--alert-text: var(--color-danger)}[data-slot=alert-icon].svelte-e846cx{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:var(--radius-full);background:color-mix(in srgb,var(--alert-text) 10%,transparent);color:currentColor}[data-slot=alert-icon].svelte-e846cx svg{width:var(--icon-emphasis);height:var(--icon-emphasis);stroke-width:2}[data-slot=alert-content].svelte-e846cx{min-width:0;max-width:34rem;color:var(--color-text-secondary);font-size:var(--text-body-size);line-height:var(--text-body-line)}[data-slot=alert-title].svelte-e846cx{margin:0;color:var(--alert-text);font-size:var(--text-heading-sm-size);font-weight:600;line-height:var(--text-heading-sm-line)}[data-slot=alert-description].svelte-e846cx{margin:var(--space-0-5) 0 0}[data-slot=alert-actions].svelte-e846cx{display:flex;align-items:center;gap:var(--space-2)}@media(max-width:479px){.ui-alert.svelte-e846cx{grid-template-columns:auto minmax(0,1fr)}[data-slot=alert-actions].svelte-e846cx{grid-column:2;justify-content:flex-start}}
