[data-slot=dialog-positioner]{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;pointer-events:none}[data-slot=dialog-overlay]{position:fixed;inset:0;z-index:99998;background:rgba(0,0,0,.5)}[data-slot=dialog-content]{position:relative;width:min(640px,calc(100% - 32px));max-height:calc(100% - 32px);pointer-events:auto;background:white;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15)}.dark [data-slot=dialog-content]{background:var(--t-card,#2a2a2a);box-shadow:0 10px 25px rgba(0,0,0,.4)}