.ds-modal-overlay{background:var(--color-surface-overlay,#0006);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:fixed;inset:0}.ds-modal{width:min(var(--modal-width,32rem), calc(100vw - 2rem));border:1px solid var(--color-border-default,#e5e7eb);background:var(--color-surface-primary,white);max-height:calc(100dvh - 2rem);color:var(--color-text-primary,#1d1f20);border-radius:1rem;outline:none;flex-direction:column;gap:0;padding:0;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 16px 48px #0000002e;min-width:0!important;max-width:calc(100vw - 2rem)!important}.ds-modal-header{flex:none;padding:1.5rem 3.5rem 1.25rem 1.5rem}.ds-modal-title{overflow-wrap:anywhere;margin:0;font-size:1.25rem;font-weight:600;line-height:1.5}.ds-modal-description{white-space:pre-line;color:var(--color-text-secondary,#5f6569);margin:.5rem 0 0;font-size:.875rem;line-height:1.5}.ds-modal-body{overscroll-behavior:contain;min-width:0;min-height:0;padding:0 1.5rem 1.5rem;overflow:auto}.ds-modal-body-flush{padding:0}.ds-modal-footer{border-top:1px solid var(--color-border-default,#e5e7eb);flex-wrap:wrap;flex:none;justify-content:flex-end;gap:.625rem;padding:1rem 1.5rem;display:flex}.ds-modal-close{color:var(--color-text-secondary,#5f6569);cursor:pointer;border-radius:.375rem;padding:.375rem;display:flex;position:absolute;top:.625rem;right:.625rem}.ds-modal-close:hover{background:var(--color-surface-secondary,#f2f3f4)}.ds-modal-close:focus-visible{outline:2px solid var(--color-border-focus,#06705a);outline-offset:2px}.ds-modal-close:disabled{opacity:.5;cursor:default}@media (prefers-reduced-motion:no-preference){.ds-modal[data-state=open],.ds-modal-overlay[data-state=open]{animation:.12s ease-out modal-appear}.ds-modal[data-state=closed],.ds-modal-overlay[data-state=closed]{animation:.1s ease-in modal-disappear}}@keyframes modal-appear{0%{opacity:0}to{opacity:1}}@keyframes modal-disappear{0%{opacity:1}to{opacity:0}}
