/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-q2hjf1886p]{min-height:100vh;width:100%}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7iocfbg8ym] {
    background: #eef2f6;
    min-height: 100vh;
}

main[b-7iocfbg8ym] {
    min-width: 0;
    width: 100%;
}

#blazor-error-ui[b-7iocfbg8ym] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-7iocfbg8ym] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-6qdsseplkm] {
    align-items: center;
    background: #071d34;
    border-bottom: 1px solid #102f4e;
    display: flex;
    gap: 1.25rem;
    height: auto;
    min-height: 5.5rem;
    padding: 0.7rem 1.35rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

.brand-mark[b-6qdsseplkm] {
    align-items: center;
    display: flex;
    position: relative;
    text-decoration: none;
    z-index: 4;
}

.brand-mark img[b-6qdsseplkm] {
    display: block;
    object-fit: contain;
}

.fuelmaster-brand[b-6qdsseplkm] {
    justify-content: flex-start;
    margin-left: 0;
}

.navbar-toggler[b-6qdsseplkm] {
    appearance: none;
    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, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.45rem rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    cursor: pointer;
    display: none;
    height: 2.4rem;
    margin-left: auto;
    width: 2.8rem;
}

.navbar-toggler:checked[b-6qdsseplkm] {
    background-color: rgba(255, 255, 255, 0.18);
}

.nav-scrollable[b-6qdsseplkm] {
    flex: 0 1 auto;
    left: 50%;
    max-width: calc(100% - 18rem);
    min-width: 0;
    overflow: visible;
    position: absolute;
    scrollbar-width: none;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.nav-scrollable[b-6qdsseplkm]::-webkit-scrollbar {
    display: none;
}

.nav[b-6qdsseplkm] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.45rem;
    justify-content: center;
    min-width: 0;
}

.nav-item[b-6qdsseplkm] {
    font-size: 1rem;
    padding: 0;
    position: relative;
}

.nav-item[b-6qdsseplkm]  .nav-link {
    align-items: center;
    background: none;
    border: none;
    border-radius: 6px;
    color: #f5f7fb;
    display: flex;
    font-weight: 800;
    line-height: 1.25;
    min-height: 2.55rem;
    padding: 0.55rem 0.78rem;
    white-space: nowrap;
}

.nav-dropdown > .nav-link[b-6qdsseplkm] {
    cursor: pointer;
    margin: 0;
}

.nav-caret[b-6qdsseplkm] {
    background: #8fa8bf;
    clip-path: polygon(10% 28%, 90% 28%, 50% 78%);
    display: inline-block;
    flex: 0 0 0.62rem;
    height: 0.5rem;
    margin-left: 0.5rem;
    transform-origin: center;
    transition: background-color 150ms ease, transform 150ms ease;
    width: 0.62rem;
}

.nav-caret[b-6qdsseplkm]::after {
    content: none;
}

.dropdown-toggle:checked + .nav-link .nav-caret[b-6qdsseplkm] {
    background: #70dfbc;
    transform: rotate(180deg);
}

.nav-dropdown > .nav-link:hover .nav-caret[b-6qdsseplkm] {
    background: #70dfbc;
}

.dropdown-menu[b-6qdsseplkm] {
    background: #f8fafc;
    border: 1px solid #b8c8d6;
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(4, 19, 34, 0.24), 0 3px 8px rgba(4, 19, 34, 0.12);
    display: none;
    left: 0;
    min-width: 17rem;
    padding: 0.45rem;
    position: absolute;
    top: calc(100% + 0.6rem);
    z-index: 110;
}

.dropdown-menu[b-6qdsseplkm]::before {
    background: #f8fafc;
    border-left: 1px solid #b8c8d6;
    border-top: 1px solid #b8c8d6;
    content: "";
    height: .7rem;
    left: 1.35rem;
    position: absolute;
    top: -.4rem;
    transform: rotate(45deg);
    width: .7rem;
}

