/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x4omoffflg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x4omoffflg] {
    flex: 1;
}

.sidebar[b-x4omoffflg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x4omoffflg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x4omoffflg]  a, .top-row[b-x4omoffflg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x4omoffflg]  a:hover, .top-row[b-x4omoffflg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x4omoffflg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x4omoffflg] {
        justify-content: space-between;
    }

    .top-row[b-x4omoffflg]  a, .top-row[b-x4omoffflg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x4omoffflg] {
        flex-direction: row;
    }

    .sidebar[b-x4omoffflg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x4omoffflg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x4omoffflg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x4omoffflg], article[b-x4omoffflg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-urxlgwhxmw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-urxlgwhxmw] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-urxlgwhxmw] {
    font-size: 1.1rem;
}

.bi[b-urxlgwhxmw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-urxlgwhxmw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-urxlgwhxmw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-urxlgwhxmw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-urxlgwhxmw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-urxlgwhxmw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-urxlgwhxmw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-urxlgwhxmw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-urxlgwhxmw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-urxlgwhxmw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-urxlgwhxmw] {
        display: none;
    }

    .collapse[b-urxlgwhxmw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-urxlgwhxmw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-08dio9zc6q] {
    max-width: 76rem;
    margin: 0 auto;
    padding: 1.25rem 0 3rem;
}

.dashboard-loading[b-08dio9zc6q] {
    min-height: 60vh;
    display: grid;
    place-items: center;
    color: #64726d;
}

.dashboard-header[b-08dio9zc6q] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.eyebrow[b-08dio9zc6q] {
    margin: 0 0 .35rem;
    color: #1f6b50;
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

h1[b-08dio9zc6q], h2[b-08dio9zc6q], h3[b-08dio9zc6q] {
    color: #17231f;
}

h1[b-08dio9zc6q] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
}

.subtitle[b-08dio9zc6q] {
    margin: .65rem 0 0;
    color: #64726d;
}

.logout-button[b-08dio9zc6q] {
    padding: .65rem 1rem;
    border: 1px solid #cbd7d1;
    border-radius: .6rem;
    background: #fff;
    color: #34463f;
    font-weight: 650;
}

.apply-button[b-08dio9zc6q] {
    min-height: 2.4rem;
    padding: .55rem 1.15rem;
    border: 0;
    border-radius: .6rem;
    background: #1f6b50;
    color: #fff;
    font-weight: 700;
}

.apply-button:disabled[b-08dio9zc6q] {
    opacity: .65;
}

.data-error[b-08dio9zc6q] {
    margin-top: 1rem;
    padding: .85rem 1rem;
    border-radius: .7rem;
    background: #fff0f0;
    color: #912c2c;
}

.filter-panel[b-08dio9zc6q],
.data-panel[b-08dio9zc6q],
.summary-card[b-08dio9zc6q] {
    border: 1px solid #dfe7e2;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 .5rem 1.5rem rgba(27, 61, 49, .05);
}

.filter-panel[b-08dio9zc6q] {
    padding: 1.25rem;
}

.view-switcher[b-08dio9zc6q] {
    display: inline-flex;
    padding: .25rem;
    border-radius: .7rem;
    background: #edf2ef;
}

.view-button[b-08dio9zc6q] {
    padding: .65rem 1rem;
    border: 0;
    border-radius: .5rem;
    background: transparent;
    color: #596862;
    font-weight: 700;
}

.view-button.active[b-08dio9zc6q] {
    background: #fff;
    color: #1f6b50;
    box-shadow: 0 .15rem .5rem rgba(27, 61, 49, .1);
}

.filter-grid[b-08dio9zc6q] {
    display: flex;
    align-items: end;
    gap: 1rem;
    margin-top: 1.15rem;
}

.filter-grid label[b-08dio9zc6q] {
    min-width: 13rem;
    color: #34463f;
    font-size: .86rem;
    font-weight: 650;
}

.filter-grid select[b-08dio9zc6q] {
    margin-top: .4rem;
}

.summary-grid[b-08dio9zc6q] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.summary-card[b-08dio9zc6q] {
    padding: 1.25rem;
}

.summary-card span[b-08dio9zc6q],
.summary-card small[b-08dio9zc6q] {
    display: block;
    color: #71807a;
}

.summary-card strong[b-08dio9zc6q] {
    display: block;
    margin: .4rem 0;
    color: #17231f;
    font-size: 2rem;
}

