.lpc-watch{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e9f2;border-radius:8px;background:#fff;color:#0f1729;font-size:14px;font-weight:600;cursor:pointer;transition:background-color 120ms ease,border-color 120ms ease}.lpc-watch:hover,.lpc-watch:focus-visible{border-color:#c5cee0;background:#fafbfd}.lpc-watch.is-active{background:#fff8e1;border-color:#f4c542;color:#8a6700}.lpc-watch.is-loading{opacity:.6;cursor:wait}.lpc-watch[disabled]{cursor:not-allowed}#lpc-toast-host{position:fixed;top:124px;right:24px;z-index:200;display:flex;flex-direction:column;gap:12px;pointer-events:none}.lpc-toast{pointer-events:auto;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon msg close" ".    actions actions";gap:6px 14px;min-width:320px;max-width:420px;padding:16px 20px;background:#0f1729;color:#fff;border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.28);transform:translateY(-16px);opacity:0;transition:transform 200ms ease,opacity 200ms ease}.lpc-toast.is-visible{transform:translateY(0);opacity:1}.lpc-toast__icon{grid-area:icon;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.lpc-toast__icon svg{width:24px;height:24px;display:block}.lpc-toast--added .lpc-toast__icon{color:#34d399}.lpc-toast--removed .lpc-toast__icon{color:#94a3b8}.lpc-toast--error .lpc-toast__icon{color:#fca5a5}.lpc-toast__icon:empty{display:none}.lpc-toast__msg{grid-area:msg;align-self:center;font-size:16px;font-weight:500;line-height:1.35}.lpc-toast__actions{grid-area:actions;display:flex;gap:16px;margin-top:4px}.lpc-toast__actions:empty{display:none}.lpc-toast__action{color:#10b981;font-size:14px;text-decoration:none;font-weight:600}.lpc-toast__action:hover,.lpc-toast__action:focus-visible{text-decoration:underline}.lpc-toast__close{grid-area:close;align-self:start;background:none;border:0;color:rgba(255,255,255,.5);font-size:20px;line-height:1;cursor:pointer;padding:0}.lpc-toast__close:hover,.lpc-toast__close:focus-visible{color:#fff}@media(max-width: 540px){#lpc-toast-host{top:80px;right:16px;left:16px}.lpc-toast{min-width:0;max-width:none}}@media(prefers-reduced-motion: reduce){.lpc-toast{transition:opacity 100ms ease;transform:none}}