/* _content/SmartHome/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-spp7fwtpeo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-spp7fwtpeo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-spp7fwtpeo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-spp7fwtpeo]  a, .top-row[b-spp7fwtpeo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-spp7fwtpeo]  a:hover, .top-row[b-spp7fwtpeo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-spp7fwtpeo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-spp7fwtpeo] {
        justify-content: space-between;
    }

    .top-row[b-spp7fwtpeo]  a, .top-row[b-spp7fwtpeo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-spp7fwtpeo] {
        flex-direction: row;
    }

    .sidebar[b-spp7fwtpeo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-spp7fwtpeo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-spp7fwtpeo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-spp7fwtpeo], article[b-spp7fwtpeo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-spp7fwtpeo] {
    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-spp7fwtpeo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SmartHome/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zi1ulkfcr0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zi1ulkfcr0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zi1ulkfcr0] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zi1ulkfcr0] {
    font-size: 1.1rem;
}

.bi[b-zi1ulkfcr0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zi1ulkfcr0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zi1ulkfcr0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zi1ulkfcr0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-zi1ulkfcr0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zi1ulkfcr0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zi1ulkfcr0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zi1ulkfcr0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-zi1ulkfcr0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zi1ulkfcr0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

.navbar-toggler:checked ~ .nav-scrollable[b-zi1ulkfcr0] {
    display: block;
}

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

    .nav-scrollable[b-zi1ulkfcr0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SmartHome/Components/Pages/Energie.razor.rz.scp.css */
