.toast{display:flex;align-items:stretch;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:320px;max-width:480px;opacity:0;transform:translate(100%);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.toast--visible{opacity:1;transform:translate(0)}.toast:before{content:"";width:4px;flex-shrink:0}.toast--success:before{background:#22c55e}.toast--info:before{background:#3b82f6}.toast--warning:before{background:#f97316}.toast--error:before{background:#ef4444}.toast__content{display:flex;align-items:center;gap:12px;padding:16px;flex:1}.toast__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.toast__icon img{width:100%;height:100%;object-fit:contain}.toast__text{flex:1;min-width:0}.toast__title{font-size:14px;font-weight:600;color:#1f2937;line-height:1.4;margin:0}.toast__description{font-size:13px;color:#6b7280;line-height:1.4;margin-top:4px}.toast__close{flex-shrink:0;background:none;border:none;padding:4px;cursor:pointer;color:#9ca3af;transition:color .2s;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px}.toast__close:hover{color:#6b7280;background:#f3f4f6}.toast__close:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (max-width: 640px){.toast{min-width:unset;width:100%}}.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast-container>*{pointer-events:auto}@media (max-width: 640px){.toast-container{top:16px;right:16px;left:16px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-loading,.tca-loading-fallback{display:flex;align-items:center;justify-content:center;min-height:120px;color:#666}
