/* Shared modal menu styles */
.menu-toggle { background: transparent; border: 0; font-size: 1.35rem; line-height: 1; padding: 0.4rem 0.6rem; cursor: pointer; color: inherit; }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 1.5rem; }
.modal-overlay.active { display: flex; }
.modal { background: rgba(10,14,20,0.96); color: var(--text-main, #f5f7ff); max-width: 720px; width: 100%; border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,0,0.6); padding: 1.25rem; max-height: 90vh; overflow: auto; }
.modal .close { float: right; background: transparent; border: 0; font-size: 1.1rem; cursor: pointer; color: var(--text-main, #f5f7ff); }
