.tccc-v3 .toast-vp{z-index:1000;pointer-events:none;flex-direction:column;gap:10px;width:min(360px,100vw - 24px);display:flex;position:fixed;bottom:clamp(12px,2vw,24px);right:clamp(12px,2vw,24px)}.tccc-v3 .toast{pointer-events:auto;background:var(--raised);border:1px solid var(--line-strong);border-radius:var(--r-module,13px);box-shadow:var(--lift-lg);color:var(--ink);grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:13px 14px;animation:.42s cubic-bezier(.22,1,.36,1) both toast-in;display:grid}.tccc-v3 .toast-leaving{animation:.22s cubic-bezier(.4,0,1,1) both toast-out}.tccc-v3 .toast-ic{margin-top:1px;display:inline-flex}.tccc-v3 .toast-ic svg{width:22px;height:22px;display:block}.tccc-v3 .toast-success .toast-ic{color:var(--green)}.tccc-v3 .toast-error .toast-ic{color:var(--red)}.tccc-v3 .toast-info .toast-ic{color:var(--slate)}.tccc-v3 .toast-body{min-width:0}.tccc-v3 .toast-title{font-family:var(--furniture);font-weight:600;font-size:var(--ui-sm);letter-spacing:.01em;color:var(--ink);margin:0 0 2px}.tccc-v3 .toast-msg{font-size:var(--ui-sm);color:var(--ink-soft);margin:0;line-height:1.45}.tccc-v3 .toast-x{appearance:none;color:var(--ink-faint);cursor:pointer;background:0 0;border:0;border-radius:6px;margin:-2px -2px 0 0;padding:2px;line-height:0;transition:color .15s,background .15s}.tccc-v3 .toast-x svg{width:15px;height:15px;display:block}.tccc-v3 .toast-x:hover{color:var(--ink);background:color-mix(in oklch,var(--ink-faint)12%,transparent)}.tccc-v3 .toast-x:focus-visible{outline:2px solid var(--slate);outline-offset:2px}@keyframes toast-in{0%{opacity:0;transform:translate(10px,10px)scale(.98)}to{opacity:1;transform:none}}@keyframes toast-out{0%{opacity:1;transform:none}to{opacity:0;transform:translate(12px)}}@media (prefers-reduced-motion:reduce){.tccc-v3 .toast{animation:.18s both toast-fade}.tccc-v3 .toast-leaving{animation:.15s both toast-fade-out}@keyframes toast-fade{0%{opacity:0}to{opacity:1}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}}