.summary-card .top-page[b-08dio9zc6q] {
    overflow: hidden;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-panel[b-08dio9zc6q] {
    min-height: 24rem;
    padding: 1.5rem;
}

.trend-panel[b-08dio9zc6q] {
    margin-bottom: 1rem;
    padding: 1.5rem;
    border: 1px solid #dfe7e2;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 .5rem 1.5rem rgba(27, 61, 49, .05);
}

.trend-panel h2[b-08dio9zc6q] {
    margin: 0;
    color: #17231f;
    font-size: 1.35rem;
}

.bar-chart[b-08dio9zc6q] {
    height: 15rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: clamp(1rem, 5vw, 4rem);
    margin: 1.5rem auto 0;
    padding: 0 clamp(.5rem, 4vw, 3rem);
    border-bottom: 1px solid #cfd9d4;
}

.bar-column[b-08dio9zc6q] {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: .45rem;
    text-align: center;
}

.bar-column strong[b-08dio9zc6q] {
    color: #34463f;
    font-size: .9rem;
}

.bar-column span[b-08dio9zc6q] {
    padding-bottom: .5rem;
    color: #64726d;
    font-weight: 650;
}

.bar-track[b-08dio9zc6q] {
    min-height: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}

.bar-fill[b-08dio9zc6q] {
    width: min(100%, 5.5rem);
    min-height: .2rem;
    border-radius: .5rem .5rem 0 0;
    background: #2b795d;
}

.trend-empty[b-08dio9zc6q] {
    padding: 3rem 1rem;
    color: #687771;
    text-align: center;
}

.data-panel h2[b-08dio9zc6q] {
    margin: 0;
    font-size: 1.35rem;
}

.empty-state[b-08dio9zc6q] {
    max-width: 32rem;
    margin: 4rem auto;
    text-align: center;
    color: #687771;
}

.empty-state h3[b-08dio9zc6q] {
    margin: 1rem 0 .5rem;
}

.chart-icon[b-08dio9zc6q] {
    width: 3.5rem;
    height: 3.5rem;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border-radius: 1rem;
    background: #eaf4ef;
    color: #1f6b50;
    font-size: 1.5rem;
}

.hits-table-wrap[b-08dio9zc6q] {
    margin-top: 1.5rem;
    overflow-x: auto;
}

.hits-table[b-08dio9zc6q] {
    width: 100%;
    border-collapse: collapse;
}

.hits-table th[b-08dio9zc6q],
.hits-table td[b-08dio9zc6q] {
    padding: .9rem .75rem;
    border-bottom: 1px solid #e4ebe7;
    text-align: left;
}

.hits-table th[b-08dio9zc6q] {
    color: #71807a;
    font-size: .75rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .dashboard-header[b-08dio9zc6q],
    .filter-grid[b-08dio9zc6q] {
        align-items: stretch;
        flex-direction: column;
    }

    .summary-grid[b-08dio9zc6q] {
        grid-template-columns: 1fr;
    }

    .filter-grid label[b-08dio9zc6q] {
        min-width: 0;
    }
}
/* /Pages/HeatMap.razor.rz.scp.css */
.map-page[b-om0fbvu50n] {
    max-width: 76rem;
    margin: 0 auto;
    padding: 1.25rem 0 3rem;
}

.map-header[b-om0fbvu50n] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.eyebrow[b-om0fbvu50n] {
    margin: 0 0 .35rem;
    color: #1f6b50;
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

h1[b-om0fbvu50n] {
    margin: 0;
    color: #17231f;
}

.map-header p:last-child[b-om0fbvu50n] {
    margin: .5rem 0 0;
    color: #64726d;
}

.map-controls[b-om0fbvu50n] {
    display: flex;
    align-items: end;
    gap: .75rem;
}

.map-controls label[b-om0fbvu50n] {
    min-width: 8rem;
    color: #34463f;
    font-size: .86rem;
    font-weight: 650;
}

.map-controls select[b-om0fbvu50n] {
    margin-top: .35rem;
}

.load-button[b-om0fbvu50n] {
    min-height: 2.4rem;
    padding: .55rem 1.15rem;
    border: 0;
    border-radius: .6rem;
    background: #1f6b50;
    color: #fff;
    font-weight: 700;
}

.map-summary[b-om0fbvu50n] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem 1.5rem;
    margin-bottom: .85rem;
    color: #64726d;
}

.map-summary strong[b-om0fbvu50n] {
    color: #17231f;
}

.legend-dot[b-om0fbvu50n] {
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid #18583f;
    border-radius: 50%;
    background: rgba(43, 121, 93, .42);
}

.traffic-map[b-om0fbvu50n] {
    width: 100%;
    height: 38rem;
    border: 1px solid #dfe7e2;
    border-radius: 1rem;
    overflow: hidden;
    background: #f5f7f6;
}

.map-frame[b-om0fbvu50n] {
    position: relative;
}

.map-loading-overlay[b-om0fbvu50n],
.map-empty[b-om0fbvu50n] {
    position: absolute;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .55rem;
    border-radius: 1rem;
    background: rgba(245, 247, 246, .88);
    color: #34463f;
    text-align: center;
    backdrop-filter: blur(2px);
}

.map-loading-overlay > span:last-child[b-om0fbvu50n] {
    color: #64726d;
    font-size: .85rem;
}

.map-spinner[b-om0fbvu50n] {
    width: 2.75rem;
    height: 2.75rem;
    border: .28rem solid #cad8d1;
    border-top-color: #1f6b50;
    border-radius: 50%;
    animation: map-spin-b-om0fbvu50n .8s linear infinite;
}

@keyframes map-spin-b-om0fbvu50n {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .map-spinner[b-om0fbvu50n] {
        animation-duration: 1.8s;
    }
}

.map-source[b-om0fbvu50n] {
    margin: .5rem 0 0;
    color: #71807a;
    font-size: .75rem;
}

[b-om0fbvu50n] .traffic-map-tooltip {
    padding: .55rem .7rem;
    border: 0;
    color: #17231f;
    font-size: .85rem;
    line-height: 1.45;
    box-shadow: 0 .35rem 1rem rgba(23, 35, 31, .2);
}

[b-om0fbvu50n] .leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
}

