/*
Theme Name: 7DS AeroNav Pro
Theme URI: https://7ds.app/
Author: Antigravity AI
Author URI: https://7ds.app/
Description: A professional, premium custom WordPress theme with integrated multi-stop navigation maps, responsive glassmorphism control panel, dark/light theme switching, and client-side route optimization.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: 7ds-aeronav-pro
*/

/* Core Fallback CSS for Secondary Pages */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #0f172a;
    color: #f8fafc;
    scroll-behavior: smooth;
    line-height: 1.6;
}

a {
    color: #38bdf8;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #0ea5e9;
}

.site-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;
    max-width: 1000px;
    margin: 4rem auto;
    padding: 2rem;
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.entry-title {
    font-size: 2.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.entry-content {
    font-size: 1.1rem;
    color: #cbd5e1;
}

/* Scoped layout rules for WordPress elements */
.aligncenter {
    display: block;
    margin: 2rem auto;
}