.energy-page[b-ytd85bo4os]{max-width:1180px;margin:0 auto;padding:28px 18px 60px;color:#172033}.energy-head[b-ytd85bo4os]{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.energy-head h1[b-ytd85bo4os]{font-size:2.2rem;font-weight:750;margin:2px 0}.energy-head p[b-ytd85bo4os]{margin:0;color:#778197}.eyebrow[b-ytd85bo4os]{font-size:.72rem;font-weight:800;letter-spacing:.16em;color:#68758d}.updated[b-ytd85bo4os]{font-size:.78rem;font-weight:650;color:#238653;background:#edf9f1;border:1px solid #d9f0e1;border-radius:999px;padding:8px 12px}.section-label[b-ytd85bo4os]{font-size:.68rem;font-weight:800;letter-spacing:.12em;color:#8b95a8;margin:15px 0 8px}.energy-grid[b-ytd85bo4os]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.energy-card[b-ytd85bo4os]{position:relative;background:#fff;border:1px solid #e1e6ee;border-radius:22px;padding:22px;box-shadow:0 8px 28px rgba(35,48,72,.07);overflow:hidden}.energy-card[b-ytd85bo4os]:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:#eef1f5}.current-grid .energy-card:first-child[b-ytd85bo4os]:before{background:#f2c94c}.battery-card[b-ytd85bo4os]:before{background:#4f8bd8!important}.current-grid .energy-card:last-child[b-ytd85bo4os]:before{background:#7b8799}.card-title[b-ytd85bo4os]{font-size:1.05rem;font-weight:750}.big-value[b-ytd85bo4os]{font-size:3rem;font-weight:700;line-height:1.1;margin:22px 0 8px;letter-spacing:-.035em}.sub[b-ytd85bo4os]{font-size:.78rem;color:#8b94a6}.battery-row[b-ytd85bo4os]{display:flex;align-items:center;justify-content:space-between;gap:12px}.status-pill[b-ytd85bo4os]{font-size:.76rem;font-weight:700;background:#eef4fb;color:#315f96;border-radius:999px;padding:7px 10px}.battery-bar[b-ytd85bo4os]{height:9px;background:#edf0f4;border-radius:999px;overflow:hidden;margin:5px 0 18px}.battery-bar span[b-ytd85bo4os]{display:block;height:100%;background:#3978c5;border-radius:999px}.metric[b-ytd85bo4os]{display:flex;justify-content:space-between;font-size:.84rem;color:#68758d}.metric strong[b-ytd85bo4os]{color:#172033}.history-label[b-ytd85bo4os]{margin-top:28px}.compact[b-ytd85bo4os]{padding:19px 20px;box-shadow:0 5px 20px rgba(35,48,72,.05)}.history-value[b-ytd85bo4os]{font-size:1.8rem;font-weight:700;margin-top:14px;letter-spacing:-.025em}.loading[b-ytd85bo4os],.error[b-ytd85bo4os]{background:white;border:1px solid #e1e6ee;border-radius:16px;padding:20px;box-shadow:0 6px 20px rgba(35,48,72,.05)}.error[b-ytd85bo4os]{color:#a83232}@media(max-width:760px){.energy-page[b-ytd85bo4os]{padding:18px 12px 40px}.energy-grid[b-ytd85bo4os]{grid-template-columns:1fr}.energy-head[b-ytd85bo4os]{align-items:flex-start;gap:12px;flex-direction:column}.energy-head h1[b-ytd85bo4os]{font-size:1.75rem}.updated[b-ytd85bo4os]{font-size:.72rem}.energy-card[b-ytd85bo4os]{padding:18px}.big-value[b-ytd85bo4os]{font-size:2.7rem}.history-label[b-ytd85bo4os]{margin-top:22px}}
/* _content/SmartHome/Components/Pages/Klima.razor.rz.scp.css */
.climate-page[b-vvthtkrz7m]{max-width:1180px;margin:0 auto;padding:28px 18px 60px;color:#172033}.climate-head[b-vvthtkrz7m]{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.climate-head h1[b-vvthtkrz7m]{font-size:2.2rem;font-weight:750;margin:2px 0}.climate-head p[b-vvthtkrz7m]{margin:0;color:#778197}.eyebrow[b-vvthtkrz7m]{font-size:.72rem;font-weight:800;letter-spacing:.16em;color:#68758d}.refresh[b-vvthtkrz7m]{border:1px solid #dce2eb;background:white;border-radius:12px;padding:10px 15px;font-weight:650}.climate-grid[b-vvthtkrz7m]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.climate-card[b-vvthtkrz7m]{background:#fff;border:1px solid #e1e6ee;border-radius:22px;padding:22px;box-shadow:0 8px 28px rgba(35,48,72,.07);transition:.2s}.climate-card.is-on[b-vvthtkrz7m]{border-color:#b8d9ff;box-shadow:0 8px 30px rgba(44,123,229,.12)}.card-top[b-vvthtkrz7m]{display:flex;align-items:flex-start;justify-content:space-between}.room[b-vvthtkrz7m]{font-size:1.25rem;font-weight:750}.state[b-vvthtkrz7m]{font-size:.78rem;color:#8b94a6;margin-top:5px}.dot[b-vvthtkrz7m]{display:inline-block;width:8px;height:8px;border-radius:50%;background:#b9c0cb;margin-right:6px}.is-on .dot[b-vvthtkrz7m]{background:#34b36b;box-shadow:0 0 0 4px rgba(52,179,107,.12)}.power[b-vvthtkrz7m]{width:45px;height:45px;border:0;border-radius:50%;font-size:1.35rem;background:#f0f2f6;color:#9aa3b2}.power.active[b-vvthtkrz7m]{background:#e4f2ff;color:#1677df}.temperature[b-vvthtkrz7m]{display:flex;justify-content:space-between;align-items:end;padding:24px 4px 18px}.temp-value[b-vvthtkrz7m]{font-size:3.7rem;font-weight:700;line-height:1}.degree[b-vvthtkrz7m]{font-size:2rem;vertical-align:top}.temp-label[b-vvthtkrz7m],.target-label[b-vvthtkrz7m]{font-size:.72rem;color:#8a94a6;margin-top:5px}.target[b-vvthtkrz7m]{text-align:right}.target strong[b-vvthtkrz7m]{font-size:1.55rem}.temp-control[b-vvthtkrz7m]{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;text-align:center;background:#f5f7fa;border-radius:15px;padding:6px;margin-bottom:20px}.temp-control button[b-vvthtkrz7m]{border:0;background:white;border-radius:11px;height:42px;font-size:1.55rem}.temp-control span[b-vvthtkrz7m]{font-weight:750;font-size:1.05rem}.section-label[b-vvthtkrz7m]{font-size:.68rem;font-weight:800;letter-spacing:.12em;color:#8b95a8;margin:15px 0 8px}.chips[b-vvthtkrz7m]{display:flex;gap:7px;flex-wrap:wrap}.chip[b-vvthtkrz7m]{border:1px solid #e0e5ec;background:#f8f9fb;border-radius:10px;padding:8px 11px;font-size:.82rem;color:#566176}.chip.selected[b-vvthtkrz7m]{background:#172d4d;color:white;border-color:#172d4d}.more[b-vvthtkrz7m]{margin-top:18px;border-top:1px solid #edf0f4;padding-top:13px}.more summary[b-vvthtkrz7m]{cursor:pointer;color:#66738a;font-size:.85rem;font-weight:650}.clean[b-vvthtkrz7m]{display:flex;align-items:center;gap:7px;margin-top:15px;font-size:.84rem}.clean span[b-vvthtkrz7m]{margin-right:auto}.clean button[b-vvthtkrz7m]{border:1px solid #e0e5ec;background:#f8f9fb;border-radius:9px;padding:7px 11px}.loading[b-vvthtkrz7m],.error[b-vvthtkrz7m]{background:white;border-radius:16px;padding:20px}.error[b-vvthtkrz7m]{color:#a83232}@media(max-width:760px){.climate-page[b-vvthtkrz7m]{padding:18px 12px 40px}.climate-grid[b-vvthtkrz7m]{grid-template-columns:1fr}.climate-head h1[b-vvthtkrz7m]{font-size:1.75rem}.refresh[b-vvthtkrz7m]{font-size:.8rem;padding:9px 10px}.climate-card[b-vvthtkrz7m]{padding:18px}.temp-value[b-vvthtkrz7m]{font-size:3.2rem}}
.filter-status[b-vvthtkrz7m] { margin: 14px 0 18px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: .9rem; }
.filter-status strong[b-vvthtkrz7m] { font-weight: 700; text-align: right; }
.filter-status.due[b-vvthtkrz7m] { border-color: rgba(255,90,90,.55); }
