.status-toast{box-sizing:border-box;color:#f8fafc;pointer-events:auto;background:#172033;border:1px solid #2b3953;border-radius:16px;width:100%;min-height:72px;padding:12px 12px 15px;animation:.24s cubic-bezier(.22,1,.36,1) status-toast-enter;position:relative;overflow:hidden;box-shadow:0 18px 42px #0f172a3d}.status-toast-main{grid-template-columns:36px minmax(0,1fr) 28px;align-items:center;gap:11px;display:grid}.status-toast-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.status-toast-content{min-width:0}.status-toast-meta{align-items:center;gap:7px;min-width:0;display:flex}.status-toast-label{color:#aeb9ca;font-size:10px;font-weight:var(--weight-black);letter-spacing:.08em;text-transform:uppercase;line-height:1}.status-toast-count{color:#d7dfeb;min-width:22px;height:18px;font-size:10px;font-weight:var(--weight-black);background:#24314a;border:1px solid #3a4964;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;line-height:1;display:inline-flex}.status-toast p{color:#f8fafc;font-size:13px;font-weight:var(--weight-semibold);white-space:normal;overflow-wrap:anywhere;margin:5px 0 0;line-height:1.35}.status-toast button{color:#8f9db2;cursor:pointer;width:28px;height:28px;transition:background var(--transition-base), border-color var(--transition-base), color var(--transition-base), transform var(--transition-base);background:0 0;border:1px solid #0000;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.status-toast button:hover{color:#fff;background:#24314a;border-color:#44536d;transform:scale(1.04)}.status-toast-progress{background:#26334b;height:3px;position:absolute;bottom:0;left:0;right:0}.status-toast-progress span{transform-origin:0;width:100%;height:100%;animation:status-toast-progress var(--toast-duration) linear forwards;display:block}.status-toast-success .status-toast-icon{color:#d9ffe7;background:#1f9d55}.status-toast-success .status-toast-progress span{background:#43d17b}.status-toast-error .status-toast-icon{color:#ffe1e5;background:#c93b4b}.status-toast-error .status-toast-progress span{background:#ff6676}.status-toast-warning .status-toast-icon{color:#fff0ca;background:#c77b19}.status-toast-warning .status-toast-progress span{background:#f5b843}.status-toast-info .status-toast-icon{color:#e0edff;background:#326dcc}.status-toast-info .status-toast-progress span{background:#6fa1ff}.toast-stack{bottom:calc(env(safe-area-inset-bottom,0px) + 22px);z-index:99999;pointer-events:none;flex-direction:column;gap:10px;width:min(420px,100vw - 32px);display:flex;position:fixed;left:50%;transform:translate(-50%)}.toast-stack .status-toast{pointer-events:auto}@keyframes status-toast-enter{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes status-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=700px){.toast-stack{bottom:calc(env(safe-area-inset-bottom,0px) + 74px);width:min(420px,100vw - 24px)}.status-toast{border-radius:14px;min-height:68px;padding:11px 10px 14px}.status-toast-main{grid-template-columns:34px minmax(0,1fr) 26px;gap:9px}.status-toast-icon{border-radius:11px;width:34px;height:34px}.status-toast p{font-size:12px}.status-toast button{width:26px;height:26px}}@media (prefers-reduced-motion:reduce){.status-toast,.status-toast-progress span{animation:none}}
