.Modal-module__M2hgLa__overlay{z-index:var(--z-modal-backdrop);padding:var(--space-6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;animation:.2s Modal-module__M2hgLa__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__M2hgLa__modal{z-index:var(--z-modal);width:100%;max-width:500px;max-height:calc(100vh - var(--space-12));background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);flex-direction:column;animation:.3s Modal-module__M2hgLa__slideUp;display:flex;position:relative;overflow:hidden}.Modal-module__M2hgLa__sm{max-width:400px}.Modal-module__M2hgLa__md{max-width:500px}.Modal-module__M2hgLa__lg{max-width:700px}.Modal-module__M2hgLa__xl{max-width:900px}.Modal-module__M2hgLa__full{max-width:calc(100vw - var(--space-12));max-height:calc(100vh - var(--space-12))}.Modal-module__M2hgLa__header{padding:var(--space-6);border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.Modal-module__M2hgLa__title{font-size:var(--text-lg);color:var(--color-text-primary);font-weight:550}.Modal-module__M2hgLa__closeButton{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-tertiary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Modal-module__M2hgLa__closeButton:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.Modal-module__M2hgLa__body{padding:var(--space-6);flex:1;overflow-y:auto}.Modal-module__M2hgLa__footer{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border);background:var(--color-bg-tertiary);flex-shrink:0;display:flex}.Modal-module__M2hgLa__footerLeft{justify-content:flex-start}.Modal-module__M2hgLa__footerBetween{justify-content:space-between}@keyframes Modal-module__M2hgLa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__M2hgLa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