.dropdown-toggle[b-6qdsseplkm] {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.dropdown-toggle:checked ~ .dropdown-menu[b-6qdsseplkm] {
    display: block;
}

.dropdown-menu[b-6qdsseplkm]  .dropdown-link {
    align-items: center;
    border-radius: 6px;
    color: #102238;
    display: flex;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.25;
    min-height: 2.55rem;
    padding: 0.62rem 0.72rem;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu[b-6qdsseplkm]  .dropdown-link::before {
    background: #6f879c;
    border-radius: 999px;
    content: "";
    flex: 0 0 .42rem;
    height: .42rem;
    margin-right: .7rem;
    transition: background-color 140ms ease, transform 140ms ease;
    width: .42rem;
}

.dropdown-menu[b-6qdsseplkm]  .dropdown-link::after {
    color: #8799aa;
    content: "›";
    font-size: 1rem;
    margin-left: auto;
    padding-left: 1rem;
}

.dropdown-section-label[b-6qdsseplkm] {
    color: #718395;
    display: block;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding: .65rem .72rem .3rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.dropdown-section-label:not(:first-child)[b-6qdsseplkm] {
    border-top: 1px solid #dce4eb;
    margin-top: .3rem;
    padding-top: .65rem;
}

.dropdown-menu[b-6qdsseplkm]  .dropdown-link:hover,
.dropdown-menu[b-6qdsseplkm]  .dropdown-link.active {
    background: #e7eef5;
    color: #0b3554;
    text-decoration: none;
}

.dropdown-menu[b-6qdsseplkm]  .dropdown-link:hover::before,
.dropdown-menu[b-6qdsseplkm]  .dropdown-link.active::before {
    background: #0b5d8d;
    transform: scale(1.2);
}

.dropdown-menu[b-6qdsseplkm]  .dropdown-link:hover::after,
.dropdown-menu[b-6qdsseplkm]  .dropdown-link.active::after { color: #0b5d8d; }

.nav-item[b-6qdsseplkm]  a.active {
    background-color: #1e3958;
    color: white;
}

.nav-item[b-6qdsseplkm]  .nav-link:hover {
    background-color: #132c46;
    color: white;
}

@media (max-width: 900px) {
    .top-row[b-6qdsseplkm] {
        height: auto;
        flex-wrap: wrap;
        gap: .65rem;
        padding-inline: .75rem;
    }

    .fuelmaster-brand[b-6qdsseplkm] {
        flex: 1 1 auto;
        min-width: 0;
        order: 1;
    }

    .fuelmaster-brand img[b-6qdsseplkm] {
        max-width: min(13.5rem, 55vw);
    }

    .navbar-toggler[b-6qdsseplkm] {
        display: block;
        flex: 0 0 2.8rem;
        order: 2;
    }

    .top-logout[b-6qdsseplkm] {
        order: 3;
    }

    .nav-scrollable[b-6qdsseplkm] {
        flex: 1 0 100%;
        left: auto;
        max-width: 100%;
        order: 4;
        overflow: visible;
        position: static;
        transform: none;
        width: 100%;
    }

    .navbar-toggler:not(:checked) ~ .nav-scrollable[b-6qdsseplkm] {
        display: none;
    }

    .nav[b-6qdsseplkm] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .dropdown-menu[b-6qdsseplkm] {
        left: 0;
        max-width: 100%;
        min-width: 0;
        position: relative;
        top: .25rem;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .top-row[b-6qdsseplkm] {
        min-height: 4.4rem;
    }

    .fuelmaster-brand img[b-6qdsseplkm] {
        max-width: 10rem;
    }
}

/* Logo is proportionally sized from the shared header height. */
.top-row[b-6qdsseplkm] {
    --nav-heading-height: 5.5rem;
    min-height: 5.5rem;
    padding-block: .25rem;
}

.fuelmaster-brand[b-6qdsseplkm] {
    flex-basis: 25rem;
}

.fuelmaster-brand img[b-6qdsseplkm] {
    height: calc(var(--nav-heading-height) * .9);
    max-height: calc(var(--nav-heading-height) * .9);
    width: auto;
}

@media (max-width: 1200px) {
    .fuelmaster-brand[b-6qdsseplkm] {
        flex-basis: 22rem;
    }
}

@media (max-width: 900px) {
    .top-row[b-6qdsseplkm] {
        padding-block: .45rem;
    }

    .fuelmaster-brand[b-6qdsseplkm] {
        flex-basis: 16.5rem;
    }
}

.top-logout[b-6qdsseplkm] {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    flex: 0 0 auto;
    font-weight: 800;
    margin-left: auto;
    min-height: 2.45rem;
    padding: .5rem .85rem;
    position: relative;
    z-index: 4;
}

.top-logout:hover[b-6qdsseplkm] {
    background: #9f2f2f;
    border-color: #b94545;
}

@media (max-width: 560px) {
    .top-logout[b-6qdsseplkm] { padding-inline: .6rem; }
}



/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-g7rnpcin6h],
.components-reconnect-repeated-attempt-visible[b-g7rnpcin6h],
.components-reconnect-failed-visible[b-g7rnpcin6h],
.components-pause-visible[b-g7rnpcin6h],
.components-resume-failed-visible[b-g7rnpcin6h],
.components-rejoining-animation[b-g7rnpcin6h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-retrying[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-failed[b-g7rnpcin6h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-g7rnpcin6h] {
    display: block;
}


#components-reconnect-modal[b-g7rnpcin6h] {
    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-g7rnpcin6h 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-g7rnpcin6h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-g7rnpcin6h 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-g7rnpcin6h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-g7rnpcin6h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-g7rnpcin6h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-g7rnpcin6h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-g7rnpcin6h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-g7rnpcin6h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-g7rnpcin6h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-g7rnpcin6h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-g7rnpcin6h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-g7rnpcin6h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-g7rnpcin6h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-g7rnpcin6h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-g7rnpcin6h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-g7rnpcin6h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-g7rnpcin6h {
    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/ApiSettings.razor.rz.scp.css */
.dashboard-page[b-2xr9lb5v21] {
    --api-ink: #102238;
    --api-muted: #607086;
    --api-line: #d9e3ec;
    --api-soft: #f5f8fb;
    --api-brand: #087f5b;
    --api-brand-dark: #066548;
    display: grid;
    gap: 1.25rem;
}

.page-heading[b-2xr9lb5v21] {
    background:
        radial-gradient(circle at 88% 10%, rgba(52, 211, 153, 0.2), transparent 24rem),
        linear-gradient(125deg, #0a2038 0%, #103653 58%, #0b5f55 140%);
    border: 0;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(8, 34, 60, 0.18);
    color: #fff;
    overflow: hidden;
    padding: 1.65rem 1.8rem;
    position: relative;
}

.page-heading[b-2xr9lb5v21]::after {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    content: "";
    height: 12rem;
    position: absolute;
    right: -3rem;
    top: -6rem;
    width: 12rem;
}

.page-heading p[b-2xr9lb5v21] {
    color: #72e5bd;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    margin: 0 0 .4rem;
    text-transform: uppercase;
}

.page-heading h1[b-2xr9lb5v21] {
    color: #fff;
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    letter-spacing: -.035em;
    margin: 0;
}

.page-status[b-2xr9lb5v21] {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #d9e9f2;
    padding: .48rem .55rem .48rem .85rem;
    position: relative;
    z-index: 1;
}

.page-status strong[b-2xr9lb5v21] {
    background: #34d399;
    border-radius: 999px;
    color: #073c2d;
    padding: .32rem .7rem;
}

.panel[b-2xr9lb5v21] {
    border: 1px solid var(--api-line);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 35, 55, .07);
    padding: 1.25rem;
}

.panel-title[b-2xr9lb5v21] {
    border-bottom: 1px solid #e7edf3;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.panel-title h2[b-2xr9lb5v21] {
    color: var(--api-ink);
    font-size: 1.08rem;
    letter-spacing: -.015em;
}

.panel-actions[b-2xr9lb5v21] {
    display: flex;
    gap: .55rem;
}

.panel-title button[b-2xr9lb5v21] {
    border-radius: 9px;
    cursor: pointer;
    min-height: 2.55rem;
    padding: .55rem 1rem;
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.panel-title button:not(.secondary-action)[b-2xr9lb5v21] {
    background: var(--api-brand);
    box-shadow: 0 7px 16px rgba(8,127,91,.2);
}

.panel-title button:hover[b-2xr9lb5v21] {
    box-shadow: 0 9px 20px rgba(8,127,91,.2);
    transform: translateY(-1px);
}

.feedback-banner[b-2xr9lb5v21] {
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: .8rem 1rem;
}

.table-wrap[b-2xr9lb5v21] {
    overflow: visible;
}

.endpoint-table[b-2xr9lb5v21] {
    min-width: 0;
}

.endpoint-table thead[b-2xr9lb5v21] {
    display: none;
}

.endpoint-table tbody[b-2xr9lb5v21] {
    display: grid;
    gap: 1rem;
}

.endpoint-table tr[b-2xr9lb5v21] {
    background: linear-gradient(180deg, #fff, #fbfcfe);
    border: 1px solid var(--api-line);
    border-radius: 13px;
    display: grid;
    gap: .85rem 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1rem;
    position: relative;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.endpoint-table tr:hover[b-2xr9lb5v21] {
    border-color: #b8d5ca;
    box-shadow: 0 12px 25px rgba(22, 53, 75, .08);
    transform: translateY(-1px);
}

.endpoint-table td[b-2xr9lb5v21] {
    align-content: start;
    border: 0;
    color: var(--api-ink);
    display: grid;
    font-size: .88rem;
    gap: .38rem;
    min-width: 0;
    padding: 0;
}

.endpoint-table td[b-2xr9lb5v21]::before {
    color: var(--api-muted);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.endpoint-table td:nth-child(1)[b-2xr9lb5v21] {
    align-items: center;
    background: #eaf6f1;
    border-radius: 9px;
    color: var(--api-brand-dark);
    display: flex;
    font-size: .95rem;
    font-weight: 900;
    grid-column: span 2;
    min-height: 2.65rem;
    padding: .6rem .8rem;
}

.endpoint-table td:nth-child(1)[b-2xr9lb5v21]::before { content: none; }
.endpoint-table td:nth-child(2)[b-2xr9lb5v21] { grid-column: span 2; }
.endpoint-table td:nth-child(3)[b-2xr9lb5v21] { grid-column: span 2; }
.endpoint-table td:nth-child(10)[b-2xr9lb5v21] { grid-column: span 3; }
.endpoint-table td:nth-child(11)[b-2xr9lb5v21] { align-items: end; }
.endpoint-table td:nth-child(2)[b-2xr9lb5v21]::before { content: "Base URL"; }
.endpoint-table td:nth-child(3)[b-2xr9lb5v21]::before { content: "Endpoint path"; }
.endpoint-table td:nth-child(4)[b-2xr9lb5v21]::before { content: "Username"; }
.endpoint-table td:nth-child(5)[b-2xr9lb5v21]::before { content: "Password"; }
.endpoint-table td:nth-child(6)[b-2xr9lb5v21]::before { content: "Timeout"; }
.endpoint-table td:nth-child(7)[b-2xr9lb5v21]::before { content: "Method"; }
.endpoint-table td:nth-child(8)[b-2xr9lb5v21]::before { content: "Sync schedule"; }
.endpoint-table td:nth-child(9)[b-2xr9lb5v21]::before { content: "Status"; }
.endpoint-table td:nth-child(10)[b-2xr9lb5v21]::before { content: "Last check"; }
.endpoint-table td:nth-child(11)[b-2xr9lb5v21]::before { content: "Connection test"; }

.table-input[b-2xr9lb5v21] {
    background: var(--api-soft);
    border: 1px solid #cbd7e2;
    border-radius: 8px;
    font-size: .86rem;
    min-height: 2.55rem;
    outline: 0;
    padding: .52rem .65rem;
    transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.table-input:focus[b-2xr9lb5v21] {
    background: #fff;
    border-color: var(--api-brand);
    box-shadow: 0 0 0 3px rgba(8,127,91,.12);
}

.table-input.compact[b-2xr9lb5v21] { min-width: 0; }

.badge[b-2xr9lb5v21] {
    justify-self: start;
    min-height: 2.1rem;
    padding: .48rem .7rem;
}

.table-action[b-2xr9lb5v21] {
    background: var(--api-ink);
    border-radius: 8px;
    min-height: 2.55rem;
    width: 100%;
}

.table-action:hover[b-2xr9lb5v21] { background: #173c5f; }

.table-message[b-2xr9lb5v21] {
    max-width: none;
    white-space: normal;
}

.fma-settings-card .endpoint-table tr[b-2xr9lb5v21] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.email-settings-card[b-2xr9lb5v21]::before { background: #2563eb; }
.email-toggle-grid[b-2xr9lb5v21] { display:grid; gap:.75rem; grid-template-columns:repeat(3,minmax(0,1fr)); margin-bottom:1rem; }
.toggle-row[b-2xr9lb5v21] { align-items:flex-start; background:#f5f8fb; border:1px solid #d9e3ec; border-radius:9px; cursor:pointer; display:flex; gap:.7rem; padding:.85rem; }
.toggle-row input[b-2xr9lb5v21] { accent-color:#087f5b; height:1.1rem; margin-top:.1rem; width:1.1rem; }
.toggle-row span[b-2xr9lb5v21] { display:grid; gap:.2rem; }.toggle-row strong[b-2xr9lb5v21] { color:#102238; font-size:.84rem; }.toggle-row small[b-2xr9lb5v21] { color:#607086; line-height:1.35; }
.email-form-grid[b-2xr9lb5v21] { display:grid; gap:.9rem 1rem; grid-template-columns:repeat(2,minmax(0,1fr)); }
.email-form-grid label[b-2xr9lb5v21] { display:grid; gap:.35rem; }.email-form-grid label>span[b-2xr9lb5v21] { color:#42556a; font-size:.68rem; font-weight:900; letter-spacing:.065em; text-transform:uppercase; }
.email-form-grid input[b-2xr9lb5v21] { background:#fff; border:1px solid #c9d5df; border-radius:7px; min-height:2.55rem; padding:.55rem .7rem; }.email-form-grid input:focus[b-2xr9lb5v21] { border-color:#087f5b; box-shadow:0 0 0 3px rgba(8,127,91,.12); outline:0; }
.email-form-grid small[b-2xr9lb5v21] { color:#607086; }.email-wide[b-2xr9lb5v21] { grid-column:1/-1; }.email-permission-note[b-2xr9lb5v21] { background:#eef6ff; border-left:4px solid #2563eb; border-radius:7px; color:#29445f; font-size:.82rem; margin-top:1rem; padding:.75rem .9rem; }
@media(max-width:850px){.email-toggle-grid[b-2xr9lb5v21]{grid-template-columns:1fr}.email-form-grid[b-2xr9lb5v21]{grid-template-columns:1fr}.email-wide[b-2xr9lb5v21]{grid-column:auto}}

/* Simplified settings cards: no decorative side tabs or colored edge bars. */
.panel[b-2xr9lb5v21]::before { display: none !important; }
.panel-title[b-2xr9lb5v21] { padding-left: 0 !important; }
.endpoint-table tr[b-2xr9lb5v21],
.endpoint-table tr:hover[b-2xr9lb5v21],
.fma-settings-card .endpoint-table tr[b-2xr9lb5v21] {
    border-left: 1px solid #dae3ea !important;
}

.fma-settings-card .endpoint-table td:nth-child(1)[b-2xr9lb5v21] {
    grid-column: span 3;
}

.fma-settings-card .endpoint-table td:nth-child(2)[b-2xr9lb5v21],
.fma-settings-card .endpoint-table td:nth-child(3)[b-2xr9lb5v21],
.fma-settings-card .endpoint-table td:nth-child(10)[b-2xr9lb5v21] {
    grid-column: auto;
}

.fma-settings-card .endpoint-table td:nth-child(4)[b-2xr9lb5v21]::before { content: "API key"; }
.fma-settings-card .endpoint-table td:nth-child(5)[b-2xr9lb5v21]::before { content: "Secret"; }
.fma-settings-card .endpoint-table td:nth-child(6)[b-2xr9lb5v21]::before { content: "Request template"; }

.endpoint-status-line[b-2xr9lb5v21] {
    background: #f2f7fa;
    border: 1px dashed #bfd0dc;
    border-radius: 10px;
    display: grid;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .75rem;
    gap: .45rem;
    padding: .8rem .9rem;
    word-break: break-all;
}

.form-grid.request-grid[b-2xr9lb5v21] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-grid.auth-grid[b-2xr9lb5v21] {
    grid-template-columns: minmax(16rem, 2fr) repeat(2, minmax(10rem, 1fr));
}

.form-grid input[b-2xr9lb5v21],
.form-grid select[b-2xr9lb5v21] {
    border-radius: 8px;
    min-height: 2.7rem;
}

.form-grid input:focus[b-2xr9lb5v21],
.form-grid select:focus[b-2xr9lb5v21] {
    background: #fff;
    border-color: var(--api-brand);
    box-shadow: 0 0 0 3px rgba(8,127,91,.12);
    outline: 0;
}

@media (max-width: 1050px) {
    .endpoint-table tr[b-2xr9lb5v21] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .endpoint-table td:nth-child(10)[b-2xr9lb5v21] { grid-column: span 1; }
    .fma-settings-card .endpoint-table tr[b-2xr9lb5v21] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fma-settings-card .endpoint-table td:nth-child(1)[b-2xr9lb5v21] { grid-column: span 2; }
    .form-grid.request-grid[b-2xr9lb5v21] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .form-grid.auth-grid[b-2xr9lb5v21] { grid-template-columns: 1fr 1fr; }
    .form-grid.auth-grid label:first-child[b-2xr9lb5v21] { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
    .dashboard-page[b-2xr9lb5v21] { gap: .9rem; }
    .page-heading[b-2xr9lb5v21] { align-items: flex-start; border-radius: 13px; padding: 1.25rem; }
    .page-status[b-2xr9lb5v21] { margin-top: .75rem; }
    .panel[b-2xr9lb5v21] { border-radius: 13px; padding: .9rem; }
    .panel-title[b-2xr9lb5v21] { align-items: stretch; gap: .8rem; }
    .panel-actions[b-2xr9lb5v21] { width: 100%; }
    .panel-actions button[b-2xr9lb5v21] { flex: 1; }
    .endpoint-table tr[b-2xr9lb5v21],
    .fma-settings-card .endpoint-table tr[b-2xr9lb5v21] { grid-template-columns: 1fr; padding: .85rem; }
    .endpoint-table td:nth-child(1)[b-2xr9lb5v21],
    .endpoint-table td:nth-child(2)[b-2xr9lb5v21],
    .endpoint-table td:nth-child(3)[b-2xr9lb5v21],
    .endpoint-table td:nth-child(10)[b-2xr9lb5v21],
    .fma-settings-card .endpoint-table td:nth-child(1)[b-2xr9lb5v21] { grid-column: auto; }
    .form-grid.request-grid[b-2xr9lb5v21],
    .form-grid.auth-grid[b-2xr9lb5v21] { grid-template-columns: 1fr; }
    .form-grid.auth-grid label:first-child[b-2xr9lb5v21] { grid-column: auto; }
}

.fma-support-grid[b-2xr9lb5v21] {
    border-top: 1px solid #e1e9ef;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 1fr);
    margin-top: 1.15rem;
    padding-top: 1.15rem;
}

.endpoint-subpanel[b-2xr9lb5v21] {
    background: linear-gradient(180deg, #f7fafc, #f2f7f8);
    border: 1px solid #d5e3e7;
    border-radius: 13px;
    padding: 1rem;
}

.subpanel-heading[b-2xr9lb5v21] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .9rem;
}

.subpanel-heading h2[b-2xr9lb5v21] {
    color: var(--api-ink);
    font-size: .95rem;
    margin: 0;
}

.endpoint-subpanel .form-grid.request-grid[b-2xr9lb5v21],
.endpoint-subpanel .form-grid.auth-grid[b-2xr9lb5v21] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auth-panel[b-2xr9lb5v21] {
    background: linear-gradient(145deg, #f3f8fb, #edf7f3);
}

.auth-panel .form-grid.auth-grid[b-2xr9lb5v21] {
    grid-template-columns: 1fr;
}

.auth-panel .source-line[b-2xr9lb5v21] {
    margin: .8rem 0 0;
}

@media (max-width: 1050px) {
    .fma-support-grid[b-2xr9lb5v21] { grid-template-columns: 1fr; }
    .auth-panel .form-grid.auth-grid[b-2xr9lb5v21] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
    .endpoint-subpanel .form-grid.request-grid[b-2xr9lb5v21],
    .endpoint-subpanel .form-grid.auth-grid[b-2xr9lb5v21],
    .auth-panel .form-grid.auth-grid[b-2xr9lb5v21] { grid-template-columns: 1fr; }
    .subpanel-heading[b-2xr9lb5v21] { align-items: flex-start; flex-direction: column; gap: .3rem; }
}

.panel-eyebrow[b-2xr9lb5v21] {
    color: var(--api-brand);
    display: block;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.panel-title > div:first-child[b-2xr9lb5v21] {
    display: grid;
    gap: .15rem;
}

/* Simple API Settings layout */
.dashboard-page[b-2xr9lb5v21] {
    gap: 1rem;
    max-width: 1440px;
    margin: 0 auto;
}

.page-heading[b-2xr9lb5v21] {
    background: #ffffff;
    border: 1px solid #d8e2ea;
    border-left: 5px solid #087f5b;
    border-radius: 10px;
    box-shadow: none;
    color: #102238;
    min-height: 6rem;
    padding: 1.2rem 1.35rem;
}

.page-heading[b-2xr9lb5v21]::after {
    display: none;
}

.page-heading p[b-2xr9lb5v21] {
    color: #087f5b;
    letter-spacing: .1em;
}

.page-heading h1[b-2xr9lb5v21] {
    color: #102238;
    font-size: 1.75rem;
}

.page-status[b-2xr9lb5v21] {
    background: #f2f7f5;
    border: 1px solid #cfe2da;
    color: #50677a;
    padding: .4rem .45rem .4rem .75rem;
}

.page-status strong[b-2xr9lb5v21] {
    background: #d9f3e8;
    color: #087454;
}

.panel[b-2xr9lb5v21] {
    border: 1px solid #d8e2ea;
    border-radius: 10px;
    box-shadow: none;
    padding: 1.1rem;
}

.panel-title[b-2xr9lb5v21] {
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: .85rem;
}

.panel-title h2[b-2xr9lb5v21] {
    font-size: 1.05rem;
}

.panel-eyebrow[b-2xr9lb5v21] {
    font-size: .62rem;
    margin-bottom: .1rem;
}

.panel-meta[b-2xr9lb5v21] {
    color: #6b7b8c;
    font-size: .76rem;
    font-weight: 700;
}

.panel-title button[b-2xr9lb5v21] {
    border-radius: 7px;
    box-shadow: none !important;
    min-height: 2.4rem;
    transform: none !important;
}

.panel-title button:not(.secondary-action)[b-2xr9lb5v21] {
    background: #087f5b;
}

.endpoint-table tbody[b-2xr9lb5v21] {
    gap: .75rem;
}

.endpoint-table tr[b-2xr9lb5v21] {
    background: #ffffff;
    border: 1px solid #dbe4eb;
    border-radius: 8px;
    box-shadow: none !important;
    gap: .75rem .9rem;
    padding: .9rem;
    transform: none !important;
}

.endpoint-table tr:hover[b-2xr9lb5v21] {
    border-color: #a9cbbd;
}

.endpoint-table td:nth-child(1)[b-2xr9lb5v21] {
    background: #edf7f3;
    border-radius: 6px;
    min-height: 2.4rem;
}

.table-input[b-2xr9lb5v21],
.form-grid input[b-2xr9lb5v21],
.form-grid select[b-2xr9lb5v21] {
    background: #ffffff;
    border-color: #cbd7e2;
    border-radius: 6px;
    min-height: 2.45rem;
}

.table-input:focus[b-2xr9lb5v21],
.form-grid input:focus[b-2xr9lb5v21],
.form-grid select:focus[b-2xr9lb5v21] {
    border-color: #087f5b;
    box-shadow: 0 0 0 2px rgba(8, 127, 91, .1);
}

.table-action[b-2xr9lb5v21] {
    background: #102238;
    border-radius: 6px;
    min-height: 2.45rem;
}

.fma-support-grid[b-2xr9lb5v21] {
    background: #f7f9fb;
    border: 1px solid #dfe7ed;
    border-radius: 8px;
    gap: .8rem;
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 1fr);
    margin-top: 1rem;
    padding: .8rem;
}

.endpoint-subpanel[b-2xr9lb5v21],
.auth-panel[b-2xr9lb5v21] {
    background: #ffffff;
    border: 1px solid #dbe4eb;
    border-radius: 7px;
    padding: .85rem;
}

.subpanel-heading[b-2xr9lb5v21] {
    margin-bottom: .75rem;
}

.endpoint-status-line[b-2xr9lb5v21] {
    background: #f7f9fb;
    border: 1px solid #dbe4eb;
    border-radius: 7px;
}

.feedback-banner[b-2xr9lb5v21] {
    border-radius: 7px;
}

@media (max-width: 1050px) {
    .fma-support-grid[b-2xr9lb5v21] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .page-heading[b-2xr9lb5v21],
    .panel[b-2xr9lb5v21] {
        border-radius: 8px;
    }

    .page-heading[b-2xr9lb5v21] {
        padding: 1rem;
    }

    .panel[b-2xr9lb5v21] {
        padding: .8rem;
    }

    .fma-support-grid[b-2xr9lb5v21] {
        padding: .6rem;
    }
}

/* Premium API workspace */
.dashboard-page[b-2xr9lb5v21]{--api-brand:#07805c;--api-ink:#0c2038;counter-reset:api-card;gap:1rem;max-width:1480px;margin:0 auto}.page-heading[b-2xr9lb5v21]{background:linear-gradient(112deg,#081f36,#0b2d49 72%,#075b50 145%);border:0;border-radius:14px;box-shadow:0 14px 32px rgba(8,31,54,.14);color:#fff;min-height:7rem;padding:1.35rem 1.5rem}.page-heading[b-2xr9lb5v21]::before{background:#20c997;content:"";height:3px;left:1.5rem;position:absolute;top:0;width:4rem}.page-heading[b-2xr9lb5v21]::after{border:26px solid rgba(255,255,255,.035);display:block;height:11rem;right:8rem;top:-6.5rem;width:11rem}.page-heading p[b-2xr9lb5v21]{color:#70dfbc}.page-heading h1[b-2xr9lb5v21]{color:#fff;font-size:clamp(1.65rem,2.4vw,2.1rem)}.page-status[b-2xr9lb5v21]{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#d7e4ed}.page-status strong[b-2xr9lb5v21]{background:#20c997;color:#063b2c}.panel[b-2xr9lb5v21]{border:1px solid #d7e1e9;border-radius:12px;box-shadow:0 8px 24px rgba(19,45,70,.055);counter-increment:api-card;padding:1.15rem;position:relative}.panel[b-2xr9lb5v21]::before{background:#081f36;border-radius:0 0 7px 7px;color:#fff;content:"0" counter(api-card);font-size:.66rem;font-weight:900;left:1.15rem;letter-spacing:.08em;padding:.35rem .55rem;position:absolute;top:0}.fma-settings-card[b-2xr9lb5v21]::before{background:#07805c}.panel-title[b-2xr9lb5v21]{align-items:end;min-height:4.2rem;padding:.75rem 0 .9rem 3.25rem}.panel-title h2[b-2xr9lb5v21]{font-size:1.15rem}.panel-title button[b-2xr9lb5v21]{border-radius:7px;min-height:2.35rem}.panel-title button:not(.secondary-action)[b-2xr9lb5v21]{background:#07805c}.endpoint-table tbody[b-2xr9lb5v21]{gap:.72rem}.endpoint-table tr[b-2xr9lb5v21]{background:#fbfcfd;border:1px solid #dae3ea;border-left:4px solid #aab9c5;border-radius:9px;box-shadow:none!important;gap:.72rem .8rem;padding:.85rem;transform:none!important}.endpoint-table tr:hover[b-2xr9lb5v21]{background:#fff;border-color:#a9cabc;border-left-color:#07805c}.endpoint-table td:nth-child(1)[b-2xr9lb5v21]{background:transparent;border-radius:0;color:#0c2038;font-size:.96rem;min-height:2.35rem;padding:0}.table-input[b-2xr9lb5v21],.form-grid input[b-2xr9lb5v21],.form-grid select[b-2xr9lb5v21]{background:#fff;border-color:#c9d5df;border-radius:6px;font-size:.82rem;min-height:2.35rem}.table-action[b-2xr9lb5v21]{background:#081f36;border-radius:6px;min-height:2.35rem}.fma-support-grid[b-2xr9lb5v21]{background:#f3f6f8;border:1px solid #dce5eb;border-radius:9px;gap:.75rem;grid-template-columns:minmax(0,1.55fr) minmax(18rem,1fr);margin-top:.85rem;padding:.7rem}.endpoint-subpanel[b-2xr9lb5v21],.auth-panel[b-2xr9lb5v21]{background:#fff;border:1px solid #d8e2e9;border-radius:7px;padding:.8rem}.auth-panel[b-2xr9lb5v21]{border-top:3px solid #07805c}.endpoint-status-line[b-2xr9lb5v21]{background:#081f36;border:0;border-radius:7px;color:#d8e8f2}.fma-settings-card .endpoint-table tbody[b-2xr9lb5v21]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.fma-settings-card .endpoint-table tr[b-2xr9lb5v21]{border-left-color:#07805c;grid-template-columns:repeat(2,minmax(0,1fr))}.fma-settings-card .endpoint-table td:nth-child(1)[b-2xr9lb5v21]{grid-column:1/-1}.fma-settings-card .endpoint-table td:nth-child(2)[b-2xr9lb5v21],.fma-settings-card .endpoint-table td:nth-child(3)[b-2xr9lb5v21]{grid-column:auto}@media(max-width:1100px){.fma-support-grid[b-2xr9lb5v21],.fma-settings-card .endpoint-table tbody[b-2xr9lb5v21]{grid-template-columns:1fr}}@media(max-width:650px){.page-heading[b-2xr9lb5v21]{border-radius:11px}.panel[b-2xr9lb5v21]{border-radius:10px}.panel-title[b-2xr9lb5v21]{padding-left:0;padding-top:1.8rem}.fma-settings-card .endpoint-table tr[b-2xr9lb5v21]{grid-template-columns:1fr}.fma-settings-card .endpoint-table td:nth-child(1)[b-2xr9lb5v21]{grid-column:auto}}

/* Compact page heading for a simpler settings screen. */
.page-heading[b-2xr9lb5v21] {
    background: #fff;
    border: 1px solid #d7e1e9;
    border-radius: 10px;
    box-shadow: none;
    color: #0c2038;
    min-height: auto;
    padding: .85rem 1rem;
}

.page-heading[b-2xr9lb5v21]::before,
.page-heading[b-2xr9lb5v21]::after {
    display: none;
}

.page-heading h1[b-2xr9lb5v21] {
    color: #0c2038;
    font-size: 1.3rem;
}

.page-status[b-2xr9lb5v21] {
    background: transparent;
    border: 0;
    padding: 0;
}

.page-status strong[b-2xr9lb5v21] {
    background: #e4f5ee;
    color: #07694d;
    padding: .35rem .7rem;
}

/* Align the settings workspace with the shared dashboard shell. */
.page-heading[b-2xr9lb5v21] {
    background: #f7f9fb;
    min-height: 5.35rem;
    overflow: hidden;
    padding-left: 1.15rem;
    position: relative;
}

.page-heading[b-2xr9lb5v21]::before {
    background: #123f60;
    display: block;
    height: auto;
    inset: 0 auto 0 0;
    width: 4px;
}

.page-heading[b-2xr9lb5v21]::after { display: none; }

.panel-title button:not(.secondary-action)[b-2xr9lb5v21],
.table-action[b-2xr9lb5v21] { background: #123f60; }

.panel-title button:not(.secondary-action):hover[b-2xr9lb5v21],
.table-action:hover[b-2xr9lb5v21] { background: #0b2d49; }

.fma-settings-card[b-2xr9lb5v21]::before { background: #123f60; }
.auth-panel[b-2xr9lb5v21] { border-top-color: #123f60; }
.endpoint-table tr:hover[b-2xr9lb5v21] { border-left-color: #123f60; }
/* /Components/Pages/Login.razor.rz.scp.css */
.login-experience[b-tub7jzv8pl]{background:#091827 url('/stjohn-stationary-fuel-bowser-login-v3.png?v=1') center/cover no-repeat;color:#fff;min-height:100vh;overflow:hidden;position:relative}.login-shade[b-tub7jzv8pl]{background:linear-gradient(90deg,rgba(4,12,20,.06) 0%,rgba(4,12,20,.08) 42%,rgba(4,12,20,.42) 68%,rgba(4,12,20,.72) 100%);inset:0;position:absolute}.login-brand[b-tub7jzv8pl]{left:clamp(1.3rem,3vw,3.5rem);position:absolute;top:clamp(1.2rem,3vw,2.5rem);z-index:2}.login-brand img[b-tub7jzv8pl]{height:auto;max-width:clamp(15rem,24vw,23rem);width:100%}.mine-login-card[b-tub7jzv8pl]{backdrop-filter:blur(16px);background:linear-gradient(145deg,rgba(8,25,42,.96),rgba(5,20,34,.93));border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.48);display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 7rem);padding:clamp(1.5rem,3vw,3rem);position:absolute;right:clamp(1.5rem,4vw,5rem);top:3.5rem;width:min(39rem,42vw);z-index:2}.login-mark[b-tub7jzv8pl]{align-items:center;border:4px solid #ffbd17;border-radius:50%;display:flex;height:5rem;justify-content:center;margin:0 auto 1.1rem;width:5rem}.login-mark span[b-tub7jzv8pl]{border-color:transparent transparent #ffbd17 #ffbd17;border-radius:55% 45% 60% 40%;border-style:solid;border-width:0 0 1.7rem 1.2rem;display:block;transform:rotate(-45deg)}.login-title[b-tub7jzv8pl]{text-align:center;text-transform:uppercase}.login-title>span[b-tub7jzv8pl]{color:#8ca0b5;font-size:.68rem;font-weight:900;letter-spacing:.18em}.login-title h1[b-tub7jzv8pl]{color:#fff;font-size:clamp(1.7rem,2.5vw,2.45rem);letter-spacing:.04em;margin:.45rem 0 .25rem}.login-title p[b-tub7jzv8pl]{color:#ffbd17;font-size:.9rem;font-weight:800;letter-spacing:.1em;margin:0}.login-divider[b-tub7jzv8pl]{align-items:center;color:#8093a6;display:flex;font-size:.65rem;gap:.75rem;letter-spacing:.12em;margin:1.4rem 0;text-transform:uppercase}.login-divider[b-tub7jzv8pl]::before,.login-divider[b-tub7jzv8pl]::after{background:rgba(255,255,255,.16);content:"";flex:1;height:1px}.mine-login-card form[b-tub7jzv8pl],.mine-login-card label[b-tub7jzv8pl]{display:grid;gap:.45rem}.mine-login-card form[b-tub7jzv8pl]{gap:.9rem}.mine-login-card label>span[b-tub7jzv8pl]{color:#9eb0c1;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.login-input[b-tub7jzv8pl]{align-items:center;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.14);border-radius:8px;display:grid;grid-template-columns:2.7rem 1fr;min-height:3.25rem}.login-input>span[b-tub7jzv8pl]{color:#91a3b4;text-align:center}.login-input input[b-tub7jzv8pl]{background:transparent;border:0;color:#fff;height:100%;outline:0;padding:.7rem .7rem .7rem 0;width:100%}.login-input input[b-tub7jzv8pl]::placeholder{color:#8294a6}.login-input:focus-within[b-tub7jzv8pl]{border-color:#ffbd17;box-shadow:0 0 0 3px rgba(255,189,23,.12)}.login-submit[b-tub7jzv8pl]{background:linear-gradient(90deg,#ffbd17,#ffa90c);border:0;border-radius:8px;color:#091827;cursor:pointer;font-size:.9rem;font-weight:950;letter-spacing:.1em;margin-top:.25rem;min-height:3.2rem;text-transform:uppercase}.login-submit:hover[b-tub7jzv8pl]{filter:brightness(1.06)}.login-error[b-tub7jzv8pl]{background:rgba(175,40,40,.18);border:1px solid rgba(255,130,130,.35);border-radius:7px;color:#ffd4d4;padding:.65rem .75rem}.test-login[b-tub7jzv8pl]{border-top:1px solid rgba(255,255,255,.12);margin-top:1.2rem;padding-top:1rem}.test-login>div:first-child[b-tub7jzv8pl]{align-items:center;display:flex;justify-content:space-between}.test-login>div:first-child strong[b-tub7jzv8pl]{font-size:.75rem}.test-login>div:first-child span[b-tub7jzv8pl]{color:#8295a8;font-size:.65rem}.test-login-buttons[b-tub7jzv8pl]{display:grid;gap:.45rem;grid-template-columns:repeat(3,1fr);margin-top:.65rem}.test-login-buttons button[b-tub7jzv8pl]{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);border-radius:7px;color:#fff;cursor:pointer;display:grid;min-width:0;padding:.55rem;text-align:left}.test-login-buttons button:hover[b-tub7jzv8pl]{border-color:#ffbd17}.test-login-buttons strong[b-tub7jzv8pl]{color:#ffbd17;font-size:.65rem}.test-login-buttons small[b-tub7jzv8pl]{color:#91a3b4;font-size:.56rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mine-login-card footer[b-tub7jzv8pl]{color:#71879b;font-size:.7rem;letter-spacing:.03em;margin-top:1rem;text-align:center}.login-features[b-tub7jzv8pl]{backdrop-filter:blur(8px);background:rgba(4,13,22,.78);bottom:0;display:grid;grid-template-columns:repeat(4,1fr);left:0;padding:1.25rem 2rem;position:absolute;width:min(56%,58rem);z-index:2}.login-features div[b-tub7jzv8pl]{align-items:center;border-right:1px solid rgba(255,255,255,.12);display:grid;gap:.25rem;padding:.25rem 1rem;text-align:center}.login-features div:last-child[b-tub7jzv8pl]{border-right:0}.login-features strong[b-tub7jzv8pl]{color:#ffbd17;font-size:.85rem}.login-features span[b-tub7jzv8pl]{color:#c6d0da;font-size:.72rem;line-height:1.45}@media(max-width:1000px){.login-shade[b-tub7jzv8pl]{background:rgba(4,13,22,.42)}.mine-login-card[b-tub7jzv8pl]{right:3vw;width:min(34rem,55vw)}.login-features[b-tub7jzv8pl]{width:44%}.login-features[b-tub7jzv8pl]{grid-template-columns:1fr 1fr}}@media(max-width:760px){.login-experience[b-tub7jzv8pl]{align-items:center;display:flex;justify-content:center;padding:1rem}.login-brand[b-tub7jzv8pl]{left:1rem;top:1rem}.login-brand img[b-tub7jzv8pl]{max-width:12rem}.mine-login-card[b-tub7jzv8pl]{margin-top:4rem;min-height:0;padding:1.35rem;position:relative;right:auto;top:auto;width:100%}.login-mark[b-tub7jzv8pl]{height:3.7rem;width:3.7rem}.login-features[b-tub7jzv8pl]{display:none}.test-login-buttons[b-tub7jzv8pl]{grid-template-columns:1fr}.mine-login-card footer[b-tub7jzv8pl]{display:none}}
.login-experience[b-tub7jzv8pl]{align-items:center!important;background:#071727!important;display:flex!important;justify-content:center!important;min-height:100vh!important;padding:0!important}
.mine-login-card[b-tub7jzv8pl]{background:#071727!important;border:0!important;border-left:1px solid rgba(255,255,255,.1)!important;border-radius:0!important;border-right:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important;box-sizing:border-box!important;justify-content:center!important;margin:0!important;min-height:100vh!important;padding:1rem 2rem!important;position:relative!important;right:auto!important;top:auto!important;width:min(100%,35.7rem)!important}
.login-shade[b-tub7jzv8pl],.login-brand[b-tub7jzv8pl],.login-features[b-tub7jzv8pl],.login-mark[b-tub7jzv8pl]{display:none!important}
@media(max-width:600px){.login-experience[b-tub7jzv8pl]{padding:0!important}.mine-login-card[b-tub7jzv8pl]{border:0!important;margin:0!important;min-height:100vh!important;padding:1rem 1.25rem!important}.test-login-buttons[b-tub7jzv8pl]{grid-template-columns:1fr}.mine-login-card footer[b-tub7jzv8pl]{display:none}}

/* Preserve photographic detail while keeping the form readable. */
.login-experience[b-tub7jzv8pl]{background:#071727 url('/stjohn-stationary-bowser-refuelling-login-v4.png?v=1') left center/cover no-repeat!important;overflow:hidden!important;position:relative!important}
.login-experience[b-tub7jzv8pl]::before{background:linear-gradient(90deg,rgba(4,12,20,.02) 0%,rgba(4,12,20,.04) 44%,rgba(4,12,20,.28) 70%,rgba(4,12,20,.58) 100%);content:"";inset:0;position:absolute}
.mine-login-card[b-tub7jzv8pl]{backdrop-filter:blur(12px);background:linear-gradient(145deg,rgba(8,25,42,.94),rgba(5,20,34,.9))!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(0,0,0,.42)!important;margin-left:auto!important;margin-right:clamp(1.25rem,2.5vw,3rem)!important;min-height:0!important;padding:1.5rem 2rem!important;width:min(34rem,38vw)!important;z-index:1}
@media(min-width:761px) and (max-aspect-ratio:3/2){.login-experience[b-tub7jzv8pl]{background-position:center!important;background-size:auto 86%!important}.login-experience[b-tub7jzv8pl]::before{background:linear-gradient(90deg,rgba(4,12,20,.01) 0%,rgba(4,12,20,.03) 46%,rgba(4,12,20,.24) 72%,rgba(4,12,20,.54) 100%)}}
@media(max-width:1000px){.mine-login-card[b-tub7jzv8pl]{margin-right:3vw!important;width:min(34rem,55vw)!important}}
@media(max-width:760px){.login-experience[b-tub7jzv8pl]{padding:1rem!important}.mine-login-card[b-tub7jzv8pl]{margin:0!important;padding:1.35rem!important;width:100%!important}.mine-login-card footer[b-tub7jzv8pl]{display:block}}
/* /Components/Pages/TotalMine.razor.rz.scp.css */
.total-mine-page[b-h1f403srnt]{background:#eef3f7;display:grid;gap:1.25rem;grid-template-columns:235px minmax(480px,1fr) 235px;min-height:calc(100vh - 5.5rem);padding:2rem 1.25rem}.summary-column[b-h1f403srnt]{min-width:0}.summary-column h2[b-h1f403srnt]{background:#123f60;border-radius:10px 10px 0 0;color:#fff;font-size:.74rem;font-weight:900;letter-spacing:.04em;margin:0;padding:.8rem .7rem;text-transform:uppercase}.summary-column h2:not(:first-child)[b-h1f403srnt]{margin-top:1rem}.summary-card[b-h1f403srnt]{background:#fff;border:1px solid #d7e0e8;border-radius:0 0 10px 10px;box-shadow:0 10px 24px rgba(18,48,73,.06);overflow:hidden}.summary-row[b-h1f403srnt]{align-items:center;border-bottom:1px solid #dbe3ea;color:#0d2943;display:flex;font-size:.75rem;justify-content:space-between;min-height:38px;padding:.55rem .7rem}.summary-row:last-child[b-h1f403srnt]{border-bottom:0}.summary-row strong[b-h1f403srnt]{font-weight:900}.summary-row.total[b-h1f403srnt]{background:#f0f4f7}.tank-row>span[b-h1f403srnt]{display:grid;gap:.12rem}.tank-row small[b-h1f403srnt]{color:#718396;font-size:.62rem}.empty-row[b-h1f403srnt]{line-height:1.4}.gauge-section[b-h1f403srnt]{align-self:start;min-width:0}.gauge-section h1[b-h1f403srnt]{align-items:center;color:#102a43;display:flex;font-size:1rem;gap:.45rem;justify-content:center;margin:.2rem 0 1rem}.gauge-section h1 small[b-h1f403srnt]{color:#708398;font-size:.62rem}.level-dot[b-h1f403srnt]{border:2px solid #ffb800;border-radius:50%;height:.65rem;width:.65rem}.gauge-card[b-h1f403srnt]{background:#fff;border:1px solid #cbd9e4;border-radius:14px;border-top:4px solid #154c70;box-shadow:0 18px 35px rgba(18,48,73,.16);min-height:445px;padding:1rem}.gauge[b-h1f403srnt]{display:block;height:auto;max-height:430px;width:100%}.gauge-frame[b-h1f403srnt]{fill:none;stroke:#eef3f6;stroke-width:70}.gauge-track[b-h1f403srnt]{fill:none;stroke:#b9c9d7;stroke-dasharray:4 9;stroke-width:22}.range[b-h1f403srnt]{fill:none;stroke-width:58}.range-red[b-h1f403srnt]{stroke:#ff241a}.range-coral[b-h1f403srnt]{stroke:#ff615a}.range-orange[b-h1f403srnt]{stroke:#ff7b21}.range-amber[b-h1f403srnt]{stroke:#f49343}.range-green[b-h1f403srnt]{stroke:#83cb42}.tick-label[b-h1f403srnt]{fill:#064c91;font-size:18px;font-weight:900}.needle polygon[b-h1f403srnt]{fill:url(#needleGradient)}.hub-ring[b-h1f403srnt]{fill:#f6f8fa;stroke:#344f65;stroke-width:5}.hub[b-h1f403srnt]{fill:#e9eef2;stroke:#344f65;stroke-width:4}.hub-core[b-h1f403srnt]{fill:#415b70}.reading-bg[b-h1f403srnt]{fill:#0c3551;stroke:#cbd6df;stroke-width:1}.reading[b-h1f403srnt]{fill:#fff;font-size:23px;font-weight:900;letter-spacing:.02em}@media(max-width:1050px){.total-mine-page[b-h1f403srnt]{grid-template-columns:1fr 2fr}.summary-column:last-child[b-h1f403srnt]{grid-column:1/-1;display:grid;gap:0 1rem;grid-template-columns:1fr 1fr}.summary-column:last-child h2:not(:first-child)[b-h1f403srnt]{margin-top:0}}@media(max-width:720px){.total-mine-page[b-h1f403srnt]{grid-template-columns:1fr;padding:1rem}.gauge-section[b-h1f403srnt]{grid-row:1}.summary-column:last-child[b-h1f403srnt]{display:block}.summary-column:last-child h2:not(:first-child)[b-h1f403srnt]{margin-top:1rem}.gauge-card[b-h1f403srnt]{min-height:0;padding:.25rem}}
/* /Components/Pages/UserAdmin.razor.rz.scp.css */
.active-filter[b-t9x0gfy2p6]{background:#0b3554!important;color:#fff!important}.sign-out-button[b-t9x0gfy2p6]{border-color:#d7a5a5!important;color:#9b2929!important;margin-top:auto}.admin-session[b-t9x0gfy2p6]{color:#60758a;font-size:.78rem}.panel-title>div[b-t9x0gfy2p6]{display:grid;gap:.18rem}.panel-title>div span[b-t9x0gfy2p6]{color:#687b8f;font-size:.75rem}.add-user-panel[b-t9x0gfy2p6]{background:#f5f8fa;border:1px solid #d9e3ea;border-radius:8px;display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1rem;padding:.85rem}.add-user-panel label[b-t9x0gfy2p6]{display:grid;gap:.35rem}.add-user-panel label span[b-t9x0gfy2p6]{font-size:.66rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.add-user-panel input[b-t9x0gfy2p6],.add-user-panel select[b-t9x0gfy2p6]{border:1px solid #c7d4df;border-radius:6px;min-height:2.5rem;padding:.5rem}.add-user-panel button[b-t9x0gfy2p6]{align-self:end;grid-column:1/-1;background:#07805c;border:0;border-radius:6px;color:#fff;font-weight:800;min-height:2.5rem;padding:.5rem .8rem}.admin-feedback[b-t9x0gfy2p6]{background:#eaf7f2;border:1px solid #c5e3d7;border-radius:7px;color:#086148;margin-bottom:1rem;padding:.7rem .85rem}@media(max-width:900px){.add-user-panel[b-t9x0gfy2p6]{grid-template-columns:1fr 1fr}.add-user-panel button[b-t9x0gfy2p6]{grid-column:1/-1}}@media(max-width:600px){.add-user-panel[b-t9x0gfy2p6]{grid-template-columns:1fr}}
.permission-note[b-t9x0gfy2p6] { color: #a06716; font-size: .7rem; margin-top: .15rem; }
.admin-table-select[b-t9x0gfy2p6] { background: #fff; border: 1px solid #cbd7e0; border-radius: 5px; min-height: 2.25rem; min-width: 8rem; padding: .35rem .45rem; }
.admin-table-select:disabled[b-t9x0gfy2p6] { background: #f1f4f6; color: #63758a; }
.save-user-button[b-t9x0gfy2p6] { background: #0b3554; border: 0; border-radius: 5px; color: #fff; font-weight: 800; min-height: 2.25rem; padding: .35rem .7rem; }
.save-user-button:disabled[b-t9x0gfy2p6] { cursor: not-allowed; opacity: .45; }
.access-matrix-panel[b-t9x0gfy2p6] { border-top: 1px solid #e0e7ed; margin-top: 1.1rem; padding-top: 1rem; }
.access-matrix-heading[b-t9x0gfy2p6] { align-items: end; display: flex; justify-content: space-between; margin-bottom: .8rem; }
.access-matrix-heading h2[b-t9x0gfy2p6] { margin: 0; }
.access-matrix-heading span[b-t9x0gfy2p6], .access-legend[b-t9x0gfy2p6] { color: #66798d; font-size: .72rem; }
.access-matrix-wrap[b-t9x0gfy2p6] { overflow-x: auto; }
.access-matrix[b-t9x0gfy2p6] { min-width: 980px; }
.access-matrix th:not(:first-child)[b-t9x0gfy2p6], .access-matrix td:not(:first-child)[b-t9x0gfy2p6] { text-align: center; }
.access-matrix td:first-child[b-t9x0gfy2p6] { display: grid; gap: .15rem; min-width: 10rem; }
.access-matrix td:first-child small[b-t9x0gfy2p6] { color: #6b7d90; }
.access-matrix input[type="checkbox"][b-t9x0gfy2p6] { accent-color: #07805c; height: 1.05rem; width: 1.05rem; }

.add-user-panel button[b-t9x0gfy2p6] {
    background: #123f60;
    border-radius: 7px;
    min-height: 2.55rem;
}


/* /Components/Shared/ReportLoading.razor.rz.scp.css */
.report-loading[b-um3hgsx908] {
    align-items: center;
    background: rgba(238, 242, 246, .82);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    gap: .7rem;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 2000;
}

.report-loading strong[b-um3hgsx908] { color: #0b3554; font-size: .86rem; letter-spacing: .02em; }
.report-loading-spinner[b-um3hgsx908] {
    animation: report-spin-b-um3hgsx908 .75s linear infinite;
    border: 4px solid #cbd8e3;
    border-radius: 50%;
    border-top-color: #07805c;
    height: 2.6rem;
    width: 2.6rem;
}
@keyframes report-spin-b-um3hgsx908 { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .report-loading-spinner[b-um3hgsx908] { animation-duration: 1.5s; } }
/* /Components/TankGauge.razor.rz.scp.css */
.tank-gauge-card[b-trxb1zaec9] { background: #e8e8e8; border: 1px solid #d6e2ee; border-radius: 5px; box-shadow: 0 1px 2px rgba(0,0,0,.12); overflow: hidden; }
.tank-gauge-card[b-trxb1zaec9] { display: flex; flex-direction: column; height: 100%; }
.tank-gauge-card header[b-trxb1zaec9] { align-items: center; background: #fff; border-bottom: 1px solid #d6e2ee; display: flex; gap: .75rem; justify-content: space-between; min-height: 2.55rem; padding: .55rem .7rem; }
.tank-gauge-card header strong[b-trxb1zaec9] { color: #0d2743; font-size: .9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tank-gauge-card header span[b-trxb1zaec9] { color: #617086; font-size: .7rem; }
.tank-gauge[b-trxb1zaec9] { display: block; flex: 1; height: auto; width: 100%; }
.gauge-frame[b-trxb1zaec9] { fill: none; stroke: #fafafa; stroke-width: 60; }
.gauge-track[b-trxb1zaec9] { fill: none; stroke: #cfcfcf; stroke-dasharray: 4 9; stroke-width: 22; }
.range[b-trxb1zaec9] { fill: none; stroke-width: 58; }
.range-red[b-trxb1zaec9] { stroke: #ff2017; } .range-coral[b-trxb1zaec9] { stroke: #ff665e; } .range-orange[b-trxb1zaec9] { stroke: #ef7629; }
.range-amber[b-trxb1zaec9] { stroke: #ee9149; } .range-lime[b-trxb1zaec9] { stroke: #83c94b; }
.tick-label[b-trxb1zaec9] { fill: #064a9b; font: 700 15px Arial, sans-serif; }
.needle polygon[b-trxb1zaec9] { fill: #515c68; } .hub[b-trxb1zaec9] { fill: #6b6b6b; } .reading-bg[b-trxb1zaec9] { fill: #5f6872; }
.reading[b-trxb1zaec9] { fill: #fff; font: 700 20px Arial, sans-serif; }
