.dialog-backdrop{z-index:100;background:var(--scrim);-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}[data-dialog-open] .ambient-motion{animation-play-state:paused}.dialog{background:var(--surface-2);border:1px solid var(--border-soft);width:min(34rem,100%);max-height:88vh;box-shadow:0 1.2rem 3rem -.8rem var(--scrim);border-radius:.6rem;flex-direction:column;display:flex;overflow:hidden}.dialog:focus{outline:none}.dialog-head{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1.2rem .9rem;display:flex}.dialog-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);margin:0;font-size:1rem;font-weight:700;line-height:1.15}.dialog-subtitle{font-family:var(--font-text);color:var(--gold);margin:.3rem 0 0;font-size:.6rem;font-weight:600}.dialog-close{border:1px solid var(--border-soft);width:1.5rem;height:1.5rem;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:.35rem;flex:none;place-items:center;padding:0;transition:color .15s,border-color .15s,background .15s;display:grid}.dialog-close svg{stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;fill:none;width:.6rem;height:.6rem}.dialog-close:hover{color:var(--text);border-color:var(--border-strong);background:var(--surface)}.dialog-close:focus-visible{outline:2px solid var(--border-strong);outline-offset:2px}.dialog-body{overscroll-behavior:contain;padding:1.2rem;overflow-y:auto}@media (max-width:40rem){.dialog-backdrop{padding:1rem}.dialog{max-height:90vh}.dialog-head{padding:.9rem 1rem .75rem}.dialog-body{padding:1rem}}
