/* /Components/ChargingVisualizer.razor.rz.scp.css */
.charging-visual[b-w5tyocmu76] {
    margin: 0 0 1.25rem;
    color: #222;
}

.visual-heading[b-w5tyocmu76] {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .6rem;
    color: #667483;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.visual-heading > span[b-w5tyocmu76] {
    width: 4px;
    height: 18px;
    border-radius: 1px;
    background: #015fbd;
}

.charging-stage[b-w5tyocmu76] {
    position: relative;
    width: 100%;
    aspect-ratio: 940 / 420;
    min-height: 280px;
    overflow: hidden;
    background: linear-gradient(180deg, #f7f9fb, #e8f0f7);
    border: 1px solid #d5e0e9;
    border-radius: 0;
}

.charging-stage[b-w5tyocmu76]::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 29%;
    background: linear-gradient(180deg, transparent, rgba(14, 42, 79, .12) 90%);
    pointer-events: none;
}

.floor-line[b-w5tyocmu76] {
    position: absolute;
    right: 8%;
    bottom: 23%;
    left: 8%;
    z-index: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(1, 95, 189, .4), transparent);
}

.charging-station[b-w5tyocmu76] {
    position: absolute;
    bottom: 28%;
    left: 7.5%;
    z-index: 2;
    width: 13%;
    height: 55%;
    min-width: 82px;
    background: linear-gradient(160deg, #158bd7, #015fbd);
    border: 1px solid #015fbd;
    border-radius: 0;
    box-shadow: 0 15px 30px -20px #0e2a4f;
}

.station-screen[b-w5tyocmu76] {
    position: absolute;
    top: 7%;
    right: 13%;
    left: 13%;
    display: grid;
    height: 29%;
    place-items: center;
    background: #0e2a4f;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 0;
}

.station-screen img[b-w5tyocmu76] {
    width: 34%;
    max-height: 80%;
}

.station-led[b-w5tyocmu76] {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px #fff;
    animation: led-blink-b-w5tyocmu76 1.1s infinite;
    transform: translateX(-50%);
}

.station-power[b-w5tyocmu76] {
    position: absolute;
    right: 0;
    bottom: 8%;
    left: 0;
    color: #eaf5ff;
    font-size: clamp(.6rem, 1.5vw, .85rem);
    text-align: center;
}

.station-power strong[b-w5tyocmu76] {
    color: #fff;
    font-size: clamp(1rem, 2.4vw, 1.55rem);
}

.charging-cable[b-w5tyocmu76] {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.charging-cable path[b-w5tyocmu76] {
    fill: none;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

.cable-base[b-w5tyocmu76] {
    stroke: #0e2a4f;
    stroke-width: 11;
}

.cable-energy[b-w5tyocmu76] {
    stroke: #158bd7;
    stroke-width: 4;
    stroke-dasharray: 6 22;
    animation: energy-flow-b-w5tyocmu76 .5s linear infinite;
}

.connector-head[b-w5tyocmu76] {
    position: absolute;
    top: 55.3%;
    left: 49.6%;
    z-index: 5;
    width: 3.6%;
    min-width: 25px;
    aspect-ratio: 34 / 26;
    background: linear-gradient(180deg, #158bd7, #015fbd);
    border: 1px solid #0e2a4f;
    border-radius: 0;
    transform: translate(-50%, -50%);
}

.connector-head span[b-w5tyocmu76] {
    position: absolute;
    top: 25%;
    right: -20%;
    width: 25%;
    height: 50%;
    background: #0e2a4f;
}

.electric-car[b-w5tyocmu76] {
    position: absolute;
    right: 7%;
    bottom: 28%;
    z-index: 2;
    width: 45%;
}

.electric-car svg[b-w5tyocmu76] {
    display: block;
    width: 100%;
    overflow: visible;
}

.car-shadow[b-w5tyocmu76] { fill: #000; opacity: .55; }
.car-body[b-w5tyocmu76] { fill: #0e2a4f; stroke: #015fbd; stroke-width: 1.5; }
.car-glass[b-w5tyocmu76] { fill: #8dbde4; opacity: .9; }
.tail-light[b-w5tyocmu76] { fill: #158bd7; filter: drop-shadow(0 0 6px #158bd7); }
.wheel[b-w5tyocmu76] { fill: #172534; stroke: #516577; stroke-width: 4; }
.wheel-hub[b-w5tyocmu76] { fill: #31475b; stroke: #71879a; stroke-width: 2; }
.charge-port[b-w5tyocmu76] { fill: #fff; stroke: #015fbd; stroke-width: 2; }

.port-glow[b-w5tyocmu76] {
    position: absolute;
    top: 36%;
    left: 0;
    width: 12%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, #158bd7, transparent 70%);
    animation: port-pulse-b-w5tyocmu76 1.4s ease-in-out infinite;
}

.energy-sparks[b-w5tyocmu76] {
    position: absolute;
    top: 33%;
    left: 0;
    width: 12%;
    height: 30%;
}

.energy-sparks i[b-w5tyocmu76] {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 8px;
    background: #158bd7;
    border-radius: 3px;
    box-shadow: 0 0 8px #158bd7;
    animation: spark-rise-b-w5tyocmu76 1.3s infinite;
}

.energy-sparks i:nth-child(2)[b-w5tyocmu76] { left: 35%; animation-delay: .45s; }
.energy-sparks i:nth-child(3)[b-w5tyocmu76] { left: 68%; animation-delay: .85s; }

.battery-hud[b-w5tyocmu76] {
    position: absolute;
    top: 6%;
    right: 3.5%;
    z-index: 6;
    width: min(27%, 230px);
    padding: 2.5% 2%;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #c8d8e5;
    border-radius: 0;
    backdrop-filter: blur(6px);
}

.battery-topline[b-w5tyocmu76] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .5rem;
}

.battery-topline span[b-w5tyocmu76] {
    color: #667483;
    font-size: clamp(.55rem, 1.1vw, .75rem);
    letter-spacing: .14em;
    text-transform: uppercase;
}

.battery-topline strong[b-w5tyocmu76] {
    color: #015fbd;
    font-size: clamp(1rem, 2.2vw, 1.55rem);
}

.battery-track[b-w5tyocmu76] {
    height: clamp(7px, 1.3vw, 12px);
    margin-top: 7%;
    overflow: hidden;
    background: #dbe7f0;
    border-radius: 0;
}

.battery-fill[b-w5tyocmu76] {
    position: relative;
    height: 100%;
    min-width: 3px;
    overflow: hidden;
    background: linear-gradient(90deg, #015ebd, #158bd7);
    border-radius: inherit;
    transition: width .4s ease;
}

.battery-fill.indeterminate[b-w5tyocmu76] {
    width: 45%;
    animation: battery-search-b-w5tyocmu76 1.8s ease-in-out infinite alternate;
}

.battery-fill i[b-w5tyocmu76] {
    position: absolute;
    inset: 0;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
    animation: battery-sweep-b-w5tyocmu76 1.4s linear infinite;
}

.battery-meta[b-w5tyocmu76] {
    margin-top: 5%;
    color: #667483;
    font-size: clamp(.5rem, 1vw, .7rem);
    letter-spacing: .04em;
}

.battery-meta strong[b-w5tyocmu76] {
    color: #0e2a4f;
}

.visual-caption[b-w5tyocmu76] {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-top: .7rem;
    color: #667483;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.live-dot[b-w5tyocmu76] {
    width: 7px;
    height: 7px;
    background: #015fbd;
    border-radius: 50%;
    box-shadow: 0 0 9px #158bd7;
    animation: led-blink-b-w5tyocmu76 1.1s infinite;
}

@keyframes energy-flow-b-w5tyocmu76 { to { stroke-dashoffset: -28; } }
@keyframes led-blink-b-w5tyocmu76 { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes battery-sweep-b-w5tyocmu76 { from { transform: translateX(-120%); } to { transform: translateX(320%); } }
@keyframes battery-search-b-w5tyocmu76 { from { transform: translateX(5%); } to { transform: translateX(115%); } }
@keyframes port-pulse-b-w5tyocmu76 { 0%, 100% { opacity: .35; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes spark-rise-b-w5tyocmu76 { 0% { opacity: 0; transform: translateY(0); } 20% { opacity: 1; } 100% { opacity: 0; transform: translateY(-35px); } }

@media (max-width: 600px) {
    .charging-stage[b-w5tyocmu76] {
        min-height: 250px;
        aspect-ratio: 4 / 3;
    }

    .charging-station[b-w5tyocmu76] {
        bottom: 20%;
        left: 5%;
        width: 20%;
        height: 52%;
    }

    .electric-car[b-w5tyocmu76] {
        right: 2%;
        bottom: 20%;
        width: 58%;
    }

    .charging-cable[b-w5tyocmu76],
    .connector-head[b-w5tyocmu76] {
        display: none;
    }

    .battery-hud[b-w5tyocmu76] {
        top: 5%;
        right: 4%;
        width: 42%;
        padding: 3%;
    }

    .floor-line[b-w5tyocmu76] {
        bottom: 17%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7simuo3v4o] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f5f7fa;
}

main[b-7simuo3v4o] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-7simuo3v4o] {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
}

.top-row[b-7simuo3v4o] {
    min-height: 48px;
    padding: 0 max(2rem, calc((100% - 1310px) / 2));
    color: #fff;
    background: linear-gradient(90deg, #015ebd, #158bd7);
}

.top-row[b-7simuo3v4o]  a,
.top-row[b-7simuo3v4o]  .btn-link {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.section-context[b-7simuo3v4o] {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.section-context i[b-7simuo3v4o] {
    font-size: 1rem;
}

.protocol-label[b-7simuo3v4o] {
    color: rgba(255, 255, 255, .85);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.protocol-label i[b-7simuo3v4o] {
    margin-right: .3rem;
    color: #fff;
}

.content[b-7simuo3v4o] {
    flex: 1;
}

.site-footer[b-7simuo3v4o] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 15px max(2rem, calc((100% - 1310px) / 2));
    color: #f8f8f8;
    background: #015fbd;
    font-size: .75rem;
    line-height: 20px;
}

@media (max-width: 767.98px) {
    .top-row[b-7simuo3v4o] {
        padding: 0 1rem;
    }

    .protocol-label[b-7simuo3v4o] {
        display: none;
    }

    .site-footer[b-7simuo3v4o] {
        flex-direction: column;
        gap: .25rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

#blazor-error-ui[b-7simuo3v4o] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: .7rem 1.25rem;
    color: #fff;
    background: #0e2a4f;
    border-top: 3px solid #158bd7;
}

#blazor-error-ui .dismiss[b-7simuo3v4o] {
    position: absolute;
    top: .5rem;
    right: .75rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-4omc3dllqk] {
    position: relative;
    display: flex;
    align-items: stretch;
    width: min(96%, 1500px);
    min-height: 90px;
    margin: 0 auto;
    background: #fff;
}

.navbar-brand[b-4omc3dllqk] {
    align-self: center;
    margin-right: auto;
    padding: 0;
    font-size: 1.1rem;
    text-decoration: none;
}

.navbar-brand[b-4omc3dllqk]  .brand-lockup img {
    width: 235px;
}

.navbar-toggler[b-4omc3dllqk] {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    width: 44px;
    height: 38px;
    appearance: none;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 32'%3e%3cpath stroke='%23015fbd' stroke-linecap='round' stroke-width='3' d='M1 4h38M1 16h38M1 28h38'/%3e%3c/svg%3e") no-repeat center/40px 32px;
    transform: translateY(-50%);
}

.navbar-toggler:checked[b-4omc3dllqk] {
    position: fixed;
    top: 42px;
    right: 4%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-width='3' d='M5 5l30 30M35 5L5 35'/%3e%3c/svg%3e");
    transform: none;
}

.nav-scrollable[b-4omc3dllqk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4omc3dllqk] {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: grid;
    overflow-y: auto;
    place-items: center;
    background: rgba(0, 0, 0, .9);
}

.nav[b-4omc3dllqk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(88%, 440px);
}

.nav-item[b-4omc3dllqk] {
    padding: 0;
    font-size: 1rem;
}

.nav-item[b-4omc3dllqk]  .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: .5rem 1rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    border-radius: 0;
}

.nav-item[b-4omc3dllqk]  a.active,
.nav-item[b-4omc3dllqk]  .nav-link:hover {
    color: #fff;
    background: #015fbd;
}

.bi[b-4omc3dllqk] {
    width: 1.25rem;
    margin-right: .65rem;
    color: currentColor;
}

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

    .nav-scrollable[b-4omc3dllqk] {
        display: flex;
        align-items: stretch;
    }

    .nav[b-4omc3dllqk] {
        flex-direction: row;
        align-items: stretch;
        width: auto;
    }

    .nav-item[b-4omc3dllqk] {
        display: flex;
        align-items: stretch;
    }

    .nav-item[b-4omc3dllqk]  .nav-link {
        justify-content: center;
        min-height: 90px;
        padding: 0 .8rem;
        color: #015fbd;
        font-size: .83rem;
        text-align: left;
        border-bottom: 0;
        border-left: 1px solid #cfcfcf;
    }

    .nav-item[b-4omc3dllqk]  a.active,
    .nav-item[b-4omc3dllqk]  .nav-link:hover {
        color: #fff;
        background: #015fbd;
    }

    .bi[b-4omc3dllqk] {
        display: none;
    }

}

@media (max-width: 640px) {
    .site-header[b-4omc3dllqk] {
        min-height: 80px;
    }

    .navbar-brand[b-4omc3dllqk]  .brand-lockup img {
        width: 190px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8p6lto2tss],
.components-reconnect-repeated-attempt-visible[b-8p6lto2tss],
.components-reconnect-failed-visible[b-8p6lto2tss],
.components-pause-visible[b-8p6lto2tss],
.components-resume-failed-visible[b-8p6lto2tss],
.components-rejoining-animation[b-8p6lto2tss] {
    display: none;
}

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


#components-reconnect-modal[b-8p6lto2tss] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(14, 42, 79, .18);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8p6lto2tss 0.5s both;
    &[open]

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-8p6lto2tss {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-8p6lto2tss] {
    border: 0;
    background-color: #015fbd;
    color: white;
    padding: 4px 24px;
    border-radius: 0;
}

    #components-reconnect-modal button:hover[b-8p6lto2tss] {
        background-color: #158bd7;
    }

    #components-reconnect-modal button:active[b-8p6lto2tss] {
        background-color: #015fbd;
    }

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

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

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

@keyframes components-rejoining-animation-b-8p6lto2tss {
    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;
    }
}
