.ui-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;display:none;align-items:center;justify-content:center;padding:1rem}.ui-modal.is-active{display:flex}@keyframes ui-modal-backdrop-appear{from{opacity:0}to{opacity:1}}.ui-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:ui-modal-backdrop-appear 0.2s ease-out}.ui-modal-container{position:relative;background:white;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.2);width:100%;max-height:90vh;display:flex;flex-direction:column;animation:ui-modal-appear 0.3s ease-out}@keyframes ui-modal-appear{from{opacity:0;transform:scale(0.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ui-modal-small{max-width:400px}.ui-modal-medium{max-width:600px}.ui-modal-large{max-width:900px}.ui-modal-header{padding:0.85rem 1.25rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.ui-modal-header h3{margin:0;font-size:1.1rem;color:#007bff;line-height:1.2}.ui-modal-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#bbb;line-height:1;padding:0;transition:color 0.2s;margin-top:-2px}.ui-modal-close:hover{color:#666}.ui-modal-body{padding:0.5rem 1.25rem 1rem 1.25rem;overflow-y:auto}.ui-modal-footer{padding:1rem 1.5rem;border-top:1px solid #eee;text-align:right}.ui-modal-list{list-style:none;padding:0;margin:0}.ui-modal-list li{padding:0.6rem 0;border-bottom:1px solid #f5f5f5;display:flex;align-items:center;gap:12px}.ui-modal-list li .icon{width:22px;height:22px;color:#007bff;flex-shrink:0}.ui-modal-list li:last-child{border-bottom:none}