.toast-provider-module__llbWma__viewport{max-width:min(var(--toast-width), calc(100vw - (var(--toast-offset) * 2)));pointer-events:none;right:max(var(--toast-offset), env(safe-area-inset-right));top:max(var(--toast-offset), env(safe-area-inset-top));width:100%;z-index:var(--toast-layer);gap:10px;display:grid;position:fixed}.toast-provider-module__llbWma__toast{background:color-mix(in srgb, var(--panel) 96%, var(--background));border:1px solid var(--line);border-radius:var(--toast-radius);color:var(--foreground);min-height:var(--toast-min-height);pointer-events:auto;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;padding:13px 12px 13px 14px;animation:.18s ease-out both toast-provider-module__llbWma__toast-enter;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 42px #2b211c2b}.toast-provider-module__llbWma__toast:before{content:"";background:currentColor;width:4px;position:absolute;top:0;bottom:0;left:0}.toast-provider-module__llbWma__icon{background:var(--panel-soft);border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.toast-provider-module__llbWma__copy{align-self:center;gap:3px;min-width:0;display:grid}.toast-provider-module__llbWma__copy strong{color:var(--foreground);font-size:.86rem;font-weight:900;line-height:1.3}.toast-provider-module__llbWma__copy>span{color:var(--muted);overflow-wrap:anywhere;font-size:.76rem;font-weight:700;line-height:1.4}.toast-provider-module__llbWma__action{color:var(--primary-dark);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;justify-self:start;margin-top:1px;padding:10px 6px;font-size:.76rem;font-weight:900;line-height:1.2}.toast-provider-module__llbWma__action:hover{background:var(--brand-soft)}.toast-provider-module__llbWma__close{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-self:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.toast-provider-module__llbWma__close:hover{background:var(--panel-soft);color:var(--foreground)}.toast-provider-module__llbWma__success{color:var(--success)}.toast-provider-module__llbWma__success .toast-provider-module__llbWma__icon{background:var(--success-soft)}.toast-provider-module__llbWma__info{color:var(--info)}.toast-provider-module__llbWma__info .toast-provider-module__llbWma__icon{background:var(--info-soft)}.toast-provider-module__llbWma__warning{color:var(--warning)}.toast-provider-module__llbWma__warning .toast-provider-module__llbWma__icon{background:var(--warning-soft)}.toast-provider-module__llbWma__error{color:var(--danger)}.toast-provider-module__llbWma__error .toast-provider-module__llbWma__icon{background:var(--danger-soft)}@keyframes toast-provider-module__llbWma__toast-enter{0%{opacity:0;transform:translate(18px,-4px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}@media (max-width:700px){.toast-provider-module__llbWma__viewport{left:max(var(--toast-mobile-offset), env(safe-area-inset-left));max-width:none;right:max(var(--toast-mobile-offset), env(safe-area-inset-right));top:max(var(--toast-mobile-offset), env(safe-area-inset-top));width:auto}}@media (prefers-reduced-motion:reduce){.toast-provider-module__llbWma__toast{animation:none}}
