/* Navbar Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(135deg, #6f4e37 0%, #8b5a2b 50%, #a86a3d 100%) !important;
    border-bottom: 2px solid #5d4037;
}

.navbar, .navbar *, .nav-link, .navbar-brand {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.navbar-brand {
    font-size: 1.8rem;
    color: #fff8e1 !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #fff8e1 !important;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 248, 225, 0.2);
    color: #ffecb3 !important;
}