/* -----------------------------------------------------------------------
   Typography
----------------------------------------------------------------------- */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* -----------------------------------------------------------------------
   Navbar
----------------------------------------------------------------------- */
.navbar-brand {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    color: white !important;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.4rem 0.9rem !important;
    transition: color 0.15s;
}

.navbar-nav .nav-link:hover {
    color: white !important;
}

.navbar-nav .nav-link.nav-active {
    color: #f0c040 !important;
    font-weight: 700;
    border-bottom: 2px solid #f0c040;
}

/* -----------------------------------------------------------------------
   Date preset buttons
----------------------------------------------------------------------- */
.preset-btn {
    min-width: 108px;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 500;
    border-color: #1a2744 !important;
    color: #1a2744 !important;
    border-radius: 4px !important;
    transition: background-color 0.15s, color 0.15s;
}

.preset-btn:hover {
    background-color: #2a3d6e !important;
    color: white !important;
}

.btn-check:checked + .preset-btn,
.preset-btn.active {
    background-color: #1a2744 !important;
    color: white !important;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
}
