.titchy.toast.info{--toast-accent-color: var(--titchy-color-info)}.titchy.toast.success{--toast-accent-color: var(--titchy-color-success)}.titchy.toast.warn{--toast-accent-color: var(--titchy-color-warn)}.titchy.toast.error{--toast-accent-color: var(--titchy-color-danger)}.titchy.toast.urgent{--toast-accent-color: var(--titchy-color-notice)}.titchy.toast{pointer-events:all;min-width:var(--toast-min-width, min(350px, 80dvw));overflow:hidden;flex-direction:row;align-items:center;gap:var(--titchy-value-spacing-4);background:color-mix(in oklab,var(--toast-accent-color, var(--titchy-color-accent)) 25%,transparent);padding:var(--titchy-value-spacing-3);border:1px solid var(--toast-accent-color, var(--titchy-color-accent));border-radius:var(--titchy-value-radius-1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 5px color-mix(in oklab,var(--toast-shadow-color, var(--titchy-color-primary)) 50%,transparent)}.titchy.toast.entering,.titchy.toast.exiting{height:0;min-height:0;max-height:0;padding:0;opacity:0;border:none;filter:blur(25px);margin-block-end:calc(-1 * var(--toaster-gap, var(--titchy-value-spacing-4)))}.titchy.toast.entering{position:absolute}.titchy.toast .icon{color:var(--toast-accent-color, var(--titchy-color-accent))}.titchy.toast .icon>svg{stroke-width:var(--titchy-value-spacing-1)}.titchy.toast .body{justify-content:center;word-break:break-word}.titchy.toast .body .title{color:var(--toast-accent-color, var(--titchy-color-accent))}.titchy.toast .body .content{font-size:var(--titchy-value-text-s)}.titchy.toast .sep{flex:1}.titchy.toast .actions{flex-direction:row;flex-wrap:wrap;justify-content:end;gap:var(--titchy-value-spacing-2)}.titchy.toast .actions .action{--button-accent-color: var(--toast-highlight-color, var(--titchy-color-secondary));width:unset;min-width:unset;max-width:unset;height:unset;min-height:unset;max-height:unset;box-shadow:none;padding:var(--titchy-value-spacing-1)}.titchy.toast .actions .action.labeled{padding:var(--titchy-value-spacing-1) var(--titchy-value-spacing-2)}.titchy.toast .actions .action>svg{width:17.5px;min-width:17.5px;max-width:17.5px;height:17.5px;min-height:17.5px;max-height:17.5px;opacity:.75}
