.tpanel-toast{position:fixed;z-index:30000;top:50%;left:50%;display:flex;min-width:min(340px,calc(100vw - 32px));max-width:min(520px,calc(100vw - 32px));align-items:center;gap:12px;padding:15px 18px;border:1px solid #dce5f1;border-radius:15px;background:#fff;color:#1a2940;box-shadow:0 22px 65px rgba(4,20,48,.28);opacity:0;transform:translate(-50%,-42%) scale(.96);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.tpanel-toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.tpanel-toast-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:50%;background:#e8f2ff;color:#075bd0;font-size:1.1rem}.tpanel-toast-message{font-size:.9rem;font-weight:700;line-height:1.35}.tpanel-toast.success .tpanel-toast-icon{background:#e5f8ec;color:#078441}.tpanel-toast.error .tpanel-toast-icon{background:#ffeaed;color:#ca2638}.tpanel-toast.warning .tpanel-toast-icon{background:#fff3dc;color:#c87600}@media(max-width:520px){.tpanel-toast{min-width:calc(100vw - 28px);padding:14px 16px}}@media(prefers-reduced-motion:reduce){.tpanel-toast{transition:none}}
.tpanel-toast{overflow:hidden}.tpanel-toast::after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:currentColor;opacity:.42;transform-origin:left center}.tpanel-toast.show::after{animation:tpanel-toast-progress 2.5s linear forwards}@keyframes tpanel-toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}
.tpanel-toast-icon i{font-family:Arial,sans-serif;font-size:0;font-weight:900;line-height:1}.tpanel-toast-icon i::before{font-size:1.2rem}.tpanel-toast.success .tpanel-toast-icon i::before{content:"✓"}.tpanel-toast.error .tpanel-toast-icon i::before{content:"×"}.tpanel-toast.warning .tpanel-toast-icon i::before{content:"!"}.tpanel-toast.info .tpanel-toast-icon i::before{content:"i"}
