/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-wrapper[b-urii4ujaqy] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.landing-navbar[b-urii4ujaqy] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0.75rem 0;
}

.brand-logo[b-urii4ujaqy] {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    color: #1e293b !important;
}

[b-urii4ujaqy] .text-gradient {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991.98px) {
    .landing-navbar .navbar-collapse[b-urii4ujaqy] {
        background: #ffffff;
        padding: 1.5rem;
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    /* CSS-only mobile nav toggle (T24): no Bootstrap JS on this static-SSR layout, so a
       visually-hidden checkbox (toggled by the hamburger label) drives the disclosure. The
       checkbox and nav are siblings in .container, so ~ reaches it. */
    .landing-nav-collapse[b-urii4ujaqy] {
        display: none;
        width: 100%;
    }

    .landing-nav-toggle-cb:checked ~ .landing-nav-collapse[b-urii4ujaqy] {
        display: block;
    }
}

/* Desktop: always show the nav (Bootstrap hides the toggler label here); drop the checkbox so it
   isn't a stray tab stop. */
@media (min-width: 992px) {
    .landing-nav-toggle-cb[b-urii4ujaqy] {
        display: none;
    }

    .landing-nav-collapse[b-urii4ujaqy] {
        display: flex !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hr1b98nh5e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

/* NOTE: #blazor-error-ui styles moved to the GLOBAL wwwroot/app.css. The banner div lives in
   App.razor (T34) so it covers every layout; a scoped rule here would only match MainLayout's
   scope, leaving the banner permanently display:block (a false "unhandled error"). */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.custom-navbar[b-0klj209125] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 1rem 0;
    transition: background 0.3s ease;
}

.brand-logo[b-0klj209125] {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    color: #1e293b !important;
}

.text-gradient[b-0klj209125] {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-link[b-0klj209125] {
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.25rem !important;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
}

.custom-link i[b-0klj209125] {
    font-size: 1.1rem;
    opacity: 0.8;
}

.custom-link:hover[b-0klj209125] {
    color: #0f172a;
    background-color: rgba(241, 245, 249, 0.8);
}

.custom-link.active[b-0klj209125] {
    color: #2563eb !important;
    background-color: #eff6ff;
}

.custom-link.active i[b-0klj209125] {
    color: #2563eb;
    opacity: 1;
}

.btn-nav-cta[b-0klj209125] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-nav-cta:hover[b-0klj209125] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2) !important;
}

/* Vertical divider between primary nav and the utility cluster */
.nav-divider[b-0klj209125] {
    width: 1px;
    height: 24px;
    background-color: rgba(15, 23, 42, 0.12);
    margin: 0 0.5rem;
}

.navbar-toggler:focus[b-0klj209125] {
    box-shadow: none;
    outline: none;
}

/* Mobile optimizations */
@media (max-width: 991.98px) {
    .navbar-collapse[b-0klj209125] {
        background: #ffffff;
        padding: 1.5rem;
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }
    .custom-link[b-0klj209125] {
        width: 100%;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6eqsrubmz6],
.components-reconnect-repeated-attempt-visible[b-6eqsrubmz6],
.components-reconnect-failed-visible[b-6eqsrubmz6],
.components-pause-visible[b-6eqsrubmz6],
.components-resume-failed-visible[b-6eqsrubmz6],
.components-rejoining-animation[b-6eqsrubmz6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-retrying[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-failed[b-6eqsrubmz6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6eqsrubmz6] {
    display: block;
}


#components-reconnect-modal[b-6eqsrubmz6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-6eqsrubmz6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6eqsrubmz6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6eqsrubmz6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6eqsrubmz6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6eqsrubmz6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6eqsrubmz6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6eqsrubmz6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6eqsrubmz6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6eqsrubmz6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6eqsrubmz6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6eqsrubmz6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6eqsrubmz6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6eqsrubmz6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6eqsrubmz6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6eqsrubmz6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6eqsrubmz6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6eqsrubmz6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6eqsrubmz6 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard — scoped styles (single source; the old inline <style> block in
   Dashboard.razor was removed to stop it leaking globally and conflicting
   with these rules). Colors/shadows come from the design tokens in theme.css. */

.dash-card[b-vhuimwvcu5] {
    background: #fff;
    border: 1px solid var(--kg-slate-200) !important;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.25s ease;
}
.dash-card:hover[b-vhuimwvcu5] {
    transform: translateY(-6px);
    box-shadow: var(--kg-shadow-lg) !important;
}

/* Quick-access tiles */
.btn-white[b-vhuimwvcu5] {
    background-color: #fff;
    border-color: var(--kg-slate-200);
}
.hover-primary[b-vhuimwvcu5] {
    transition: border-color 0.15s ease, background-color 0.15s ease,
                transform 0.15s ease;
}
.hover-primary:hover[b-vhuimwvcu5] {
    border-color: var(--kg-primary) !important;
    background-color: var(--kg-primary-soft);
    transform: translateY(-2px);
}
.shadow-inner[b-vhuimwvcu5] {
    box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.05);
}

/* Recent-clients shortcuts (right column) */
.recent-client-row[b-vhuimwvcu5] {
    transition: background-color 0.15s ease;
}
.recent-client-row:hover[b-vhuimwvcu5] {
    background-color: var(--kg-primary-soft);
}
.recent-client-avatar[b-vhuimwvcu5] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background-color: var(--kg-primary-soft);
    color: var(--kg-primary);
    font-size: 0.95rem;
}

/* ── Operations pulse strip (dark, money-first snapshot) ── */
.dash-pulse[b-vhuimwvcu5] {
    background: var(--kg-slate-900) !important;
}
.dash-pulse-stat[b-vhuimwvcu5] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 0.15rem 0.6rem;
    border-radius: 0.6rem;
    transition: background-color 0.15s ease;
}
.dash-pulse-stat:hover[b-vhuimwvcu5] {
    background-color: rgba(255, 255, 255, 0.08);
}
.dash-pulse-num[b-vhuimwvcu5] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}
/* Money stat: a touch smaller than the count figures so the currency code fits and multiple
   currencies can stack on their own lines. */
