.app-toast[hidden]{display:none!important}.app-toast-root{position:fixed;top:76px;right:20px;z-index:12000;width:360px;pointer-events:none}.app-toast{--toast-accent:#2563eb;display:grid;grid-template-columns:20px minmax(0,1fr) 18px;gap:8px;align-items:center;width:100%;box-sizing:border-box;margin:0;padding:8px 10px 8px 9px;border:1px solid #d8e0ec;border-left:3px solid var(--toast-accent);border-radius:9px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.15);color:#172033;pointer-events:auto;transition:opacity .16s ease,transform .16s ease}.app-toast.is-leaving{opacity:0;transform:translateY(-4px)}.app-toast-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:var(--toast-accent);color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 0 0 3px color-mix(in srgb,var(--toast-accent) 12%,transparent)}.app-toast-copy{min-width:0;max-height:min(48vh,320px);overflow:auto}.app-toast-copy strong{display:block;margin:0;color:#172033;font-size:12.4px;font-weight:700;line-height:1.3}.app-toast-copy small{display:block;margin-top:2px;color:#5f6b7d;font-size:10.8px;font-weight:500;line-height:1.4}.app-toast-close{width:18px;height:18px;padding:0;border:0;background:transparent;color:#8a96a8;font-size:14px;line-height:18px;text-align:center;cursor:pointer}.app-toast-close:hover{color:#344054}.app-toast-action{display:inline-flex;align-items:center;min-height:26px;margin-top:6px;padding:0 8px;border:1px solid #cbd7ef;border-radius:7px;background:#fff;color:#2f54b3;font-size:10.8px;font-weight:700}.app-toast.is-success{--toast-accent:#16a34a}.app-toast.is-error{--toast-accent:#dc2626}.app-toast.is-warning{--toast-accent:#ea580c}.app-toast.is-info{--toast-accent:#2563eb}@supports not (color:color-mix(in srgb,#000 10%,transparent)){.app-toast-icon{box-shadow:0 0 0 3px rgba(37,99,235,.10)}}@media (max-width:720px){.app-toast-root{top:calc(70px + env(safe-area-inset-top));right:10px;left:10px;width:auto}.app-toast{grid-template-columns:20px minmax(0,1fr) 18px;width:100%;max-width:100%;margin:0;padding:8px 9px 8px 8px;border-radius:9px}.app-toast-copy strong{font-size:12px}.app-toast-copy small{font-size:10.6px}}@media (prefers-reduced-motion:reduce){.app-toast{transition:none}}
