/* _content/TepelnaCerpadla/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-clnquhu98w] {
    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-clnquhu98w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.mud-layout[b-clnquhu98w] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.mud-main-content[b-clnquhu98w] {
    flex: 1;
}

.footer[b-clnquhu98w] {
    background-color: #f5f5f5;
}
/* _content/TepelnaCerpadla/Components/Pages/Mobil/Dashboard.razor.rz.scp.css */
.dashboard[b-qolla0vpgp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.6rem;
    background: #f5f7fa;
    min-height: 100vh;
}
/* _content/TepelnaCerpadla/Components/Pages/Mobil/DashboardAku.razor.rz.scp.css */
.aku-card[b-xd5yhfwaih] {
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .aku-card .title[b-xd5yhfwaih] {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #333;
    }

/* Rozložení nádrž vlevo, trubky vpravo */
.aku-layout[b-xd5yhfwaih] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

/* Nádrž */
.aku-cylinder[b-xd5yhfwaih] {
    width: 70px;
    height: 140px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* Trubky + radiátor */
.aku-pipes[b-xd5yhfwaih] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.pipe[b-xd5yhfwaih] {
    position: relative;
    width: 100px;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
}

    .pipe.hot[b-xd5yhfwaih] {
        background: #ff5722;
    }

    .pipe.cold[b-xd5yhfwaih] {
        background: #2196f3;
    }

    .pipe.flow[b-xd5yhfwaih]::before {
        content: "";
        position: absolute;
        top: 0;
        width: 40px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
    }

    .pipe.hot.flow[b-xd5yhfwaih]::before {
        left: -40px;
        animation: flow-right-b-xd5yhfwaih 1s linear infinite;
    }

    .pipe.cold.flow[b-xd5yhfwaih]::before {
        right: -40px;
        animation: flow-left-b-xd5yhfwaih 1s linear infinite;
    }

    .pipe-block[b-xd5yhfwaih]
    {
        margin-top:-10px;
    }

.pipe.inactive[b-xd5yhfwaih] {
    background: #9E9E9E; /* šedá */
}

    .pipe.inactive[b-xd5yhfwaih]::before {
        display: none; /* žádná animace */
    }


@keyframes flow-right-b-xd5yhfwaih {
    from {
        left: -40px;
    }

    to {
        left: 100%;
    }
}

@keyframes flow-left-b-xd5yhfwaih {
    from {
        right: -40px;
    }

    to {
        right: 100%;
    }
}

/* Radiátor */
.radiator-icon[b-xd5yhfwaih] {
    font-size: 50px;
}

/* indikátor výkonu */
.power-indicator[b-xd5yhfwaih] {
    display: flex;
    gap: 6px;
}

    .power-indicator .dot[b-xd5yhfwaih] {
        width: 10px;
        height: 10px;
        background: #ddd;
        border-radius: 50%;
        margin-top: 6px;
    }

        .power-indicator .dot.active[b-xd5yhfwaih] {
            background: #4caf50;
        }


/* Sekce pro levou část s nádrží a popiskem */
.aku-left[b-xd5yhfwaih] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.aku-label[b-xd5yhfwaih] {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.0;
}

    .aku-label small[b-xd5yhfwaih] {
        font-size: 0.75rem;
        color: #777;
    }


/* _content/TepelnaCerpadla/Components/Pages/Mobil/DashboardHeader.razor.rz.scp.css */
.header-card[b-6kfa9fw515] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 0.4rem 0.9rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-bottom: 0.1rem;
}

.header-left[b-6kfa9fw515] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-icon[b-6kfa9fw515] {
    font-size: 3.5rem;
    color: #2196f3;
}

.header-temp[b-6kfa9fw515] {
    font-size: 2rem;
    font-weight: bold;
    /*color: #333;*/
}

.header-right[b-6kfa9fw515] {
    text-align: right;
}

.header-status-label[b-6kfa9fw515] {
    font-size: 0.85rem;
    color: #777;
}

.header-status-value[b-6kfa9fw515] {
    font-size: 1rem;
    font-weight: 500;
    color: #FF5722;
}


.header-temp-block[b-6kfa9fw515] {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* nebo center, pokud chceš zarovnat na střed */
    line-height: 1.1;
}

/*.header-temp {
    font-size: 1.5rem;
    font-weight: bold;
}*/

.header-last[b-6kfa9fw515] {
    font-size: 0.55rem;
    color: #666;
    margin-top: 2px;
}

/* _content/TepelnaCerpadla/Components/Pages/Mobil/DashboardHeatpumps.razor.rz.scp.css */
.heatpumps-card[b-4zsu1krzmg] {
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    .heatpumps-card .title[b-4zsu1krzmg] {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: #333;
    }

.heatpumps-grid[b-4zsu1krzmg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.heatpump-box[b-4zsu1krzmg] {
    background: #f9f9fb;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.heatpump-name[b-4zsu1krzmg] {
    font-weight: 600;
    font-size: 0.95rem;
}

.heatpump-icons[b-4zsu1krzmg] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

/* ventilátor */
.fan-icon[b-4zsu1krzmg] {
    font-size: 28px;
    color: #555;
}

.fan-spin[b-4zsu1krzmg] {
    animation: spin-b-4zsu1krzmg 1.5s linear infinite;
    color: #2196f3;
}

.fan-off[b-4zsu1krzmg] {
    color: #bbb;
}

/* žárovka */
.bulb-icon[b-4zsu1krzmg] {
    font-size: 28px;
}

.bulb-on[b-4zsu1krzmg] {
    color: #ff9800;
}

.bulb-off[b-4zsu1krzmg] {
    color: #bbb;
}

/* indikátor výkonu */
.power-indicator[b-4zsu1krzmg] {
    display: flex;
    gap: 6px;
}

    .power-indicator .dot[b-4zsu1krzmg] {
        width: 10px;
        height: 10px;
        background: #ddd;
        border-radius: 50%;
    }

        .power-indicator .dot.active[b-4zsu1krzmg] {
            background: #4caf50;
        }

/* animace otáčení */
@keyframes spin-b-4zsu1krzmg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/TepelnaCerpadla/Components/Pages/Mobil/DashboardTanks.razor.rz.scp.css */
.tanks-card[b-h7kgfdjydv] {
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    .tanks-card .title[b-h7kgfdjydv] {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: #333;
    }

.tanks-grid[b-h7kgfdjydv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 1rem;
}

.tank-box[b-h7kgfdjydv] {
    /*background: #f9f9fb;
    border-radius: 12px;*/
    /*padding: 0.75rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.tank-name[b-h7kgfdjydv] {
    font-weight: 600;
    font-size: 0.9rem;
}

.tank-cylinder[b-h7kgfdjydv] {
    width: 50px;
    height: 100px;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.tank-temp[b-h7kgfdjydv] {
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.tank-bottom[b-h7kgfdjydv] {
    font-size: 0.85rem;
    color: #444;
}

/* indikátor výkonu */
.power-indicator[b-h7kgfdjydv] {
    display: flex;
    gap: 6px;
}

    .power-indicator .dot[b-h7kgfdjydv] {
        width: 10px;
        height: 10px;
        background: #ddd;
        border-radius: 50%;
        margin-top: 6px;    
    }

        .power-indicator .dot.active[b-h7kgfdjydv] {
            background: #4caf50;
        }

/* _content/TepelnaCerpadla/Components/Pages/Nadrze.razor.rz.scp.css */
.aku-wrapper[b-gimz1gj0e0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
}

.aku-title[b-gimz1gj0e0] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.aku-container[b-gimz1gj0e0] {
    position: relative;
    width: 130px;
    height: 280px;
    border: 2px solid #333;
    border-radius: 6px;
    overflow: hidden;
    background: #f0f0f0;
}

.aku-fill[b-gimz1gj0e0] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0; /* startuje prázdná */
    background: linear-gradient(to top, #00BFFF, #FF4500); /* základní gradient, budeš měnit inline podle teploty */
    transition: height 1.5s ease-in-out;
    overflow: hidden; /* důležité, aby vlnka nepřesahovala */
}

.aku-wave[b-gimz1gj0e0] {
    position: absolute;
    top: -10px;
    left: 0;
    width: 200%;
    height: 30px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='30'><path d='M0 20 Q50 10 100 20 T200 20 V30 H0 Z' fill='rgba(255,255,255,0.5)'/></svg>") repeat-x;
    background-size: 100px 30px;
    animation: wave-b-gimz1gj0e0 4s linear infinite;
    opacity: 0.7;
}

.bubble[b-gimz1gj0e0] {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    animation: bubbleUp-b-gimz1gj0e0 4s infinite ease-in;
}

    .bubble.delay1[b-gimz1gj0e0] {
        left: 60%;
        width: 8px;
        height: 8px;
        animation-delay: 1s;
    }

    .bubble.delay2[b-gimz1gj0e0] {
        left: 40%;
        width: 6px;
        height: 6px;
        animation-delay: 2s;
    }

@keyframes bubbleUp-b-gimz1gj0e0 {
    from {
        bottom: 0;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        bottom: 100%;
        opacity: 0;
        transform: translateY(-20px) scale(0.5);
    }
}




@keyframes wave-b-gimz1gj0e0 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100px);
    }
}

.aku-label-center[b-gimz1gj0e0] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #000;
}

.aku-label-bottom[b-gimz1gj0e0] {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #333;
}

.aku-info[b-gimz1gj0e0] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #555;
}
/* _content/TepelnaCerpadla/Components/Pages/VykonCerpadla.razor.rz.scp.css */
.vykon-box[b-vu3p0ey0ik] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border-radius: 8px;
    background: #fff;
}

.box-header[b-vu3p0ey0ik] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.box-title[b-vu3p0ey0ik] {
    font-weight: normal;
    font-size:24px;
}

.box-icon[b-vu3p0ey0ik] {        
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-radial[b-vu3p0ey0ik] {
    flex: 0 0 auto;
    text-align: center;
    margin-bottom: 5px;
    height:125px;
}

.box-graph[b-vu3p0ey0ik] {
    flex: 1;
    border-radius: 4px;
    display: flex;
    align-items: center;    
    justify-content: center;
}

.fan-spin[b-vu3p0ey0ik] {
    animation: spin-b-vu3p0ey0ik 2s linear infinite;
    font-size: 36px;
    color: red; /* barva když běží */
}

@keyframes spin-b-vu3p0ey0ik {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.fan-icon[b-vu3p0ey0ik] {
    font-size: 32px;
    display: inline-block;
}

.fan-spin[b-vu3p0ey0ik] {
    color: #32CD32; /* zelená */
    animation: spin-b-vu3p0ey0ik 2s linear infinite;
}

.fan-disabled[b-vu3p0ey0ik] {
    color: #999; /* šedá */
}

@keyframes spin-b-vu3p0ey0ik {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


