/* ---------------------------------------------------------
   Unified Dashboard v2.1 – Dark Aviation Theme
   node.o169.com
   --------------------------------------------------------- */

/* GLOBAL -------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #0d0f11;
    color: #e6e6e6;
    overflow-x: hidden;
}

h1, h2, h3 {
    margin: 0 0 10px 0;
    font-weight: 500;
}

pre {
    white-space: pre-wrap;
    font-family: "Consolas", monospace;
    background: #1a1d20;
    padding: 8px;
    border-radius: 6px;
    overflow-x: auto;
}

.page-title {
    font-size: 1.9rem;
    margin-bottom: 20px;
}

/* LAYOUT -------------------------------------------------- */
#layout {
    display: flex;
    min-height: 100vh;
}

/* SIDEBAR ------------------------------------------------- */
#sidebar {
    width: 260px; /* Medium as requested */
    background: #111317;
    border-right: 1px solid #23272d;
    padding: 15px;
    box-sizing: border-box;
}

.sidebar-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
    color: #ffcc66;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    margin: 6px 0;
    color: #d9d9d9;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.15s ease;
}

.nav-item:hover {
    background: #1e2329;
}

.nav-icon {
    font-size: 1.3rem;
    margin-right: 12px;
}

.nav-label {
    font-size: 1.05rem;
}

/* CONTENT -------------------------------------------------- */
#content {
    flex: 1;
    padding: 30px;
   
