.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.modal{background-color:var(--fl-bg-secondary);border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.1);display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden}.modal--small{width:100%;max-width:400px}.modal--medium{width:100%;max-width:600px}.modal--large{width:100%;max-width:900px}.modal--fullscreen{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--fl-border);background:linear-gradient(180deg,var(--fl-bg-primary) 0,var(--fl-bg-secondary) 100%)}.modal-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--fl-text-primary)}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--fl-text-tertiary);cursor:pointer;padding:.25rem;transition:color .2s;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-body,.modal-close:hover{color:var(--fl-text-primary)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1 1;background:var(--fl-bg-secondary)}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--fl-border);background:var(--fl-bg-tertiary)}
/*# sourceMappingURL=e987b93c64c6aba5.css.map*/