.toast-area{position:fixed;z-index:2147483000;display:flex;flex-direction:column;gap:12px;padding:12px;pointer-events:none}.toast-area.leftBottom{left:12px;bottom:12px;align-items:flex-start}.toast-area.rightBottom{right:12px;bottom:12px;align-items:flex-end}.toast-area.leftTop{left:12px;top:12px;align-items:flex-start}.toast-area.rightTop{right:12px;top:12px;align-items:flex-end}.toast{pointer-events:auto;min-width:240px;max-width:380px;border-radius:14px;overflow:hidden;background:rgba(15,23,42,.94);color:#f2f6f8;box-shadow:0 12px 30px rgba(0,0,0,.35);opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.toast.is-leaving{opacity:0;transform:translateY(8px)}.toast__row{display:flex;gap:12px;padding:12px 12px 10px;align-items:flex-start}.toast__icon{width:26px;height:26px;border-radius:10px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:1px}.toast__body{flex:1 1 auto;min-width:0}.toast__subject{font-family:system-ui,-apple-system,"Inter","Noto Sans",sans-serif;font-weight:700;font-size:14px;line-height:1.35;margin:0 0 4px}.toast__content{font-family:system-ui,-apple-system,"Inter","Noto Sans",sans-serif;font-weight:400;font-size:13px;line-height:1.45;margin:0;opacity:.92;word-break:break-word}.toast__close{width:30px;height:30px;border-radius:12px;border:0;background:transparent;color:inherit;opacity:.65;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.toast__close:hover{opacity:1;background:rgba(255,255,255,.08)}.toast__progress{height:2px;background:rgba(255,255,255,.12)}.toast__progress::before{content:"";display:block;height:100%;width:100%;transform-origin:left;transform:scaleX(0);background:rgba(255,255,255,.55)}.toast--progress.is-visible .toast__progress::before{animation-name:toast-progress;animation-timing-function:linear;animation-fill-mode:forwards}.toast--d2000.is-visible .toast__progress::before{animation-duration:2s}.toast--d3000.is-visible .toast__progress::before{animation-duration:3s}.toast--d4000.is-visible .toast__progress::before{animation-duration:4s}.toast--d5000.is-visible .toast__progress::before{animation-duration:5s}.toast--d8000.is-visible .toast__progress::before{animation-duration:8s}@keyframes toast-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
