.standard-modal__backdrop{z-index:var(--z-modal-backdrop);background:#00000080;justify-content:center;align-items:center;padding:16px;animation:.2s forwards standard-modal-backdrop-in;display:flex;position:fixed;inset:0}[data-theme=dark] .standard-modal__backdrop{background:#000000b8}@keyframes standard-modal-backdrop-in{0%{opacity:0}to{opacity:1}}.standard-modal__container{width:100%;max-height:90dvh;z-index:var(--z-modal-content);background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex-direction:column;animation:.25s forwards standard-modal-slide-up;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}[data-theme=dark] .standard-modal__container{background:#0d0d0d;border-color:#242424;box-shadow:0 18px 40px #00000080}@keyframes standard-modal-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.standard-modal--sm{max-width:400px}.standard-modal--md{max-width:560px}.standard-modal--lg{max-width:800px}.standard-modal--xl{max-width:1100px}.standard-modal--fullscreen{border-radius:0;width:100vw;max-width:none;height:100dvh;max-height:none}.standard-modal__header{flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.standard-modal__header--divided{border-bottom:1px solid #e5e5e5}[data-theme=dark] .standard-modal__header--divided{border-bottom-color:#242424}.standard-modal__title{color:#0a0a0a;margin:0;font-family:Geist,sans-serif;font-size:14px;font-weight:600;line-height:1.5rem}[data-theme=dark] .standard-modal__title{color:#fafafa}.standard-modal__header-custom{flex-direction:row;flex:auto;align-items:center;min-width:0;display:flex}.standard-modal__close{color:#737373;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,color .15s;display:flex}.standard-modal__close:hover:not(:disabled){color:#0a0a0a;background:#f5f5f5}.standard-modal__close:disabled{opacity:.4;cursor:not-allowed}[data-theme=dark] .standard-modal__close:hover:not(:disabled){color:#fafafa;background:#262626}.standard-modal__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:20px;overflow-y:auto}.standard-modal__footer{flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:16px 20px;display:flex}.standard-modal__footer--divided{border-top:1px solid #e5e5e5}[data-theme=dark] .standard-modal__footer--divided{border-top-color:#242424}@media (width<=640px){.standard-modal__backdrop{padding:12px}.standard-modal__header{padding:14px 16px}.standard-modal__body{padding:16px}.standard-modal__footer{padding:14px 16px}}
