@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/GateAccessManagement.WebUI.Server/Components/Pages/Analytics/Index.razor.rz.scp.css */
/* Scoped to Pages/Analytics/Index.razor — kept tiny on purpose so we don't
   pull in a charting library for what's really just a column of divs. */

.umami-chart[b-gakzscbg6l] {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 220px;
    padding: 12px 4px 4px;
    overflow-x: auto;
    /* x-axis reads chronologically left→right regardless of page direction */
    direction: ltr;
}

.umami-bar[b-gakzscbg6l] {
    flex: 0 0 24px;
    min-height: 4px;
    background: var(--accent-fill-rest);
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: opacity 150ms;
    cursor: default;
}

.umami-bar:hover[b-gakzscbg6l] {
    opacity: 0.75;
}

.umami-bar-value[b-gakzscbg6l] {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    opacity: 0;
    white-space: nowrap;
    background: var(--neutral-layer-3);
    padding: 1px 4px;
    border-radius: 3px;
}

.umami-bar:hover .umami-bar-value[b-gakzscbg6l] {
    opacity: 1;
}

.text-muted[b-gakzscbg6l] {
    color: var(--neutral-foreground-hint);
    padding: 12px;
}
/* _content/GateAccessManagement.WebUI.Server/Components/Pages/Analytics/MetricList.razor.rz.scp.css */
/* Scoped to Pages/Analytics/MetricList.razor */

.umami-metric-list[b-lk1dwejulz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.umami-metric-row[b-lk1dwejulz] {
    position: relative;
    height: 28px;
    background: var(--neutral-layer-2);
    border-radius: 4px;
    overflow: hidden;
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.umami-metric-bar[b-lk1dwejulz] {
    position: absolute;
    /* RTL: fill from the right */
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--accent-fill-rest);
    opacity: 0.25;
    z-index: 0;
}

.umami-metric-label[b-lk1dwejulz] {
    position: relative;
    z-index: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.umami-metric-value[b-lk1dwejulz] {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
    margin-inline-start: 8px;
}
