.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#1a1c1b66;justify-content:center;align-items:center;padding:1.5rem;animation:.3s cubic-bezier(.22,1,.36,1) forwards fadeIn;display:flex;position:fixed;inset:0}.modal-panel{background:var(--surface);border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-ambient);max-height:90vh;animation:.4s cubic-bezier(.22,1,.36,1) forwards slideUp;overflow-y:auto}
