.space-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.space-modal-content{position:relative;background:white;border-radius:4px;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-height:90vh;overflow-y:auto}.space-modal-content.no-padding{padding:0}.space-modal-header{margin-bottom:1.7rem;line-height:1.2;display:flex;justify-content:space-between;align-items:center}.space-modal-header.with-border{padding:1.5rem;margin-bottom:0;border-bottom:1px solid #e5e7eb}.space-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.space-modal-close:hover{color:#374151}