.notif-stack{z-index:9999;pointer-events:none;flex-direction:column;gap:.625rem;display:flex;position:fixed}.notif-stack>*{pointer-events:auto}.notif-stack--top-left{top:1rem;left:1rem}.notif-stack--top-right{top:1rem;right:1rem}.notif-stack--bottom-left{bottom:1rem;left:1rem}.notif-stack--bottom-right{bottom:1rem;right:1rem}.notif-stack--top-center{top:1rem;left:50%;transform:translate(-50%)}.notif-stack--bottom-center{bottom:1rem;left:50%;transform:translate(-50%)}.notif-card{--notif-accent:#be185d;--notif-icon-bg:#be185d17;border:1px solid #ede4eb;border-left:3px solid var(--notif-accent);cursor:grab;-webkit-user-select:none;user-select:none;background:#fff;border-radius:12px;flex-direction:column;width:340px;max-width:calc(100vw - 2rem);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000017,0 1px 4px #0000000d}.notif-card:active{cursor:grabbing}.notif-card--info{--notif-accent:#be185d;--notif-icon-bg:#be185d17}.notif-card--success{--notif-accent:#16a34a;--notif-icon-bg:#16a34a17}.notif-card--error{--notif-accent:#dc2626;--notif-icon-bg:#dc262617}.notif-card--warning{--notif-accent:#d97706;--notif-icon-bg:#d9770617}.notif-card__body{align-items:flex-start;gap:.75rem;padding:.875rem .75rem .875rem .875rem;display:flex}.notif-card__type-icon{background:var(--notif-icon-bg);width:32px;height:32px;color:var(--notif-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}.notif-card__message{color:#1a1018;flex:1;min-width:0;padding-top:.3125rem;font-size:.8375rem;font-weight:600;line-height:1.45}.notif-card__controls{flex-shrink:0;align-items:center;gap:.25rem;padding-top:.125rem;display:flex}.notif-card__chevron{color:#9b7090;cursor:pointer;background:0 0;border:1px solid #ede4eb;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.62rem;transition:background .15s,color .15s,border-color .15s;display:flex}.notif-card__chevron:hover{background:var(--notif-icon-bg);color:var(--notif-accent);border-color:#0000}.notif-card__chevron i{transition:transform .2s;display:block}.notif-card__chevron--open i{transform:rotate(180deg)}.notif-card__close{color:#c4aab8;cursor:pointer;background:0 0;border:1px solid #ede4eb;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;transition:background .15s,color .15s,border-color .15s;display:flex}.notif-card__close:hover{color:#dc2626;background:#dc26260f;border-color:#fca5a5}.notif-card__details{color:#6b5060;padding:0 .875rem .75rem 3.5rem;font-size:.775rem;line-height:1.55;overflow:hidden}.notif-card__progress{background:var(--notif-accent);opacity:.35;transform-origin:0;height:3px;position:absolute;bottom:0;left:0;right:0}
