.qros-dialog-overlay{z-index:50;background:rgb(from var(--foreground) r g b / .5);position:fixed;inset:0}.qros-dialog-panel{z-index:51;width:var(--qros-dialog-width,min(560px, 92vw));background:var(--app-card);border:1px solid var(--app-line);border-radius:var(--radius-lg);max-height:85vh;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex;position:fixed;top:50%;left:50%;overflow:auto;translate:-50% -50%}.qros-dialog-title{font-family:var(--font-heading);font-weight:var(--fw-bold);font-size:var(--fs-xl);letter-spacing:-.01em;color:var(--ink);margin:0}.qros-dialog-title+.qros-dialog-desc{margin-top:-.75rem}.qros-dialog-desc{color:var(--ink-2);margin:0;line-height:1.55}.qros-dialog-actions.svelte-1ix5jys{justify-content:flex-end;gap:.5rem;display:flex}.qros-dialog-close.svelte-1ix5jys{cursor:pointer;border-radius:var(--radius-sm);color:var(--ink-2);background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;position:absolute;top:1.25rem;right:1.25rem}.qros-dialog-close.svelte-1ix5jys:hover{color:var(--ink)}.qros-dialog-panel:has(.qros-dialog-close) .qros-dialog-title{padding-right:1.75rem}
