/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* ---------------------------------------------------
   Base
--------------------------------------------------- */

*[b-uwcu5eh5rv] {
    box-sizing: border-box;
}

body[b-uwcu5eh5rv] {
    margin: 0;
    padding-top: 64px; /* space for fixed header */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a[b-uwcu5eh5rv] {
    color: #0077cc;
    text-decoration: none;
}

    a:hover[b-uwcu5eh5rv] {
        color: #005fa3;
    }

/* ---------------------------------------------------
   Navbar Layout
--------------------------------------------------- */

header[b-uwcu5eh5rv] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

nav[b-uwcu5eh5rv] {
    height: 64px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

    /* Container inside nav */
    nav > .container-fluid[b-uwcu5eh5rv] {
        width: 100%;
        padding: 0 1.5rem;
        display: flex;
        align-items: center;
    }

/* ---------------------------------------------------
   Brand (Left)
--------------------------------------------------- */

.navbar-brand[b-uwcu5eh5rv] {
    font-weight: 600;
    white-space: nowrap;
}

/* ---------------------------------------------------
   Center Navigation
--------------------------------------------------- */

.navbar-nav[b-uwcu5eh5rv] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    /* Center block */
    .navbar-nav.center[b-uwcu5eh5rv] {
        margin: 0 auto;
    }

    /* Nav items */
    .navbar-nav li[b-uwcu5eh5rv] {
        display: flex;
    }

    /* Nav links */
    .navbar-nav a[b-uwcu5eh5rv] {
        color: #333;
        font-weight: 500;
        padding: 0.25rem 0;
        white-space: nowrap;
        position: relative;
    }

        /* Hover / active underline */
        .navbar-nav a[b-uwcu5eh5rv]::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 0;
            height: 2px;
            background-color: #0077cc;
            transition: width 0.2s ease;
        }

        .navbar-nav a:hover[b-uwcu5eh5rv]::after,
        .navbar-nav a.active[b-uwcu5eh5rv]::after {
            width: 100%;
        }

    /* ---------------------------------------------------
   Right: Login
--------------------------------------------------- */

    .navbar-nav.right[b-uwcu5eh5rv] {
        margin-left: auto;
    }

        .navbar-nav.right a[b-uwcu5eh5rv] {
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }

/* ---------------------------------------------------
   Buttons
--------------------------------------------------- */

.btn-primary[b-uwcu5eh5rv] {
    color: #fff;
    background-color: #1b6ec2;
    border: 1px solid #1861ac;
    padding: 0.4rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-primary:hover[b-uwcu5eh5rv] {
        background-color: #155a9c;
        border-color: #124f88;
    }

/* ---------------------------------------------------
   Footer
--------------------------------------------------- */

.footer[b-uwcu5eh5rv] {
    width: 100%;
    line-height: 60px;
    white-space: nowrap;
}
