.ds-modal__backdrop{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:var(--ui-ui-bg-liquid-glass);backdrop-filter:blur(4px);animation:ds-modal-fade-in .2s ease-out}.ds-modal{width:580px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);background-color:var(--ui-ui-bg-secondary);border:1px solid var(--ui-ui-stroke-primary);border-radius:12px;padding:24px;flex-direction:column;animation:ds-modal-slide-up .3s ease-out;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.ds-modal,.ds-modal__header{position:relative;display:flex}.ds-modal__header{align-items:center;justify-content:space-between;min-height:36px;margin-bottom:20px}.ds-modal__title{font-family:var(--Heading-H6-font-family,"Montserrat",sans-serif);font-weight:600;font-size:var(--Heading-H6-font-size,18px);line-height:var(--Heading-H6-line-height,28px);letter-spacing:var(--Heading-H6-letter-spacing,0);text-transform:var(--Heading-H6-text-case,none);text-decoration:var(--Heading-H6-text-decoration,none);color:var(--content-content-primary);margin:0;padding-right:52px}.ds-modal__close-button{position:absolute!important;top:50%!important;right:0!important;transform:translateY(-50%)!important;width:36px!important;height:36px!important;padding:10px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important}.ds-modal__close-button svg{width:16px!important;height:16px!important}.ds-modal__content{flex:1;overflow-y:auto;color:var(--content-content-primary)}.ds-modal__footer{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.ds-modal__footer-button{min-width:120px!important;height:36px!important}@keyframes ds-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ds-modal-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ds-modal--upload{width:400px}.ds-modal--reference-picker{width:580px}.ds-modal--fullscreen{width:calc(100vw - 64px);height:calc(100vh - 64px);max-width:none;max-height:none;display:flex;flex-direction:column}.ds-modal--fullscreen .ds-modal__content{flex:1;display:flex;align-items:center;justify-content:center;padding:20px}.ds-modal--video-player{width:90vw;max-width:1200px;height:85vh;max-height:85vh;padding:24px;display:flex;flex-direction:column;overflow:hidden}.ds-modal--video-player .ds-modal__header{margin-bottom:16px}.ds-modal--video-player .ds-modal__content{flex:1;padding:0;overflow:hidden;display:flex;flex-direction:column;background-color:var(--ui-bg-primary);border-radius:8px}@media (max-width:640px){.ds-modal{max-height:calc(100vh - 32px);padding:20px}.ds-modal,.ds-modal--reference-picker,.ds-modal--upload{width:calc(100vw - 32px)}.ds-modal__footer{flex-direction:column;gap:8px}.ds-modal__footer-button{width:100%}}