/* Modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(15,23,42,0.35); display: none; align-items: center; justify-content: center; z-index: 50; }
.modal-overlay.open { display: flex; }
.modal { background: #ffffff; border-radius: 16px; padding: 16px 18px 18px; max-width: 480px; width: calc(100% - 32px); box-shadow: 0 20px 50px rgba(15,23,42,0.35), 0 0 0 1px rgba(148,163,184,0.3); }
.modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.modal-title { font-size: 0.95rem; font-weight: 600; }
.modal-close { border-radius: 999px; border: 1px solid #e5e7eb; background: #f9fafb; width: 24px; height: 24px; padding: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 0.9rem; cursor: pointer; color: #374151; font-weight: 600; }
.modal-body { font-size: 0.85rem; color: #4b5563; line-height: 1.5; }
.modal-body ul { margin: 6px 0 0; padding-left: 18px; }
.modal-body li { margin-bottom: 4px; }
