.tv-toast-container{position:fixed;top:60px;right:64px;z-index:var(--tv-z-toast, 1600);display:flex;flex-direction:column;gap:8px;pointer-events:none;max-width:420px;width:100%}.tv-toast__stack-count{text-align:center;font-size:11.5px;color:var(--tv-color-text-tertiary);padding:2px 0;pointer-events:none}.tv-toast{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--tv-panel-bg, var(--tv-color-surface));border:1px solid var(--tv-color-overlay-muted);border-radius:6px;box-shadow:var(--tv-shadow-sm, 0 4px 12px rgba(0, 0, 0, .15));pointer-events:auto;position:relative;overflow:hidden;touch-action:pan-x;cursor:grab;animation:tv-toast-enter .15s ease-out;transition:transform .15s ease,opacity .15s ease}.tv-toast--exit{animation:tv-toast-exit .2s ease-in forwards}@keyframes tv-toast-enter{0%{opacity:0;transform:translate(100%) scale(.95)}50%{opacity:1}to{transform:translate(0) scale(1)}}@keyframes tv-toast-exit{to{opacity:0;transform:translate(100%) scale(.95)}}.tv-toast__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.tv-toast--success .tv-toast__icon{color:var(--tv-color-success)}.tv-toast--error .tv-toast__icon{color:var(--tv-color-danger)}.tv-toast--warning .tv-toast__icon{color:var(--tv-color-warning)}.tv-toast--info .tv-toast__icon{color:var(--tv-color-highlight)}.tv-toast--loading .tv-toast__icon{color:var(--tv-color-text-tertiary)}.tv-toast__spinner{animation:tv-toast-spin .8s linear infinite}@keyframes tv-toast-spin{to{transform:rotate(360deg)}}.tv-toast__content{flex:1;min-width:0}.tv-toast__title{font-size:13px;font-weight:500;color:var(--tv-color-text);line-height:1.4}.tv-toast__desc{font-size:13px;color:var(--tv-color-text-secondary);line-height:1.4;margin-top:2px}.tv-toast__action{flex-shrink:0;padding:4px 10px;font-size:13px;font-weight:500;color:var(--tv-color-highlight);background:var(--tv-color-highlight-8);border:1px solid var(--tv-color-highlight-20);border-radius:var(--tv-radius-sm);cursor:pointer;transition:all .15s;white-space:nowrap;align-self:center}.tv-toast__action:hover{background:var(--tv-color-highlight-12)}.tv-toast__close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border:none;background:transparent;color:var(--tv-color-text-tertiary);border-radius:4px;cursor:pointer;transition:all .12s;opacity:0}.tv-toast:hover .tv-toast__close{opacity:1}.tv-toast__close:hover{background:var(--tv-hover-alpha);color:var(--tv-color-text)}.tv-toast__progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--tv-color-overlay-muted)}.tv-toast__progress-bar{height:100%;transform-origin:left;transition:none;border-radius:0 1px 1px 0}.tv-toast--success .tv-toast__progress-bar{background:var(--tv-color-success)}.tv-toast--error .tv-toast__progress-bar{background:var(--tv-color-danger)}.tv-toast--warning .tv-toast__progress-bar{background:var(--tv-color-warning)}.tv-toast--info .tv-toast__progress-bar{background:var(--tv-color-highlight)}@media(max-width:480px){.tv-toast-container{right:8px;left:8px;max-width:none;width:auto}}