.map-error[b-om0fbvu50n] {
    margin-bottom: 1rem;
    padding: .85rem 1rem;
    border-radius: .7rem;
    background: #fff0f0;
    color: #912c2c;
}

@media (max-width: 760px) {
    .map-header[b-om0fbvu50n],
    .map-controls[b-om0fbvu50n] {
        align-items: stretch;
        flex-direction: column;
    }

    .map-controls label[b-om0fbvu50n] {
        min-width: 0;
    }

    .traffic-map[b-om0fbvu50n] {
        height: 30rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.login-page[b-tqssldnvs4] {
    min-height: calc(100vh - 2.2rem);
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(circle at top left, rgba(35, 110, 84, .16), transparent 35rem),
        #f4f7f5;
}

.login-card[b-tqssldnvs4] {
    width: min(100%, 29rem);
    padding: 2.75rem;
    border: 1px solid #dfe7e2;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 1.5rem 4rem rgba(27, 61, 49, .12);
}

.brand-mark[b-tqssldnvs4] {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
    border-radius: .8rem;
    background: #1f6b50;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 750;
}

.eyebrow[b-tqssldnvs4] {
    margin: 0 0 .4rem;
    color: #1f6b50;
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

h1[b-tqssldnvs4] {
    margin: 0;
    color: #17231f;
    font-size: 2rem;
    font-weight: 720;
}

.subtitle[b-tqssldnvs4] {
    margin: .65rem 0 2rem;
    color: #64726d;
}

.field[b-tqssldnvs4] {
    margin-bottom: 1.15rem;
}

.field label[b-tqssldnvs4] {
    display: block;
    margin-bottom: .45rem;
    color: #293a34;
    font-size: .9rem;
    font-weight: 650;
}

.field .form-control[b-tqssldnvs4] {
    min-height: 3rem;
    border-color: #cad6d0;
    border-radius: .65rem;
}

.field .form-control:focus[b-tqssldnvs4] {
    border-color: #2b795d;
    box-shadow: 0 0 0 .2rem rgba(43, 121, 93, .15);
}

.login-error[b-tqssldnvs4],
.login-success[b-tqssldnvs4] {
    margin: .5rem 0 1rem;
    padding: .8rem 1rem;
    border-radius: .65rem;
    font-size: .9rem;
}

.login-error[b-tqssldnvs4] {
    background: #fff0f0;
    color: #9c2929;
}

.login-success[b-tqssldnvs4] {
    background: #eaf7ef;
    color: #226541;
}

.sign-in-button[b-tqssldnvs4] {
    width: 100%;
    min-height: 3rem;
    border: 0;
    border-radius: .65rem;
    background: #1f6b50;
    color: #fff;
    font-weight: 700;
    transition: background .15s ease, transform .15s ease;
}

.sign-in-button:hover:not(:disabled)[b-tqssldnvs4] {
    background: #18583f;
    transform: translateY(-1px);
}

.sign-in-button:disabled[b-tqssldnvs4] {
    cursor: wait;
    opacity: .65;
}

@media (max-width: 520px) {
    .login-card[b-tqssldnvs4] {
        padding: 2rem 1.35rem;
    }
}
