/* /Components/ChargingVisualizer.razor.rz.scp.css */
.charging-visual[b-njb0c8wf8f] {
    margin: 0 0 1.25rem;
    color: #e8e8ea;
}

.visual-heading[b-njb0c8wf8f] {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .6rem;
    color: #9a9aa0;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.visual-heading > span[b-njb0c8wf8f] {
    width: 4px;
    height: 18px;
    border-radius: 1px;
    background: #e11414;
    box-shadow: 0 0 14px rgba(225, 20, 20, .7);
}

.charging-stage[b-njb0c8wf8f] {
    position: relative;
    width: 100%;
    aspect-ratio: 940 / 420;
    min-height: 280px;
    overflow: hidden;
    background: linear-gradient(180deg, #141416, #0d0d0f);
    border: 1px solid #2a2a2e;
    border-radius: 18px;
    box-shadow: 0 32px 70px -42px #000;
}

.charging-stage[b-njb0c8wf8f]::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 29%;
    background: linear-gradient(180deg, transparent, #050506 90%);
    pointer-events: none;
}

.floor-line[b-njb0c8wf8f] {
    position: absolute;
    right: 8%;
    bottom: 23%;
    left: 8%;
    z-index: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(225, 20, 20, .38), transparent);
}

.charging-station[b-njb0c8wf8f] {
    position: absolute;
    bottom: 28%;
    left: 7.5%;
    z-index: 2;
    width: 13%;
    height: 55%;
    min-width: 82px;
    background: linear-gradient(160deg, #27272c, #131315);
    border: 1px solid #3d3d43;
    border-radius: 14px;
    box-shadow: inset 0 2px #45454b, 0 20px 40px -20px #000;
}

.station-screen[b-njb0c8wf8f] {
    position: absolute;
    top: 7%;
    right: 13%;
    left: 13%;
    display: grid;
    height: 29%;
    place-items: center;
    background: radial-gradient(100px 55px at 50% 30%, #3a0b0b, #120607);
    border: 1px solid #4a1416;
    border-radius: 8px;
    box-shadow: inset 0 0 18px rgba(225, 20, 20, .2);
}

.station-screen img[b-njb0c8wf8f] {
    width: 34%;
    max-height: 80%;
}

.station-led[b-njb0c8wf8f] {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e11414;
    box-shadow: 0 0 12px #e11414;
    animation: led-blink-b-njb0c8wf8f 1.1s infinite;
    transform: translateX(-50%);
}

.station-power[b-njb0c8wf8f] {
    position: absolute;
    right: 0;
    bottom: 8%;
    left: 0;
    color: #c9c9ce;
    font-size: clamp(.6rem, 1.5vw, .85rem);
    text-align: center;
}

.station-power strong[b-njb0c8wf8f] {
    color: #fff;
    font-size: clamp(1rem, 2.4vw, 1.55rem);
}

.charging-cable[b-njb0c8wf8f] {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.charging-cable path[b-njb0c8wf8f] {
    fill: none;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

.cable-base[b-njb0c8wf8f] {
    stroke: #1c1c20;
    stroke-width: 11;
}

.cable-energy[b-njb0c8wf8f] {
    stroke: #ff3b3b;
    stroke-width: 4;
    stroke-dasharray: 6 22;
    animation: energy-flow-b-njb0c8wf8f .5s linear infinite;
}

.connector-head[b-njb0c8wf8f] {
    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, #3a3a40, #17171a);
    border: 1px solid #4a4a52;
    border-radius: 5px;
    box-shadow: 0 4px 10px -4px #000;
    transform: translate(-50%, -50%);
}

.connector-head span[b-njb0c8wf8f] {
    position: absolute;
    top: 25%;
    right: -20%;
    width: 25%;
    height: 50%;
    background: #2a2a2e;
    border-radius: 2px;
}

.electric-car[b-njb0c8wf8f] {
    position: absolute;
    right: 7%;
    bottom: 28%;
    z-index: 2;
    width: 45%;
}

.electric-car svg[b-njb0c8wf8f] {
    display: block;
    width: 100%;
    overflow: visible;
}

.car-shadow[b-njb0c8wf8f] { fill: #000; opacity: .55; }
.car-body[b-njb0c8wf8f] { fill: #17171a; stroke: #3a3a42; stroke-width: 1.5; }
.car-glass[b-njb0c8wf8f] { fill: #292930; opacity: .9; }
.tail-light[b-njb0c8wf8f] { fill: #e11414; filter: drop-shadow(0 0 6px #e11414); }
.wheel[b-njb0c8wf8f] { fill: #111114; stroke: #2c2c32; stroke-width: 4; }
.wheel-hub[b-njb0c8wf8f] { fill: #1c1c20; stroke: #3a3a42; stroke-width: 2; }
.charge-port[b-njb0c8wf8f] { fill: #0c0c0e; stroke: #e11414; stroke-width: 2; }

.port-glow[b-njb0c8wf8f] {
    position: absolute;
    top: 36%;
    left: 0;
    width: 12%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, #ff3b3b, transparent 70%);
    animation: port-pulse-b-njb0c8wf8f 1.4s ease-in-out infinite;
}

.energy-sparks[b-njb0c8wf8f] {
    position: absolute;
    top: 33%;
    left: 0;
    width: 12%;
    height: 30%;
}

.energy-sparks i[b-njb0c8wf8f] {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 8px;
    background: #ff5555;
    border-radius: 3px;
    box-shadow: 0 0 8px #ff3b3b;
    animation: spark-rise-b-njb0c8wf8f 1.3s infinite;
}

.energy-sparks i:nth-child(2)[b-njb0c8wf8f] { left: 35%; animation-delay: .45s; }
.energy-sparks i:nth-child(3)[b-njb0c8wf8f] { left: 68%; animation-delay: .85s; }

.battery-hud[b-njb0c8wf8f] {
    position: absolute;
    top: 6%;
    right: 3.5%;
    z-index: 6;
    width: min(27%, 230px);
    padding: 2.5% 2%;
    background: rgba(12, 12, 14, .78);
    border: 1px solid #2a2a30;
    border-radius: 11px;
    backdrop-filter: blur(6px);
}

.battery-topline[b-njb0c8wf8f] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .5rem;
}

.battery-topline span[b-njb0c8wf8f] {
    color: #8a8a90;
    font-size: clamp(.55rem, 1.1vw, .75rem);
    letter-spacing: .14em;
    text-transform: uppercase;
}

.battery-topline strong[b-njb0c8wf8f] {
    color: #ff3b3b;
    font-size: clamp(1rem, 2.2vw, 1.55rem);
}

.battery-track[b-njb0c8wf8f] {
    height: clamp(7px, 1.3vw, 12px);
    margin-top: 7%;
    overflow: hidden;
    background: #1c1c20;
    border-radius: 6px;
}

.battery-fill[b-njb0c8wf8f] {
    position: relative;
    height: 100%;
    min-width: 3px;
    overflow: hidden;
    background: linear-gradient(90deg, #a80d0d, #e11414 60%, #ff3b3b);
    border-radius: inherit;
    transition: width .4s ease;
}

.battery-fill.indeterminate[b-njb0c8wf8f] {
    width: 45%;
    animation: battery-search-b-njb0c8wf8f 1.8s ease-in-out infinite alternate;
}

.battery-fill i[b-njb0c8wf8f] {
    position: absolute;
    inset: 0;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
    animation: battery-sweep-b-njb0c8wf8f 1.4s linear infinite;
}

.battery-meta[b-njb0c8wf8f] {
    margin-top: 5%;
    color: #77777e;
    font-size: clamp(.5rem, 1vw, .7rem);
    letter-spacing: .04em;
}

.battery-meta strong[b-njb0c8wf8f] {
    color: #d4d4d8;
}

.visual-caption[b-njb0c8wf8f] {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-top: .7rem;
    color: #7d7d83;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.live-dot[b-njb0c8wf8f] {
    width: 7px;
    height: 7px;
    background: #e11414;
    border-radius: 50%;
    box-shadow: 0 0 9px #e11414;
    animation: led-blink-b-njb0c8wf8f 1.1s infinite;
}

@keyframes energy-flow-b-njb0c8wf8f { to { stroke-dashoffset: -28; } }
@keyframes led-blink-b-njb0c8wf8f { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes battery-sweep-b-njb0c8wf8f { from { transform: translateX(-120%); } to { transform: translateX(320%); } }
@keyframes battery-search-b-njb0c8wf8f { from { transform: translateX(5%); } to { transform: translateX(115%); } }
@keyframes port-pulse-b-njb0c8wf8f { 0%, 100% { opacity: .35; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes spark-rise-b-njb0c8wf8f { 0% { opacity: 0; transform: translateY(0); } 20% { opacity: 1; } 100% { opacity: 0; transform: translateY(-35px); } }

@media (max-width: 600px) {
    .charging-stage[b-njb0c8wf8f] {
        min-height: 250px;
        aspect-ratio: 4 / 3;
    }

    .charging-station[b-njb0c8wf8f] {
        bottom: 20%;
        left: 5%;
        width: 20%;
        height: 52%;
    }

    .electric-car[b-njb0c8wf8f] {
        right: 2%;
        bottom: 20%;
        width: 58%;
    }

    .charging-cable[b-njb0c8wf8f],
    .connector-head[b-njb0c8wf8f] {
        display: none;
    }

    .battery-hud[b-njb0c8wf8f] {
        top: 5%;
        right: 4%;
        width: 42%;
        padding: 3%;
    }

    .floor-line[b-njb0c8wf8f] {
        bottom: 17%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ntit3yii51] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: radial-gradient(1000px 560px at 52% -12%, #260b0d 0%, #0a0a0b 58%);
}

main[b-ntit3yii51] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-ntit3yii51] {
    background: linear-gradient(180deg, #111114 0%, #09090a 100%);
    border-right: 1px solid #262629;
}

.top-row[b-ntit3yii51] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4.25rem;
    background: rgba(13, 13, 15, .86);
    border-bottom: 1px solid #262629;
    backdrop-filter: blur(12px);
}

.top-row[b-ntit3yii51]  a,
.top-row[b-ntit3yii51]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.section-context[b-ntit3yii51] {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #cfcfd3;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.section-context span[b-ntit3yii51] {
    width: 3px;
    height: 20px;
    border-radius: 2px;
    background: #e11414;
    box-shadow: 0 0 14px rgba(225, 20, 20, .7);
}

.protocol-label[b-ntit3yii51] {
    color: #77777e;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.protocol-label i[b-ntit3yii51] {
    color: #e11414;
    margin-right: .35rem;
}

@media (max-width: 640.98px) {
    .top-row[b-ntit3yii51] {
        justify-content: space-between;
    }

    .protocol-label[b-ntit3yii51] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-ntit3yii51] {
        flex-direction: row;
    }

    .sidebar[b-ntit3yii51] {
        position: sticky;
        top: 0;
        width: 265px;
        height: 100vh;
    }

    .top-row[b-ntit3yii51] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-ntit3yii51],
    article[b-ntit3yii51] {
        padding-right: 1.75rem !important;
        padding-left: 2rem !important;
    }
}

#blazor-error-ui[b-ntit3yii51] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: .7rem 1.25rem;
    color: #f1f1f2;
    background: #1a0c0d;
    border-top: 1px solid #79191f;
}

#blazor-error-ui .dismiss[b-ntit3yii51] {
    position: absolute;
    top: .5rem;
    right: .75rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j020ij761k] {
    position: absolute;
    top: .85rem;
    right: 1rem;
    width: 3.2rem;
    height: 2.5rem;
    appearance: none;
    cursor: pointer;
    border: 1px solid #34343a;
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28232,232,234,.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.65rem #19191c;
}

.navbar-toggler:checked[b-j020ij761k] {
    background-color: #2a0c0e;
}

.top-row[b-j020ij761k] {
    min-height: 4.8rem;
    background: #0c0c0e;
    border-bottom: 1px solid #242427;
}

.navbar-brand[b-j020ij761k] {
    font-size: 1.1rem;
    text-decoration: none;
}

.bi[b-j020ij761k] {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .75rem;
    color: #77777e;
    background-size: cover;
}

.nav-item[b-j020ij761k] {
    padding-bottom: .3rem;
    font-size: .86rem;
}

.nav-item:first-of-type[b-j020ij761k] {
    padding-top: 1.2rem;
}

.nav-item:last-of-type[b-j020ij761k] {
    padding-bottom: 1rem;
}

.nav-item[b-j020ij761k]  .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
    color: #98989e;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: .035em;
    background: none;
    border: none;
    border-radius: 8px;
}

.nav-item[b-j020ij761k]  a.active {
    color: #fff;
    background: linear-gradient(90deg, rgba(225, 20, 20, .18), rgba(225, 20, 20, .04));
    box-shadow: inset 3px 0 #e11414;
}

.nav-item[b-j020ij761k]  a.active .bi {
    color: #ff3b3b;
}

.nav-item[b-j020ij761k]  .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .045);
}

.nav-scrollable[b-j020ij761k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j020ij761k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j020ij761k] {
        display: none;
    }

    .nav-scrollable[b-j020ij761k] {
        display: block;
        height: calc(100vh - 4.8rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dqotngji56],
.components-reconnect-repeated-attempt-visible[b-dqotngji56],
.components-reconnect-failed-visible[b-dqotngji56],
.components-pause-visible[b-dqotngji56],
.components-resume-failed-visible[b-dqotngji56],
.components-rejoining-animation[b-dqotngji56] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dqotngji56],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dqotngji56],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dqotngji56],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dqotngji56],
#components-reconnect-modal.components-reconnect-retrying[b-dqotngji56],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dqotngji56],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dqotngji56],
#components-reconnect-modal.components-reconnect-failed[b-dqotngji56],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dqotngji56] {
    display: block;
}


#components-reconnect-modal[b-dqotngji56] {
    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-dqotngji56 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dqotngji56 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dqotngji56 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dqotngji56]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dqotngji56 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dqotngji56 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dqotngji56 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dqotngji56 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dqotngji56] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dqotngji56] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dqotngji56] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dqotngji56] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dqotngji56] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dqotngji56] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dqotngji56] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dqotngji56 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dqotngji56] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dqotngji56 {
    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;
    }
}
