.disabled-account{background-color:#ff000014;color:#b71c1c}.toast-container{position:fixed;top:24px;right:24px;z-index:1000;pointer-events:none;display:flex;flex-direction:column;gap:8px}.toast-item{pointer-events:auto;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px;min-width:320px;max-width:400px;border-left:4px solid}.toast-success{border-left-color:#10b981;box-shadow:0 4px 12px #10b98133}.toast-error{border-left-color:#ef4444;box-shadow:0 4px 12px #ef444433}.toast-info{border-left-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon-wrapper{flex-shrink:0}.toast-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.toast-icon-success{background:linear-gradient(135deg,#10b981,#059669)}.toast-icon-error{background:linear-gradient(135deg,#ef4444,#dc2626)}.toast-icon-info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toast-message{flex:1}.toast-message p{margin:0;color:#374151;font-size:14px;font-weight:500;line-height:1.4}.toast-close-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.toast-close-btn:hover{color:#6b7280;background-color:#f3f4f6}.toast-progress{margin-top:12px;height:4px;border-radius:2px;overflow:hidden}.toast-progress-success{background-color:#d1fae5}.toast-progress-error{background-color:#fee2e2}.toast-progress-info{background-color:#dbeafe}.toast-progress-bar{height:100%;border-radius:2px;width:100%}.toast-progress-bar-success{background:linear-gradient(90deg,#10b981,#059669)}.toast-progress-bar-error{background:linear-gradient(90deg,#ef4444,#dc2626)}.toast-progress-bar-info{background:linear-gradient(90deg,#3b82f6,#2563eb)}.toast-slide-in{animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes shrink{0%{width:100%}to{width:0%}}@media (max-width: 480px){.toast-container{top:16px;right:16px;left:16px}.toast-item{min-width:auto;max-width:none}}
