.toast-region{right:calc(var(--safe-right) + var(--space-4));bottom:calc(var(--fixed-floor) + var(--safe-bottom) + 28px);left:calc(var(--safe-left) + var(--space-4));z-index:70;pointer-events:none;justify-content:center;display:flex;position:fixed}:root[data-shell=tabs] .toast-region{bottom:calc(var(--fixed-floor) + var(--tabbar-bottom) + var(--tabbar-height) + var(--space-5))}.toast{border:1px solid var(--line);border-radius:var(--radius-button);background:var(--s3);width:100%;max-width:440px;min-height:48px;box-shadow:var(--shadow-toast);color:var(--t1);font-size:var(--fs-label);text-wrap:pretty;pointer-events:auto;animation:dv-toast var(--dur-toast) var(--ease-toast) both;align-items:center;padding:12px 18px;line-height:1.4;display:flex}.toast--action{gap:12px;padding-right:12px}.toast-message{flex:1;min-width:0}.toast-action{min-height:var(--size-tap);color:var(--gold-on-soft);font:inherit;font-weight:var(--fw-semibold);cursor:pointer;background:0 0;border:0;border-radius:12px;flex:none;margin:-10px 0;padding:6px 8px}.toast-action:active{opacity:.7}.toast-action:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.toast--leaving{animation:dv-toast-out var(--dur-quick) var(--ease-exit) both}@media (width>=900px){:root[data-shell] .toast-region{bottom:28px;left:248px;right:0}}
