.modal-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.45); display: flex; align-items: center; justify-content: center; padding: 24px; z-index: 100; } .modal-content { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; box-shadow: var(--shadow-card); max-width: 640px; width: 100%; max-height: 90vh; overflow-y: auto; } .modal-content--wide { max-width: 920px; }