/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */:root{--bg:#f5f5f7;--surface:#fff;--ink:#1d1d1f;--ink-soft:#1d1d1fcc;--muted:#86868b;--line:#e5e5ea;--line-2:#d8d8de;--accent:#0071e3;--accent-ink:#fff;--accent-wash:#0071e31f;--danger:#d6303a;--danger-wash:#fdf0f0;--ok:#12805c;--ok-wash:#eaf6f1;--warn:#8a5a18;--warn-wash:#fbf3e7;--dark:#1d1d1f;--dark-ink:#f5f5f7;--dark-muted:#f5f5f79e;--dark-line:#f5f5f724;--r-sm:8px;--r:10px;--r-xl:14px;--r-2xl:18px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 8px 28px #00000014;--shadow-lg:0 12px 40px #0000001a;--sans:var(--font-geist-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.cnst{z-index:90;pointer-events:none;justify-content:center;padding:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.cnst-in{pointer-events:auto;border:1px solid var(--line-2);background:var(--surface);border-radius:14px;align-items:center;gap:16px;width:100%;max-width:720px;padding:14px 16px;animation:cnst-up .28s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 4px #0e14200d,0 18px 40px -14px #0e142047}@keyframes cnst-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cnst-in p{min-width:0;color:var(--muted);flex:1;margin:0;font-size:13px;line-height:1.5}.cnst-btns{flex:none;align-items:center;gap:8px;display:flex}.cnst-no,.cnst-yes{white-space:nowrap;cursor:pointer;border-radius:999px;min-height:40px;padding:9px 16px;font-size:13.5px;font-weight:500;transition:opacity .18s,background-color .18s}.cnst-yes{border:1px solid var(--ink);background:var(--ink);color:#fff}.cnst-no{border:1px solid var(--line-2);background:var(--surface);color:var(--ink)}.cnst-yes:hover{opacity:.86}.cnst-no:hover{background:var(--bg)}.cnst-no:focus-visible,.cnst-yes:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:620px){.cnst-in{flex-direction:column;align-items:stretch;gap:12px}.cnst-btns{justify-content:stretch}.cnst-no,.cnst-yes{flex:1}}@media (prefers-reduced-motion:reduce){.cnst-in{animation:none}}