.dialog-sheet{background:var(--bg-elevated);border:1px solid var(--bg-border);width:min(560px,100vw - 32px);max-height:calc(100vh - 64px);color:var(--text-primary);border-radius:16px;flex-direction:column;margin:auto;padding:0;display:flex;overflow:hidden;box-shadow:0 24px 56px #0000008c}.dialog-sheet:not([open]){display:none}.dialog-sheet::backdrop{background:var(--scrim);backdrop-filter:blur(2px)}.dialog-sheet-handle{background:var(--bg-border);width:40px;height:4px;margin:var(--space-8) auto 0;border-radius:2px;flex-shrink:0}.dialog-sheet-close{z-index:1;position:absolute;top:16px;right:16px}@media (width<=639px){.dialog-sheet{border-radius:16px 16px 0 0;align-self:flex-end;width:100vw;max-height:92vh;margin:auto 0 0}}
