.modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:var(--gray-1);z-index:101;pointer-events:auto;border-radius:24px;flex-direction:column;align-items:stretch;gap:0;width:fit-content;max-width:95vw;max-height:95vh;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #524b4933}.modal-body{overscroll-behavior:contain;flex-direction:column;flex:auto;align-items:stretch;min-height:0;padding:36px 12px 12px;display:flex;overflow:hidden auto}.x-modal-button{background:var(--gray-2);z-index:100;border:none;border-radius:4px;align-items:center;gap:10px;padding:6px;display:flex;position:absolute;top:10px;right:10px}.x-modal-button:hover{cursor:pointer}
