/* Cronos brand: navy blue (#1B2A6B) sidebar + orange (#F58220) accent */

/* Sidebar - dark navy blue */
nav[class*="lg:w-"] {
    background-color: #1B2A6B !important;
}

/* Sidebar text white */
nav[class*="lg:w-"] a,
nav[class*="lg:w-"] span,
nav[class*="lg:w-"] p {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Sidebar active item */
nav[class*="lg:w-"] a[aria-current="page"] {
    background-color: rgba(249, 115, 22, 0.15) !important;
    color: #fb923c !important;
}

/* Sidebar section titles */
nav[class*="lg:w-"] .font-semibold,
nav[class*="lg:w-"] h2 {
    color: rgba(255, 255, 255, 0.5) !important;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}

/* Sidebar hover */
nav[class*="lg:w-"] a:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

/* Sidebar icons */
nav[class*="lg:w-"] .material-symbols-outlined {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Sidebar search input */
nav[class*="lg:w-"] input {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
nav[class*="lg:w-"] input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
