.confirm-host{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1rem}.confirm-host>.backdrop{position:fixed;inset:0;background:#1a1a2e73}.confirm-host>.confirm{position:relative;width:100%;max-width:24rem;padding:1.5rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg)}.confirm-host>.confirm>.title{display:block;font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.confirm-host>.confirm>.message{color:var(--muted);font-size:.925rem}.confirm-host>.confirm>.actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}