.dash-pulse-money[b-vhuimwvcu5] {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.dash-pulse-label[b-vhuimwvcu5] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.6);
}
.dash-pulse-stat.is-urgent .dash-pulse-num[b-vhuimwvcu5] { color: var(--kg-warning); }
.dash-pulse-stat.is-urgent .dash-pulse-label[b-vhuimwvcu5] { color: rgba(245, 158, 11, 0.85); }

/* ── Period report: KPI tiles ──────────────────────────────────────────── */
.dash-kpi[b-vhuimwvcu5] {
    border: 1px solid var(--kg-slate-200);
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
}
.dash-kpi-label[b-vhuimwvcu5] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--kg-slate-500, #64748b);
    margin-bottom: 0.35rem;
}
.dash-kpi-value[b-vhuimwvcu5] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--kg-slate-900, #0f172a);
}
/* Money runs one line per currency, so it sits a step below the single-figure counts —
   two currencies must not push the tile taller than its neighbours. */
.dash-kpi-money[b-vhuimwvcu5] {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--kg-slate-900, #0f172a);
    white-space: nowrap;
}
.dash-kpi-cur[b-vhuimwvcu5] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--kg-slate-500, #64748b);
}
.dash-kpi-sub[b-vhuimwvcu5] {
    font-size: 0.75rem;
    color: var(--kg-slate-500, #64748b);
    margin-top: 0.2rem;
}
.dash-kpi-delta[b-vhuimwvcu5] {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--kg-slate-500, #64748b);
}
.dash-kpi-delta.is-up[b-vhuimwvcu5] { color: var(--kg-success, #16a34a); }
.dash-kpi-delta.is-down[b-vhuimwvcu5] { color: var(--kg-danger, #dc2626); }

/* ── Six-month trend: inline SVG area line ──────────────────────────────
   The form for "follow a shape through time" is a line; columns are for ranking discrete
   categories, and six thick filled blocks read loud and crude at this size. One <path> does
   not justify a charting library — its download, or its render-mode constraints.

   Mark specs are the house ones: 2px line, a ~10% wash for the fill, hairline recessive
   baseline, >=8px end marker carrying a 2px surface ring. Text never wears the series
   colour — the values and month names use ink tokens, and the coloured mark beside them
   carries the identity. */
/* Positioning context for the HTML labels, which are pinned to the same percentages the
   plot's points use. The bottom padding is the month band — sizing the container to
   EXCLUDE the axis is how a chart card grows a tiny nested scrollbar. */
.dash-spark-wrap[b-vhuimwvcu5] {
    position: relative;
    padding-bottom: 1.25rem;
}
.dash-spark[b-vhuimwvcu5] {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.dash-spark-month[b-vhuimwvcu5] {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 0.68rem;
    text-transform: uppercase;
    color: var(--kg-slate-500, #64748b);
    white-space: nowrap;
}
/* The one direct label on the chart. Sits just past the line's end — "value at the end"
   for a line — and is the reason the plot stops short of the right edge. */
.dash-spark-value[b-vhuimwvcu5] {
    position: absolute;
    transform: translateY(-50%);
    margin-left: 0.6rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--kg-slate-900, #0f172a);
    white-space: nowrap;
}
.dash-spark-area[b-vhuimwvcu5] {
    fill: rgba(var(--kg-chart-series-rgb, 21, 128, 61), 0.10);
}
.dash-spark-line[b-vhuimwvcu5] {
    fill: none;
    stroke: var(--kg-chart-series, #15803d);
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
    /* Pins the stroke at 2px however the viewBox scales to the card — otherwise a wide
       card renders a hairline and a narrow one a slab. */
    vector-effect: non-scaling-stroke;
}
.dash-spark-base[b-vhuimwvcu5] {
    stroke: var(--kg-slate-200, #e2e8f0);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}
/* The white stroke is the surface RING, not a border: it keeps the dot legible where it
   crosses the line, and is part of the mark rather than ink around it. */
.dash-spark-dot[b-vhuimwvcu5] {
    fill: var(--kg-chart-series, #15803d);
    stroke: #fff;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}
/* Hover/focus reveals that month's dot; its value rides the native <title>. The hit target
   is a full column, so nothing depends on landing on the 9px dot itself. Keyboard-reachable
   via tabindex, and the endpoint is labelled outright — hover is never the only way in. */
.dash-pt[b-vhuimwvcu5] { cursor: default; }
.dash-pt-reveal[b-vhuimwvcu5] {
    opacity: 0;
    transition: opacity 0.12s ease;
}
.dash-pt:hover .dash-pt-reveal[b-vhuimwvcu5],
.dash-pt:focus-visible .dash-pt-reveal[b-vhuimwvcu5] {
    opacity: 1;
}
.dash-pt:focus[b-vhuimwvcu5] { outline: none; }
.dash-pt:focus-visible rect[b-vhuimwvcu5] { outline: 2px solid var(--kg-chart-series, #15803d); }

/* The currency pills select which series is drawn, so the active one must carry the SERIES
   colour — a blue pill above a green line would break the only link between the control and
   what it controls. Bootstrap's btn-primary is that blue, hence the local pair. */
.dash-cur-pill[b-vhuimwvcu5] {
    border: 1px solid var(--kg-slate-200, #e2e8f0);
    background: #fff;
    color: var(--kg-slate-700, #334155);
}
.dash-cur-pill:hover[b-vhuimwvcu5] {
    border-color: var(--kg-chart-series, #15803d);
    color: var(--kg-chart-series, #15803d);
}
.dash-cur-pill.is-on[b-vhuimwvcu5],
.dash-cur-pill.is-on:hover[b-vhuimwvcu5] {
    background: var(--kg-chart-series, #15803d);
    border-color: var(--kg-chart-series, #15803d);
    color: #fff;
}
.dash-cur-pill:focus-visible[b-vhuimwvcu5] {
    outline: 2px solid var(--kg-chart-series, #15803d);
    outline-offset: 2px;
}
.dash-cur-pill .dash-cur-amt[b-vhuimwvcu5] { color: var(--kg-slate-500, #64748b); }
.dash-cur-pill.is-on .dash-cur-amt[b-vhuimwvcu5] { color: rgba(255, 255, 255, 0.85); }

@media (prefers-reduced-motion: reduce) {
    .dash-pt-reveal[b-vhuimwvcu5] { transition: none; }
}
/* /Components/Pages/LandingPage.razor.rz.scp.css */
/* ═══════════════════════ HERO ═══════════════════════ */
.hero-section[b-7tnqrmorfs] {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #2563eb 100%);
    padding: 6rem 1rem 5rem;
    position: relative;
    overflow: hidden;
}

.hero-section[b-7tnqrmorfs]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section[b-7tnqrmorfs]::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-title[b-7tnqrmorfs] {
    letter-spacing: -1px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-7tnqrmorfs] {
    max-width: 700px;
    font-size: 1.2rem;
}

.hero-cta[b-7tnqrmorfs] {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-cta:hover[b-7tnqrmorfs] {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

.hero-cta-main[b-7tnqrmorfs] {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

/* ═══════════════════════ QUICK ORDER CTA ═══════════════════════ */
.quick-order-section[b-7tnqrmorfs] {
    background-color: #f8fafc;
    margin-top: -2rem;
    position: relative;
    z-index: 1;
}

.quick-order-card[b-7tnqrmorfs] {
    border-top: 4px solid #ffc107 !important;
}

/* ═══════════════════════ LANGUAGE TOGGLE ═══════════════════════ */
.lang-toggle a[b-7tnqrmorfs] {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.lang-toggle a.active[b-7tnqrmorfs] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}

.lang-toggle a:hover:not(.active)[b-7tnqrmorfs] {
    color: rgba(255, 255, 255, 0.8);
}

/* ═══════════════════════ SERVICE CARDS ═══════════════════════ */
.services-section[b-7tnqrmorfs] {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.service-card[b-7tnqrmorfs] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1.25rem !important;
}

.service-card:hover[b-7tnqrmorfs] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.service-icon[b-7tnqrmorfs] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ═══════════════════════ HOW IT WORKS ═══════════════════════ */
.how-section[b-7tnqrmorfs] {
    background-color: #f8fafc;
}

.step-number[b-7tnqrmorfs] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

/* ═══════════════════════ CTA BANNER ═══════════════════════ */
.cta-section[b-7tnqrmorfs] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
    padding: 4rem 1rem;
}

/* ═══════════════════════ FOOTER ═══════════════════════ */
.footer-section[b-7tnqrmorfs] {
    border-top: 1px solid #e2e8f0;
}

/* ═══════════════════════ RESPONSIVE ═══════════════════════ */
@media (max-width: 767.98px) {
    .hero-section[b-7tnqrmorfs] {
        padding: 4rem 1rem 3rem;
    }

    .hero-title[b-7tnqrmorfs] {
        font-size: 2.25rem;
    }

    .hero-subtitle[b-7tnqrmorfs] {
        font-size: 1rem;
    }

    .service-card .card-body[b-7tnqrmorfs] {
        padding: 2rem !important;
    }
}
/* /Components/Pages/NewTransportRequest.razor.rz.scp.css */
    .wizard-step-label[b-0mhttkjefd] {
        transition: all 0.2s ease;
        padding: 2px 6px;
        border-radius: 6px;
    }
    .wizard-step-label[style*="cursor: pointer"]:hover[b-0mhttkjefd] {
        background-color: rgba(var(--bs-primary-rgb), 0.08);
        text-decoration: underline;
    }
/* /Components/Pages/RequestDetail.razor.rz.scp.css */
/* ── Key-facts strip ─────────────────────────────────────────────── */
/* Even, self-sizing columns: each fact gets an equal share of the row and
   the set reflows to fewer columns on narrow viewports without clipping. */
.kg-keyfacts-grid[b-za077xg9ry] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem 1.75rem;
    align-items: start;
}

.kg-fact[b-za077xg9ry] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.kg-fact-label[b-za077xg9ry] {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #6c757d;
    margin-bottom: .15rem;
}

.kg-fact-value[b-za077xg9ry] {
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
}

/* ── Status timeline ─────────────────────────────────────────────── */
.kg-timeline-track[b-za077xg9ry] {
    display: flex;
    align-items: flex-start;
}

.kg-step[b-za077xg9ry] {
    flex: 1 1 0;
    position: relative;
    text-align: center;
    padding-top: 1.35rem;
    min-width: 0;
}

/* Connector line drawn behind the dots, leading into each step from the previous one. */
.kg-step:not(:first-child)[b-za077xg9ry]::before {
    content: "";
    position: absolute;
    top: .5rem;
    left: -50%;
    width: 100%;
    height: 2px;
    background: #dee2e6;
    z-index: 1;
}

.kg-dot[b-za077xg9ry] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #dee2e6;
    border: 2px solid #dee2e6;
    z-index: 2;
}

.kg-label[b-za077xg9ry] {
    display: block;
    font-size: .78rem;
    color: #6c757d;
    margin-top: .45rem;
    padding: 0 .2rem;
    overflow-wrap: anywhere;
}

/* Completed + active segments and dots turn green/blue. */
.kg-step.is-done .kg-dot[b-za077xg9ry],
.kg-step.is-active .kg-dot[b-za077xg9ry] {
    background: #198754;
    border-color: #198754;
}

.kg-step.is-active .kg-dot[b-za077xg9ry] {
    background: #0d6efd;
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, .15);
}

.kg-step.is-negative .kg-dot[b-za077xg9ry] {
    background: #dc3545;
    border-color: #dc3545;
}

.kg-step.is-done[b-za077xg9ry]::before,
.kg-step.is-active[b-za077xg9ry]::before {
    background: #198754;
}

.kg-step.is-negative[b-za077xg9ry]::before {
    background: #dc3545;
}

.kg-step.is-active .kg-label[b-za077xg9ry] {
    color: #0d6efd;
    font-weight: 700;
}

.kg-step.is-negative .kg-label[b-za077xg9ry] {
    color: #dc3545;
    font-weight: 700;
}

/* ── Sidebar ─────────────────────────────────────────────────────── */
@media (min-width: 992px) {
    .kg-sidebar[b-za077xg9ry] {
        position: sticky;
        top: 1rem;
    }
}

/* The action panel is the one element allowed a strong accent, so the action
   you can take stands out from the quieter informational cards. */
.kg-action-zone[b-za077xg9ry] {
    border-left: 4px solid #0d6efd !important;
}

.kg-fare-box[b-za077xg9ry] {
    background: #f8f9fa;
    border-radius: .75rem;
    padding: .65rem .85rem;
}
/* /Components/Pages/TransportRequestsList.razor.rz.scp.css */
    /* .custom-card now lives in css/theme.css so Clients and Requests share one
       identical hover/shadow treatment. Only the page-specific pills remain here. */
    .custom-pills .nav-link[b-gwdy1z4825] {
        transition: all 0.2s ease-in-out;
        font-weight: 600;
    }
    .custom-pills .nav-link:hover:not(.active)[b-gwdy1z4825] {
        background-color: #f1f5f9;
        color: #0f172a !important;
    }
/* /Components/Pages/VisitorOrderWizard.razor.rz.scp.css */
    .wizard-step-label[b-qvvuqwq6uc] {
        transition: all 0.2s ease;
        padding: 2px 6px;
        border-radius: 6px;
    }
    .wizard-step-label[style*="cursor: pointer"]:hover[b-qvvuqwq6uc] {
        background-color: rgba(var(--bs-primary-rgb), 0.08);
        text-decoration: underline;
    }
/* /Components/Shared/DatePicker.razor.rz.scp.css */
.kg-datepicker[b-x9nzravwnr] {
    position: relative;
    width: 100%;
}

.kg-field[b-x9nzravwnr] {
    position: relative;
    cursor: pointer;
}

.kg-field-input[b-x9nzravwnr] {
    cursor: pointer;
    background-color: #fff;
    padding-right: 2.2rem;
}

.kg-field-input[b-x9nzravwnr]::placeholder {
    color: #adb5bd;
}

.kg-field-icon[b-x9nzravwnr] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-primary, #1a73e8);
    pointer-events: none;
    width: 1rem;
    height: 1rem;
}

/* Transparent click-away layer */
.kg-backdrop[b-x9nzravwnr] {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: transparent;
}

.kg-popover[b-x9nzravwnr] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1056;
    width: 17rem;
    max-width: 90vw;
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 0.75rem;
    padding: 0.75rem;
}

.kg-dp-header[b-x9nzravwnr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.kg-dp-title[b-x9nzravwnr] {
    font-weight: 700;
    color: #212529;
    font-size: 0.95rem;
}

.kg-nav[b-x9nzravwnr] {
    border: none;
    background: #f1f3f5;
    border-radius: 0.5rem;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: background-color 0.15s ease;
}

.kg-nav:hover[b-x9nzravwnr] {
    background: var(--bs-primary, #1a73e8);
    color: #fff;
}

.kg-nav svg[b-x9nzravwnr] {
    width: 0.8rem;
    height: 0.8rem;
}

.kg-dp-grid[b-x9nzravwnr] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.kg-dp-head[b-x9nzravwnr] {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #adb5bd;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
}

.kg-dp-day[b-x9nzravwnr] {
    border: none;
    background: transparent;
    border-radius: 0.5rem;
    aspect-ratio: 1 / 1;
    font-size: 0.85rem;
    color: #343a40;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.kg-dp-day:hover[b-x9nzravwnr] {
    background: rgba(var(--bs-primary-rgb, 26, 115, 232), 0.12);
}

.kg-dp-day.today[b-x9nzravwnr] {
    box-shadow: inset 0 0 0 1.5px var(--bs-primary, #1a73e8);
    font-weight: 700;
}

.kg-dp-day.selected[b-x9nzravwnr] {
    background: var(--bs-primary, #1a73e8);
    color: #fff;
    font-weight: 700;
}

.kg-dp-footer[b-x9nzravwnr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #f1f3f5;
    min-height: 1.5rem;
}

.kg-link[b-x9nzravwnr] {
    border: none;
    background: none;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bs-primary, #1a73e8);
}

.kg-link:hover[b-x9nzravwnr] {
    text-decoration: underline;
}

.kg-link-danger[b-x9nzravwnr] {
    color: #dc3545;
    margin-left: auto;
}

/* Validation error state */
.kg-field-input.kg-invalid[b-x9nzravwnr] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
}
/* /Components/Shared/TimePicker.razor.rz.scp.css */
.kg-timefield[b-btf2ihnnuh] {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
}

/* The bordered box reuses form-control/custom-input look; we only re-layout it. */
.kg-tf-box[b-btf2ihnnuh] {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px); /* exact Bootstrap form-control height */
    padding-left: 0.75rem;
    padding-right: 1.9rem; /* room for the clock button */
    background-color: #fff;
    cursor: text;
}

.kg-tf-box:focus-within[b-btf2ihnnuh] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem #258cfb;
}

.kg-tf-seg[b-btf2ihnnuh] {
    border: none;
    background: transparent;
    width: 2.5ch;
    min-width: 2.5ch;
    height: 1.5em;       /* clamp to content height so the flex box stays at form-control size */
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;      /* prevent the input's own line metrics from expanding the row */
    font-variant-numeric: normal;
    color: #212529;
    outline: none;
}

.kg-tf-seg[b-btf2ihnnuh]::placeholder {
    color: #ced4da;
}

.kg-tf-sep[b-btf2ihnnuh] {
    font-family: inherit;
    font-size: inherit;          /* exactly the HH/MM digit size, never larger */
    font-weight: 400;
    line-height: 1;              /* keep the colon from adding vertical space */
    color: #495057;
    padding: 0 1px;
    /* The colon glyph rides low in its line box; nudge it up a hair so the two
       dots optically center against the digits. */
    transform: translateY(-0.06em);
    user-select: none;
}

.kg-tf-iconbtn[b-btf2ihnnuh] {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary, #1a73e8);
    cursor: pointer;
    border-radius: 0.35rem;
    line-height: 0;
}

.kg-tf-iconbtn:hover[b-btf2ihnnuh] {
    background: rgba(var(--bs-primary-rgb, 26, 115, 232), 0.12);
}

.kg-tf-iconbtn svg[b-btf2ihnnuh] {
    width: 0.95rem;
    height: 0.95rem;
}

/* Transparent click-away layer */
.kg-backdrop[b-btf2ihnnuh] {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: transparent;
}

.kg-popover[b-btf2ihnnuh] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1056;
    width: 15rem;
    max-width: 90vw;
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 0.75rem;
    padding: 0.75rem;
}

.kg-tp-label[b-btf2ihnnuh] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #adb5bd;
    letter-spacing: 0.06em;
    margin-bottom: 0.35rem;
}

.kg-tp-hours[b-btf2ihnnuh] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3px;
    margin-bottom: 0.6rem;
}

.kg-tp-mins[b-btf2ihnnuh] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.kg-tp-cell[b-btf2ihnnuh] {
    border: none;
    background: #f8f9fa;
    border-radius: 0.45rem;
    padding: 0.35rem 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #343a40;
    font-variant-numeric: tabular-nums;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.kg-tp-cell:hover[b-btf2ihnnuh] {
    background: rgba(var(--bs-primary-rgb, 26, 115, 232), 0.15);
}

.kg-tp-cell.selected[b-btf2ihnnuh] {
    background: var(--bs-primary, #1a73e8);
    color: #fff;
}

.kg-tp-min[b-btf2ihnnuh] {
    padding: 0.45rem 0;
}

/* Compact variant for the narrow facility truck columns */
.kg-compact[b-btf2ihnnuh] {
    width: 100%;
}

.kg-compact .kg-tf-box[b-btf2ihnnuh] {
    /* Mirror Bootstrap's .form-control-sm so it lines up with a form-control-sm
       DatePicker: the smaller font drives the em-based height, and the corners
       use the matching (less-rounded) sm radius. */
    font-size: 0.875rem;
    height: calc(1.5em + 0.5rem + 2px);
    border-radius: var(--bs-border-radius-sm, 0.25rem);
    padding-left: 0.4rem;
    padding-right: 1.6rem;
}

/* Segments/colon inherit the 0.875rem box font, matching the sm DatePicker's digits. */

.kg-compact .kg-tf-iconbtn svg[b-btf2ihnnuh] {
    width: 0.8rem;
    height: 0.8rem;
}

/* Validation error state */
.kg-tf-box.kg-invalid[b-btf2ihnnuh] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
}
/* /Components/Steps/RequestSummaryView.razor.rz.scp.css */
/* ── Client section: aligned definition grid ─────────────────────── */
.kg-field-label[b-t1afioxtu8] {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #6c757d;
    margin-bottom: .2rem;
}

.kg-field-value[b-t1afioxtu8] {
    display: block;
    font-weight: 600;
    color: #212529;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

/* Stretch each cell to its row's height so the thin separators line up across
   the row regardless of value length — gives the grid a clean, aligned rhythm. */
.kg-client-grid > [class*="col-"][b-t1afioxtu8] {
    border-bottom: 1px solid #f1f1f4;
    padding-bottom: .65rem;
}
/* /Components/Steps/ServiceTypeStep.razor.rz.scp.css */
.service-card[b-ts4qkonjee] {
    transition: all 0.3s ease;
}
.service-card:hover[b-ts4qkonjee] {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}
