@import '_content/AB.Web.Components/AB.Web.Components.gttj58ntbp.bundle.scp.css';

/* _content/WeighOps.Web/Features/Bookings/Components/BookingDetailsView.razor.rz.scp.css */
/* Smaller, de-emphasized confirmation date next to the status badge */
.status-meta[b-2nz5e1u305] {
    font-size: 0.75rem;   /* smaller than .small (0.875rem) */
    line-height: 1.1;
    opacity: 0.75;        /* further de-emphasize */
}
/* _content/WeighOps.Web/Features/Bookings/Components/BookingEditSheet.razor.rz.scp.css */
.typeahead-list[b-rlmetp8gxe] {
    position: absolute;
    z-index: 1050;
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    margin-top: .25rem;
    border-radius: .375rem;
}
/* _content/WeighOps.Web/Features/Bookings/Components/BookingOverviewSheet.razor.rz.scp.css */
.card-header .bi[b-pth5qu6hs7] {
    font-size: 1.1rem;
}

.chip.chip-tonal[b-pth5qu6hs7] {
    padding: .25rem .5rem;
    border-radius: 999px;
    background-color: var(--bs-light);
    color: var(--bs-secondary-color, #6c757d);
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
}
/* _content/WeighOps.Web/Features/Clients/Components/TrailerEditSheet.razor.rz.scp.css */
.edit-sheet .section-title[b-h8f3p5vegh] {
    font-size: .9rem;
    color: var(--bs-secondary-color, #6c757d);
    border-top: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    padding-top: .5rem;
    margin-top: .25rem;
}

.edit-sheet .form-actions[b-h8f3p5vegh] {
    display: flex;
    justify-content: flex-start;
    gap: .5rem;
}

.edit-sheet input[type="number"][b-h8f3p5vegh] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
/* _content/WeighOps.Web/Features/Clients/Components/VehicleEditSheet.razor.rz.scp.css */
.edit-sheet .section-title[b-rpt5gjbsyn] {
    font-size: .9rem;
    color: var(--bs-secondary-color, #6c757d);
    border-top: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    padding-top: .5rem;
    margin-top: .25rem;
}

.edit-sheet .form-actions[b-rpt5gjbsyn] {
    display: flex;
    justify-content: flex-start;
    gap: .5rem;
}

.edit-sheet input[type="number"][b-rpt5gjbsyn] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
/* _content/WeighOps.Web/Features/Clients/Pages/PublicClient.razor.rz.scp.css */
/* Blurb styling (kept) */
.public-blurb[b-4xo33c5ib7] {
    border-left: 4px solid var(--op-color-primary);
}
.public-blurb .blurb-icon[b-4xo33c5ib7] {
    flex: 0 0 auto;
    width: 40px; height: 40px; border-radius: 999px;
    display: grid; place-items: center;
    color: #fff;
    background: color-mix(in srgb, var(--op-color-primary) 85%, black);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    font-size: 1rem;
}
.public-blurb .blurb-title[b-4xo33c5ib7] {
    margin: 0 0 .25rem;
    font-size: clamp(1.05rem, 2.5vw, 1.2rem);
    font-weight: 600;
}
.public-blurb .blurb-text[b-4xo33c5ib7] {
    margin: 0; opacity: .9; line-height: 1.45; font-size: .95rem;
}
.section-gap[b-4xo33c5ib7] { margin-top: 1rem; }
@media (min-width: 768px) { .section-gap[b-4xo33c5ib7] { margin-top: 1.25rem; } }

/* Compact buttons override the wide .contact-shell .btn defaults */
:deep(.btn-compact)[b-4xo33c5ib7] {
    width: auto !important;
    padding: .45rem .7rem !important;
    font-size: .9rem !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    border-radius: 6px !important;
}

/* Outline and ghost variants – keep light, not full width */
:deep(.btn-compact.btn-outline-primary)[b-4xo33c5ib7] {
    background: transparent !important;
    border: 1px solid var(--op-color-primary) !important;
    color: var(--op-color-primary) !important;
}
:deep(.btn-compact.btn-outline-primary:hover)[b-4xo33c5ib7] {
    background: color-mix(in srgb, var(--op-color-primary) 8%, white) !important;
}

:deep(.btn-compact.btn-ghost)[b-4xo33c5ib7] {
    background: transparent !important;
    border: 1px solid transparent !important;
    color: var(--op-color-primary) !important;
}
:deep(.btn-compact.btn-ghost:hover)[b-4xo33c5ib7] {
    background: color-mix(in srgb, var(--op-color-primary) 6%, white) !important;
}

/* Slightly tighter card padding on assets lists for mobile */
:deep(.assets-card .card-body)[b-4xo33c5ib7] {
    padding: .9rem .9rem;
}
/* _content/WeighOps.Web/Features/Enquiries/Components/EnquiryDisplayCard.razor.rz.scp.css */
/* Keep booking-like header icon scale */
.card-header .bi[b-nfyq5npb1e] {
    font-size: 1.1rem;
}

/* Preserve chips/colors */
.enquiry-card .chip.chip-tonal[b-nfyq5npb1e] {
    padding: .25rem .5rem;
    border-radius: 999px;
    background-color: var(--bs-light);
    color: var(--bs-secondary-color, #6c757d);
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
}

/* Bottom space so sticky actions don�t overlap */
.enquiry-display[b-nfyq5npb1e] {
    padding-bottom: 4rem;
}

/* Chips and status styling aligned with BookingOverviewSheet */
.enquiry-card .status-pill[b-nfyq5npb1e] {
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
}

/* Status colors (align with app tone) */
.enquiry-card .status-new[b-nfyq5npb1e] {
    background: #e7f1ff;
    color: #084298;
    border-color: #b6d4fe;
}
.enquiry-card .status-inprogress[b-nfyq5npb1e] {
    background: #fff3cd;
    color: #664d03;
    border-color: #ffe69c;
}
.enquiry-card .status-onhold[b-nfyq5npb1e] {
    background: #f8d7da;
    color: #842029;
    border-color: #f5c2c7;
}
.enquiry-card .status-resolved[b-nfyq5npb1e] {
    background: #d1e7dd;
    color: #0f5132;
    border-color: #badbcc;
}
.enquiry-card .status-closed[b-nfyq5npb1e] {
    background: #e2e3e5;
    color: #41464b;
    border-color: #d3d6d8;
}

.enquiry-card .chip.chip-link[b-nfyq5npb1e] {
    padding: .2rem .5rem;
    border-radius: 999px;
    background: #f1f3f5;
    color: #34495e;
    text-decoration: none;
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.1));
}
.enquiry-card .chip.chip-link:hover[b-nfyq5npb1e] {
    background: #e9ecef;
    text-decoration: none;
    color: #2c3e50;
}

.enquiry-card .icon-row[b-nfyq5npb1e] {
    display: flex;
    align-items: center;
    gap: .35rem;
    min-width: 0;
}
.enquiry-card .icon-link[b-nfyq5npb1e] {
    color: var(--bs-body-color);
    text-decoration: none;
    max-width: 100%;
}
.enquiry-card .icon-link:hover[b-nfyq5npb1e] {
    text-decoration: underline;
}
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/ReportBrandHeader.razor.rz.scp.css */
.report-brand[b-fx2cm7gnzq] {
    background: #fff;
    color: #212529;
    border-bottom: 1px solid #eef0f2;
}

/* Brand accent bar */
.report-brand .brand-bar[b-fx2cm7gnzq] {
    height: 4px;
    background: var(--brand-color, #184e99);
}

/* Mobile-first: stack, center, compact */
.report-brand .brand-content[b-fx2cm7gnzq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .5rem;
    padding: 1rem 0;
}

.report-brand .brand-logo[b-fx2cm7gnzq] {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.report-brand .report-title[b-fx2cm7gnzq] {
    margin: 0;
    font-size: 1.125rem; /* ~18px */
    font-weight: 600;
    line-height: 1.2;
}

.report-brand .brand-date[b-fx2cm7gnzq] {
    font-size: .875rem;
    color: #6c757d;
}

/* Small screens up: slightly larger sizing */
@media (min-width: 576px) {
    .report-brand .brand-logo[b-fx2cm7gnzq] { max-height: 48px; }
    .report-brand .report-title[b-fx2cm7gnzq] { font-size: 1.25rem; }
}

/* Medium screens up: horizontal layout, right-aligned date/actions */
@media (min-width: 768px) {
    .report-brand .brand-content[b-fx2cm7gnzq] {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 1rem;
    }

    /* Reorder: logo (1), title (2), date (3), actions (4) */
    .report-brand .brand-logo[b-fx2cm7gnzq] { order: 1; }
    .report-brand .report-title[b-fx2cm7gnzq] { order: 2; margin-left: .5rem; }
    .report-brand .brand-date[b-fx2cm7gnzq] { order: 3; margin-left: auto; }

    /* If actions are provided via ChildContent with class 'brand-actions' */
    .report-brand .brand-content[b-fx2cm7gnzq]  .brand-actions {
        order: 4;
        margin-left: .5rem;
        display: inline-flex;
        gap: .5rem;
        align-items: center;
    }
}

/* Large screens up: more prominent title */
@media (min-width: 992px) {
    .report-brand .report-title[b-fx2cm7gnzq] { font-size: 1.5rem; }
}

/* Print: keep header compact and brand color visible */
@media print {
    .report-brand .brand-content[b-fx2cm7gnzq] {
        padding: .5rem 0;
        gap: .25rem;
    }
    .report-brand .report-title[b-fx2cm7gnzq] { font-size: 1.1rem; }
    .report-brand .brand-logo[b-fx2cm7gnzq] { max-height: 36px; }
}
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/TrailerSection.razor.rz.scp.css */
/* Centered van figure with overlays (matches Vehicle width; uses van aspect ratio) */
.trailer-figure[b-45qw1i89yj] {
    position: relative;
    margin: 0 auto .75rem auto;
    width: 100%;
    /* Same max-width rule as Vehicle */
    max-width: calc(200px + 2 * (var(--pad) + var(--pad-extra)));

    /* Van image aspect ratio 1080 / 1920 = 9 / 16 */
    aspect-ratio: 9 / 16;

    box-sizing: border-box;
    overflow: hidden;

    /* reserve horizontal space for the tyre pills */
    padding-inline: calc(var(--pad) + var(--pad-extra));

    isolation: isolate;

    /* Tunables (kept in sync with Vehicle) */
    --pad: calc(var(--tyre-w) / 2 + 4px);
    --pad-extra: 30px;
    --car-w: 90%;
    --tyre-w: 40px;
    --tyre-h: 60px;
    --tyre-extra: 0px;
    --tyre-bg: #f1f3f5;
    --tyre-border: #d0d5da;
    --tyre-fg: #212529;

    /* Inset amounts to pull tyres toward the center (px, %, etc.) */
    --left-tyre-inset: 55px;   /* positive moves LEFT tyres right */
    --right-tyre-inset: 95px;  /* positive moves RIGHT tyres left */
}

/* Frame all overlays are positioned against */
.trailer-figure .car-box[b-45qw1i89yj] {
    position: absolute;
    inset: 0;
}

/* Van image: width drives size; height auto for small screens */
.trailer-figure .car-img[b-45qw1i89yj] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--car-w);
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

/* Tyre weights (pill) */
.trailer-figure .wheel[b-45qw1i89yj] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    width: var(--tyre-w);
    height: var(--tyre-h);
    padding: 0 .35rem;

    background: var(--tyre-bg);
    color: var(--tyre-fg);
    border: 1.5px solid var(--tyre-border);
    border-radius: calc(var(--tyre-h) / 2);
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    font-weight: 600;
    font-size: .9rem;
    z-index: 1;
}

/* Axle and ATM/GTM labels */
.trailer-figure .weight[b-45qw1i89yj] {
    position: absolute;
    font-weight: 700;
    font-size: .95rem;
    color: var(--brand-color, #184e99);
    background: #fff;
    border: 1px solid var(--brand-color, #184e99);
    border-radius: .75rem;
    padding: .1rem .5rem;
    white-space: nowrap;
    z-index: 2;
}

/* Tyre positions (kept aligned with Vehicle) */
.trailer-figure .car-box .front-left[b-45qw1i89yj]  { left: calc(50% - (var(--car-w) / 2) + var(--left-tyre-inset));  top: 52%; transform: translate(calc(-50% - var(--tyre-extra)), -50%); }
.trailer-figure .car-box .front-right[b-45qw1i89yj] { left: calc(50% + (var(--car-w) / 2) - var(--right-tyre-inset)); top: 52%; transform: translate(calc( 50% + var(--tyre-extra)), -50%); }
.trailer-figure .car-box .rear-left[b-45qw1i89yj]   { left: calc(50% - (var(--car-w) / 2) + var(--left-tyre-inset));  top: 63%; transform: translate(calc(-50% - var(--tyre-extra)), -50%); }
.trailer-figure .car-box .rear-right[b-45qw1i89yj]  { left: calc(50% + (var(--car-w) / 2) - var(--right-tyre-inset)); top: 63%; transform: translate(calc( 50% + var(--tyre-extra)), -50%); }

/* Axle and center labels */
.trailer-figure .car-box .front-axle[b-45qw1i89yj]  { left: 50%; top: 52%; transform: translate(-50%, -50%); }
.trailer-figure .car-box .rear-axle[b-45qw1i89yj]   { left: 50%; top: 63%; transform: translate(-50%, -50%); }
.trailer-figure .car-box .middle[b-45qw1i89yj]      { left: 50%; top: 35%; transform: translate(-50%, 0); }
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/TrailerSectionTile.razor.rz.scp.css */
/* Centered van figure with overlays (moved from TrailerSection.razor.css) */
.trailer-figure[b-uv3sld4hbk] {
    position: relative;
    margin: 0 auto .75rem auto;
    width: 100%;
    max-width: calc(200px + 2 * (var(--pad) + var(--pad-extra)));

    /* Van image aspect ratio 1080 / 1920 = 9 / 16 */
    aspect-ratio: 9 / 16;

    box-sizing: border-box;
    overflow: hidden;

    /* reserve horizontal space for the tyre pills */
    padding-inline: calc(var(--pad) + var(--pad-extra));

    isolation: isolate;

    /* Tunables */
    --pad: calc(var(--tyre-w) / 2 + 4px);
    --pad-extra: 30px;
    --car-w: 90%;
    --tyre-w: 40px;
    --tyre-h: 60px;
    --tyre-extra: 0px;
    --tyre-bg: #f1f3f5;
    --tyre-border: #d0d5da;
    --tyre-fg: #212529;

    /* Inset amounts to pull tyres toward the center (px, %, etc.) */
    --left-tyre-inset: 55px;   /* positive moves LEFT tyres right */
    --right-tyre-inset: 95px;  /* positive moves RIGHT tyres left */
}

/* Frame all overlays are positioned against */
.trailer-figure .car-box[b-uv3sld4hbk] {
    position: absolute;
    inset: 0;
}

/* Van image: width drives size; height auto for small screens */
.trailer-figure .car-img[b-uv3sld4hbk] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--car-w);
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

/* Tyre weights (pill) */
.trailer-figure .wheel[b-uv3sld4hbk] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    width: var(--tyre-w);
    height: var(--tyre-h);
    padding: 0 .35rem;

    background: var(--tyre-bg);
    color: var(--tyre-fg);
    border: 1.5px solid var(--tyre-border);
    border-radius: calc(var(--tyre-h) / 2);
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    font-weight: 600;
    font-size: .9rem;
    z-index: 1;
}

/* Axle and ATM/GTM labels */
.trailer-figure .weight[b-uv3sld4hbk] {
    position: absolute;
    font-weight: 700;
    font-size: .95rem;
    color: var(--brand-color, #184e99);
    background: #fff;
    border: 1px solid var(--brand-color, #184e99);
    border-radius: .75rem;
    padding: .1rem .5rem;
    white-space: nowrap;
    z-index: 2;
}

/* Tyre positions */
.trailer-figure .car-box .front-left[b-uv3sld4hbk]  { left: calc(50% - (var(--car-w) / 2) + var(--left-tyre-inset));  top: 52%; transform: translate(calc(-50% - var(--tyre-extra)), -50%); }
.trailer-figure .car-box .front-right[b-uv3sld4hbk] { left: calc(50% + (var(--car-w) / 2) - var(--right-tyre-inset)); top: 52%; transform: translate(calc( 50% + var(--tyre-extra)), -50%); }
.trailer-figure .car-box .rear-left[b-uv3sld4hbk]   { left: calc(50% - (var(--car-w) / 2) + var(--left-tyre-inset));  top: 63%; transform: translate(calc(-50% - var(--tyre-extra)), -50%); }
.trailer-figure .car-box .rear-right[b-uv3sld4hbk]  { left: calc(50% + (var(--car-w) / 2) - var(--right-tyre-inset)); top: 63%; transform: translate(calc( 50% + var(--tyre-extra)), -50%); }

/* Axle and center labels */
.trailer-figure .car-box .front-axle[b-uv3sld4hbk]  { left: 50%; top: 52%; transform: translate(-50%, -50%); }
.trailer-figure .car-box .rear-axle[b-uv3sld4hbk]   { left: 50%; top: 63%; transform: translate(-50%, -50%); }
.trailer-figure .car-box .middle[b-uv3sld4hbk]      { left: 50%; top: 35%; transform: translate(-50%, 0); }
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/VehicleSection.razor.rz.scp.css */
/* Moved vehicle figure styles into VehicleSectionTile.razor.css for proper scoping. */
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/VehicleSectionTile.razor.rz.scp.css */
/* Centered car figure with overlays (moved from VehicleSection.razor.css) */
.car-figure[b-zkscfky27m] {
    position: relative;
    margin: 0 auto .75rem auto;
    width: 100%;
    /* Add extra inline padding without shrinking the car image */
    max-width: calc(200px + 2 * (var(--pad) + var(--pad-extra)));

    /* Height to prevent clipping; tuned to car.png */
    aspect-ratio: 8 / 16;

    box-sizing: border-box;
    overflow: hidden;

    /* reserve horizontal space for the tyre pills */
    padding-inline: calc(var(--pad) + var(--pad-extra));

    isolation: isolate;

    /* Tunables */
    --pad: calc(var(--tyre-w) / 2 + 4px); /* base pad to clear half-pill */
    --pad-extra: 30px;                    /* extra room to avoid clipping */
    --car-w: 90%;
    --tyre-w: 40px;
    --tyre-h: 60px;
    --tyre-extra: 0px;
    --tyre-bg: #f1f3f5;
    --tyre-border: #d0d5da;
    --tyre-fg: #212529;

    /* Inset amounts to pull tyres toward the center (px, %, etc.) */
    --left-tyre-inset: 10px;   /* positive moves LEFT tyres right */
    --right-tyre-inset: 50px;  /* positive moves RIGHT tyres left */
}

/* Frame all overlays are positioned against */
.car-figure .car-box[b-zkscfky27m] {
    position: absolute;
    inset: 0;
}

/* Car image: width drives size; height auto for small screens */
.car-figure .car-img[b-zkscfky27m] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--car-w);
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

/* Tyre weights (pill) */
.car-figure .wheel[b-zkscfky27m] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    width: var(--tyre-w);
    height: var(--tyre-h);
    padding: 0 .35rem;

    background: var(--tyre-bg);
    color: var(--tyre-fg);
    border: 1.5px solid var(--tyre-border);
    border-radius: calc(var(--tyre-h) / 2);
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    font-weight: 600;
    font-size: .9rem;
    z-index: 1;
}

/* Axle and GVM labels */
.car-figure .weight[b-zkscfky27m] {
    position: absolute;
    font-weight: 700;
    font-size: .95rem;
    color: var(--brand-color, #184e99);
    background: #fff;
    border: 1px solid var(--brand-color, #184e99);
    border-radius: .75rem;
    padding: .1rem .5rem;
    white-space: nowrap;
    z-index: 2;
}

/* Pin tyres to the image edges (half overlap via translateX) */
.car-figure .car-box .front-left[b-zkscfky27m]  { left: calc(50% - (var(--car-w) / 2) + var(--left-tyre-inset));  top: 25%; transform: translate(calc(-50% - var(--tyre-extra)), -50%); }
.car-figure .car-box .front-right[b-zkscfky27m] { left: calc(50% + (var(--car-w) / 2) - var(--right-tyre-inset)); top: 25%; transform: translate(calc( 50% + var(--tyre-extra)), -50%); }
.car-figure .car-box .rear-left[b-zkscfky27m]   { left: calc(50% - (var(--car-w) / 2) + var(--left-tyre-inset));  top: 80%; transform: translate(calc(-50% - var(--tyre-extra)), -50%); }
.car-figure .car-box .rear-right[b-zkscfky27m]  { left: calc(50% + (var(--car-w) / 2) - var(--right-tyre-inset)); top: 80%; transform: translate(calc( 50% + var(--tyre-extra)), -50%); }

/* Axle and GVM labels (centered on image) */
.car-figure .car-box .front-axle[b-zkscfky27m]  { left: 50%; top: 25%; transform: translate(-50%, -50%); }
.car-figure .car-box .rear-axle[b-zkscfky27m]   { left: 50%; top: 80%; transform: translate(-50%, -50%); }
.car-figure .car-box .middle[b-zkscfky27m]      { left: 50%; top: 50%; transform: translate(-50%, 0); }
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/WeighReportDisplay.razor.rz.scp.css */
/* Brand header */
.weigh-report .report-brand[b-we9fwjyet7] { position: relative; }
.weigh-report .brand-bar[b-we9fwjyet7] {
    height: 6px;
    width: 100%;
    background: var(--brand-color, #184e99);
}
.weigh-report .brand-content[b-we9fwjyet7] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}
.weigh-report .brand-logo[b-we9fwjyet7] {
    width: 160px;
    height: auto;
    grid-column: 1;
    grid-row: 1;
}
.weigh-report .report-title[b-we9fwjyet7] {
    margin: 0;
    grid-column: 1 / span 2;
    grid-row: 2;
    text-align: center;
    font-size: clamp(18px, 2.2vw, 26px);
}
.weigh-report .brand-date[b-we9fwjyet7] {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    color: #6c757d;
    font-size: .9rem;
}
.weigh-report .brand-actions[b-we9fwjyet7] { display: flex; gap: 8px; }

/* Section chrome */
.weigh-report .section-title[b-we9fwjyet7] { font-size: 1rem; }
.weigh-report .label[b-we9fwjyet7] { font-size: .8rem; color: #6c757d; }
.weigh-report .value[b-we9fwjyet7] { font-size: .95rem; }

/* Snapshot card */
.weigh-report .snapshot[b-we9fwjyet7] { width: 100%; }
.weigh-report .snapshot-bg[b-we9fwjyet7] {
    position: relative;
    width: 100%;
    padding-top: 18%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    border-radius: 6px;
}
.weigh-report .weight-label[b-we9fwjyet7] {
    position: absolute;
    color: #333;
    background-color: rgba(255,255,255,.9);
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 600;
    font-size: clamp(12px, 1.6vw, 16px);
}
.weigh-report .weight-label.gvm[b-we9fwjyet7] { bottom: 14%; left: 16%; }
.weigh-report .weight-label.atm[b-we9fwjyet7] { bottom: 14%; right: 28%; }
.weigh-report .weight-label.gcm[b-we9fwjyet7] { top: 14%; left: 50%; transform: translateX(-50%); }

/* Vehicle figure */
.weigh-report .vehicle-figure[b-we9fwjyet7] {
    position: relative;
    width: 100%;
    padding-top: 40%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    border-radius: 6px;
}
.weigh-report .vehicle-figure .axle[b-we9fwjyet7] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(24,78,153,.1);
    border: 1px solid rgba(24,78,153,.3);
    color: #0b2e66;
    font-weight: 600;
    font-size: .9rem;
    padding: 2px 8px;
    border-radius: 4px;
}
.weigh-report .vehicle-figure .axle.front[b-we9fwjyet7] { top: 18%; }
.weigh-report .vehicle-figure .axle.rear[b-we9fwjyet7] { bottom: 16%; }
.weigh-report .vehicle-figure .total[b-we9fwjyet7] {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,.9);
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    padding: 2px 8px;
    font-weight: 600;
    border-radius: 4px;
}

/* Van figure */
.weigh-report .van-figure[b-we9fwjyet7] {
    position: relative;
    width: 100%;
    padding-top: 48%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    border-radius: 6px;
}
.weigh-report .van-figure .drawbar[b-we9fwjyet7],
.weigh-report .van-figure .front[b-we9fwjyet7],
.weigh-report .van-figure .rear[b-we9fwjyet7],
.weigh-report .van-figure .group[b-we9fwjyet7] {
    position: absolute;
    background: rgba(246,143,34,.1);
    border: 1px solid rgba(246,143,34,.3);
    color: #8a450a;
    font-weight: 600;
    font-size: .9rem;
    padding: 2px 8px;
    border-radius: 4px;
}
.weigh-report .van-figure .drawbar[b-we9fwjyet7] { top: 4%; left: 50%; transform: translateX(-50%); }
.weigh-report .van-figure .front[b-we9fwjyet7] { top: 32%; left: 50%; transform: translateX(-50%); }
.weigh-report .van-figure .group[b-we9fwjyet7] { top: 45%; left: 50%; transform: translateX(-50%); }
.weigh-report .van-figure .rear[b-we9fwjyet7] { bottom: 2%; left: 50%; transform: translateX(-50%); }

/* Utility */
.weigh-report .note[b-we9fwjyet7] { font-style: italic; color: #6c757d; }
@media print {
    .brand-actions[b-we9fwjyet7] { display: none; }
    .card[b-we9fwjyet7] { box-shadow: none !important; }
}
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/WeightSnapshotTile.razor.rz.scp.css */
/* Constrained, responsive snapshot background */
.snapshot[b-suxfxn0905] {
    position: relative;
    margin-top: .25rem;
}

.snapshot .snapshot-bg[b-suxfxn0905] {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 16 / 6; /* default; can be overridden via inline style */
}

/* Lines area is rendered by the tile, so this applies directly */
.lines[b-suxfxn0905] {
    margin-top: .5rem;
    display: block;
}

/* Use ::deep so rules apply to slotted content defined in the parent component */
.lines[b-suxfxn0905]  .row-line {
    display: flex;
    align-items: center;
    gap: var(--row-gap, 12px);
    margin-top: .4rem;
    position: relative;
    overflow: visible;
}

.lines[b-suxfxn0905]  .row-line.single { gap: 0; }
.lines[b-suxfxn0905]  .row-line.single .seg.half { flex: 0 0 50%; }
.lines[b-suxfxn0905]  .row-line.single.left .seg.half { margin-right: auto; }
.lines[b-suxfxn0905]  .row-line.single.right .seg.half { margin-left: auto; }

.lines[b-suxfxn0905]  .row-line.full { gap: 0; }

.lines[b-suxfxn0905]  .seg {
    position: relative;
    flex: 1 1 0;
    height: 34px;
}

.lines[b-suxfxn0905]  .seg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: var(--brand-color, #184e99);
    transform: translateY(-50%);
    opacity: .9;
    z-index: 0;
}

.lines[b-suxfxn0905]  .seg.half.left::before  { left: 0; right: var(--half-trim-px, 20px); }
.lines[b-suxfxn0905]  .seg.half.right::before { left: calc(0px - var(--half-trim-px, 20px)); right: 0; }

.lines[b-suxfxn0905]  .seg .tick {
    position: absolute;
    top: calc(50% - 6px);
    width: 2px;
    height: 12px;
    background: var(--brand-color, #184e99);
    z-index: 0;
}
.lines[b-suxfxn0905]  .seg.half.left .tick.start { left: 0; }
.lines[b-suxfxn0905]  .seg.half.left .tick.end   { right: var(--half-trim-px, 20px); }
.lines[b-suxfxn0905]  .seg.half.right .tick.start { left: calc(0px - var(--half-trim-px, 20px)); }
.lines[b-suxfxn0905]  .seg.half.right .tick.end   { right: 0; }
.lines[b-suxfxn0905]  .seg.full .tick.start { left: 0; }
.lines[b-suxfxn0905]  .seg.full .tick.end   { right: 0; }

.lines[b-suxfxn0905]  .seg .label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--snapshot-label-color, #184e99);
    font-size: .95rem;
    line-height: 1.1;
    font-weight: 600;
    white-space: nowrap;
    z-index: 1;
    transform: translate(-50%, -155%);
}
.lines[b-suxfxn0905]  .seg.half.left  .label { transform: translate(calc(-50% - (var(--half-trim-px, 20px) / 2)), -155%); }
.lines[b-suxfxn0905]  .seg.half.right .label { transform: translate(calc(-50% + (var(--half-trim-px, 20px) / 2)), -155%); }

@media print {
    .lines[b-suxfxn0905]  .seg::before { height: 1px; }
    .lines[b-suxfxn0905]  .seg .label {
        font-size: .9rem;
        transform: translate(-50%, -165%);
    }
}
/* _content/WeighOps.Web/Features/Weighing/Components/Reports/WeightsSnapshot.razor.rz.scp.css */
/* Container uses intrinsic ratio via child */
.snapshot[b-jrreyrf9a7] {
    position: relative;
    margin-top: .25rem;
}

/* Responsive background image */
.snapshot .snapshot-bg[b-jrreyrf9a7] {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 16 / 6;
}

/* Label chip */
.snapshot .weight-label[b-jrreyrf9a7] {
    position: absolute;
    background: var(--brand-color, #184e99);
    color: #fff;
    padding: .25rem .5rem;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    white-space: nowrap;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.snapshot .weight-label .k[b-jrreyrf9a7] {
    font-size: .7rem;
    line-height: 1.1;
    opacity: .95;
}
.snapshot .weight-label .v[b-jrreyrf9a7] {
    font-size: .9rem;
    line-height: 1.1;
    font-weight: 700;
}

/* Car snapshot positions */
.snapshot.car .slot1[b-jrreyrf9a7] { /* front axle */
    left: 30%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.snapshot.car .slot2[b-jrreyrf9a7] { /* rear axle */
    left: 58%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.snapshot.car .slot3[b-jrreyrf9a7] { /* GVM (roof area) */
    left: 44%;
    top: 20%;
    transform: translate(-50%, -50%);
}
.snapshot.car .slot4[b-jrreyrf9a7] { /* extra, bottom center (e.g., GCM) */
    left: 44%;
    bottom: 6%;
    transform: translate(-50%, 0);
}

/* Van snapshot positions */
.snapshot.van .slot1[b-jrreyrf9a7] { /* TBW near drawbar (left) */
    left: 12%;
    top: 54%;
    transform: translate(-50%, -50%);
}
.snapshot.van .slot2[b-jrreyrf9a7] { /* Axle group center (GTM) */
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
}
.snapshot.van .slot3[b-jrreyrf9a7] { /* ATM (roof area) */
    right: 10%;
    top: 20%;
    transform: translate(50%, -50%);
}
.snapshot.van .slot4[b-jrreyrf9a7] { /* GTM (bottom right) */
    right: 10%;
    bottom: 6%;
    transform: translate(50%, 0);
}

/* Combined (car + van) positions */
.snapshot.combined .slot1[b-jrreyrf9a7] { /* Vehicle GVM over car */
    left: 26%;
    top: 40%;
    transform: translate(-50%, -50%);
}
.snapshot.combined .slot2[b-jrreyrf9a7] { /* Trailer GTM over van */
    right: 20%;
    top: 42%;
    transform: translate(50%, -50%);
}
.snapshot.combined .slot3[b-jrreyrf9a7] { /* GCM bottom center */
    left: 50%;
    bottom: 6%;
    transform: translate(-50%, 0);
}
.snapshot.combined .slot4[b-jrreyrf9a7] { /* TBW near drawbar junction */
    left: 44%;
    top: 58%;
    transform: translate(-50%, -50%);
}

/* Scale up a touch on small+ */
@media (min-width: 576px) {
    .snapshot .weight-label .k[b-jrreyrf9a7] { font-size: .75rem; }
    .snapshot .weight-label .v[b-jrreyrf9a7] { font-size: 1rem; }
}

/* Print-friendly adjustments */
@media print {
    .snapshot .weight-label[b-jrreyrf9a7] {
        box-shadow: none;
        padding: .2rem .45rem;
    }
    .snapshot .weight-label .k[b-jrreyrf9a7] { font-size: .65rem; }
    .snapshot .weight-label .v[b-jrreyrf9a7] { font-size: .85rem; }
}

/* Snapshot gallery container (keep variables reused by tiles if desired) */
.snapshot-gallery[b-jrreyrf9a7] {
    width: 100%;
    --half-trim-px: 20px;
    --snapshot-label-color: #184e99;
    --row-gap: 12px;
    margin: 0;
    padding: 0;
}

/* (Optional) spacing between tiles if not already provided via mb-3 on the card */
.snapshot-gallery > .snapshot-panel[b-jrreyrf9a7] {
    margin-bottom: 1.25rem;
}

/* If nothing else in this file is needed you can even delete the file entirely.
   Keep only what is still directly used outside the tile component. */
/* _content/WeighOps.Web/Layout/LandingLayout.razor.rz.scp.css */
:root[b-xbz0styabe] {
  --wr-primary: #2563EB; /* indigo-600 */
  --wr-accent:  #38BDF8; /* sky-400 */
  --wr-text:    #111827; /* gray-900 */
  --wr-muted:   #6B7280; /* gray-500 */
  --wr-bg:      #F9FAFB; /* gray-50 */
}

.landing-header[b-xbz0styabe] { background: #fff; }
.brand-mark[b-xbz0styabe] {
  width: 28px; height: 28px; border-radius: 6px;
  background: linear-gradient(135deg, var(--wr-primary), var(--wr-accent));
  display: inline-block;
}
.brand-name[b-xbz0styabe] { color: var(--wr-text); }

.hero[b-xbz0styabe] {
  background: radial-gradient(1200px 400px at 50% -10%, #E0E7FF 0%, transparent 50%), #fff;
}
.hero h1[b-xbz0styabe] { font-weight: 700; letter-spacing: -0.02em; }
.hero p[b-xbz0styabe] { color: var(--wr-muted); }

.section[b-xbz0styabe] { padding: 3rem 0; }
.section .lead[b-xbz0styabe] { color: var(--wr-muted); }

.feature-card[b-xbz0styabe] {
  background: #fff; border: 1px solid #E5E7EB; border-radius: 12px; padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.landing-footer[b-xbz0styabe] { background: #fff; }
/* _content/WeighOps.Web/Layout/MainLayout.razor.rz.scp.css */
.page[b-qfxrqhrkwh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qfxrqhrkwh] {
    flex: 1;
}

.sidebar[b-qfxrqhrkwh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qfxrqhrkwh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qfxrqhrkwh]  a, .top-row[b-qfxrqhrkwh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qfxrqhrkwh]  a:hover, .top-row[b-qfxrqhrkwh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qfxrqhrkwh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qfxrqhrkwh] {
        justify-content: space-between;
    }

    .top-row[b-qfxrqhrkwh]  a, .top-row[b-qfxrqhrkwh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qfxrqhrkwh] {
        flex-direction: row;
    }

    .sidebar[b-qfxrqhrkwh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qfxrqhrkwh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qfxrqhrkwh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qfxrqhrkwh], article[b-qfxrqhrkwh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qfxrqhrkwh] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qfxrqhrkwh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WeighOps.Web/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tla35y9xg2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-tla35y9xg2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-tla35y9xg2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tla35y9xg2] {
    font-size: 1.1rem;
}

.bi[b-tla35y9xg2] {
    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-tla35y9xg2] {
    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-tla35y9xg2] {
    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-tla35y9xg2] {
    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-tla35y9xg2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tla35y9xg2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tla35y9xg2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tla35y9xg2]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-tla35y9xg2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-tla35y9xg2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-tla35y9xg2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-tla35y9xg2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tla35y9xg2] {
        display: none;
    }

    .nav-scrollable[b-tla35y9xg2] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
