.NowleAlertProvider_backdrop__A10x4{position:fixed;inset:0;z-index:var(--nowle-z-alert-overlay);display:grid;place-items:center;padding:var(--space-4);background:color-mix(in srgb,#212020,transparent 44%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity var(--motion-smooth-duration) var(--motion-smooth-easing)}.NowleAlertProvider_backdropVisible__0PXr_{opacity:1}.NowleAlertProvider_modal__Qvm3q{width:var(--nowle-modal-width);border-top-width:1px;border-radius:var(--radius);background:var(--md-surface-container);box-shadow:var(--md-elevation-3);padding:var(--space-5);display:grid;grid-gap:var(--space-3);gap:var(--space-3);border:1px solid var(--md-outline);border-top:5px solid var(--md-outline);opacity:0;transform:translateY(8px) scale(.985);transition:opacity var(--motion-smooth-duration) var(--motion-smooth-easing),transform var(--motion-smooth-duration) var(--motion-smooth-easing)}.NowleAlertProvider_backdropVisible__0PXr_ .NowleAlertProvider_modal__Qvm3q{opacity:1;transform:translateY(0) scale(1)}.NowleAlertProvider_modalInfo__w1oqp{border-top-color:var(--md-primary)}.NowleAlertProvider_modalSuccess__3ubs8{border-top-color:var(--md-success)}.NowleAlertProvider_modalWarning__Iq06s{border-top-color:var(--md-secondary)}.NowleAlertProvider_modalError__VAzxP{border-top-color:var(--md-error)}.NowleAlertProvider_title__5H9TQ{margin:0;font-size:clamp(1.1rem,2.6vw,1.3rem);line-height:1.2}.NowleAlertProvider_message__oLQ_z{margin:0;color:var(--md-on-surface-variant);font-size:var(--type-body-md);line-height:1.5;white-space:pre-wrap}.NowleAlertProvider_actions__UrOz8{display:flex;justify-content:flex-end;gap:var(--space-2)}@media (prefers-reduced-motion:reduce){.NowleAlertProvider_backdrop__A10x4,.NowleAlertProvider_modal__Qvm3q{transition:none}}