/* BTK update toast styles (btk-update-prompt.js) */
.btk-update-toast{position:fixed;left:50%;top:16px;transform:translateX(-50%);z-index:10000;display:flex;align-items:center;gap:10px;background:var(--surface,#fff);color:var(--ink,#0f1c2e);border:1px solid var(--border-strong,#cdd7e3);border-radius:14px;box-shadow:0 8px 30px rgba(15,28,46,.18);padding:12px 14px;font:600 .9rem 'Inter',ui-sans-serif,system-ui,sans-serif;max-width:calc(100vw - 32px)}
.btk-update-toast .btk-update-refresh{border:0;background:var(--accent,#1d4ed8);color:#fff;font:inherit;font-weight:750;padding:9px 14px;border-radius:999px;cursor:pointer;min-height:44px}
.btk-update-toast .btk-update-refresh:hover{background:var(--accent-2,#0891b2)}
.btk-update-toast .btk-update-dismiss{border:0;background:transparent;color:inherit;font-size:1.1rem;line-height:1;cursor:pointer;padding:8px;min-width:44px;min-height:44px}
@media(max-width:600px){.btk-update-toast{flex-wrap:wrap;justify-content:center;top:10px}}
