/* Launch pages and shared navigation; legacy theme styling remains intact. */
.launch-note { color: var(--text-muted); line-height: 1.8; margin: 1rem 0 1.5rem; }
.launch-note a, .launch-notice a, .launch-page .card a:not(.btn-primary):not(.btn-secondary) { color: var(--accent); }
.launch-notice { padding: 1.5rem; margin-bottom: 1.5rem; background: var(--bg-card, #111827); border: 1px solid var(--accent); border-radius: 12px; line-height: 1.8; }
.launch-notice strong { color: var(--accent); }
.launch-page { min-height: 55vh; }
.launch-page .card { margin: 1.5rem 0; }
.launch-page .card-body { line-height: 1.8; }
.launch-page h2 { margin-bottom: 1rem; }
.join-steps { padding-left: 1.5rem; margin: 1rem 0; }
.join-steps li { margin-bottom: .75rem; }
button.copy-ip-container { font: inherit; color: inherit; text-align: left; max-width: 100%; }
.copy-ip-text-group { display: flex; flex-direction: column; }
.copy-toast { max-width: calc(100vw - 2rem); white-space: normal; }
.hero-actions, .server-info { flex-wrap: wrap; }
.nav-dropdown.is-open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); height: auto; padding: .5rem 0; }
.nav-dropdown:not(.is-open) .dropdown-menu { opacity: 0; visibility: hidden; height: 0; padding: 0; pointer-events: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
@media (max-width: 1200px) {
    .mobile-menu-toggle { display: block; }
    .nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; flex-direction: column; background: var(--bg-main); padding: 1.5rem; gap: 1rem; max-height: calc(100dvh - 90px); overflow-y: auto; border-bottom: 1px solid var(--border-color); }
    .nav-links.active { display: flex; }
    .nav-dropdown { width: 100%; text-align: center; }
    .dropdown-toggle { width: 100%; justify-content: center; }
    .dropdown-menu { position: static; width: 100%; opacity: 0; visibility: hidden; height: 0; overflow: hidden; padding: 0; transform: none; box-shadow: none; }
    .nav-dropdown.is-open .dropdown-menu { height: auto; padding: .5rem 0; }
    .nav-links .btn-nav { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
    .features-grid { grid-template-columns: minmax(0, 1fr); }
    .section-container { padding-inline: 1rem; }
    .hero-content { padding-inline: 1rem; }
    .hero-actions > a { width: 100%; justify-content: center; }
    .copy-ip-container { padding: 1rem; gap: .75rem; }
    .copy-ip-address { font-size: 1.35rem; }
    .copy-ip-label { font-size: .7rem; }
    .launch-page .section-title { font-size: 1.8rem; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .card, .store-card, .forum-post-card, .profile-card, .hero-content, .feature-card { opacity: 1; transform: none; }
}
