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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-k25ei2hdi5], article[b-k25ei2hdi5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ztroeeo5fm] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-ztroeeo5fm] {
    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-ztroeeo5fm] {
    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-ztroeeo5fm] {
    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-ztroeeo5fm] {
    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-ztroeeo5fm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-ztroeeo5fm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-ztroeeo5fm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ztroeeo5fm] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Pages/Home.razor.rz.scp.css */
.page[b-e8e3ufaha9] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    background:
            radial-gradient(900px 500px at 15% 10%, #ffe7f1 0%, transparent 60%),
            radial-gradient(900px 500px at 90% 20%, #e7f3ff 0%, transparent 60%),
            radial-gradient(900px 600px at 40% 90%, #eafff1 0%, transparent 55%),
            #fbfbfd;
}

.card[b-e8e3ufaha9] {
    width: min(760px, 100%);
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 22px;
    padding: 1.75rem;
    box-shadow: 0 18px 55px rgba(0,0,0,0.10);
    backdrop-filter: blur(10px);

    /* Damit die Card nicht höher als der Screen wird */
    max-height: calc(100vh - 1.25rem);
    overflow: hidden;
}

.header[b-e8e3ufaha9] {
    margin-bottom: 1.25rem;
}

.title[b-e8e3ufaha9] {
    margin: 0;
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
    letter-spacing: -0.02em;
}

.subtitle[b-e8e3ufaha9] {
    margin: 0.5rem 0 0;
    color: rgba(0,0,0,0.6);
}

/* Default: großes Layout (untereinander) */
.mainGrid[b-e8e3ufaha9] {
    display: block;
}

.rightCol[b-e8e3ufaha9] {
    display: block;
}

.plantArea[b-e8e3ufaha9] {
    display: grid;
    place-items: center;
    margin: 1.5rem 0;
}

.plantImage[b-e8e3ufaha9] {
    width: min(280px, 70vw);
    height: auto;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,0.14));
    animation: floaty-b-e8e3ufaha9 3.6s ease-in-out infinite;
    transition: transform 180ms ease, opacity 180ms ease;
}

@keyframes floaty-b-e8e3ufaha9 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

.timerBox[b-e8e3ufaha9] {
    border-radius: 18px;
    padding: 1rem 1rem 1.1rem;
    background: rgba(0,0,0,0.035);
}

.timerLabel[b-e8e3ufaha9] {
    color: rgba(0,0,0,0.55);
    font-weight: 700;
    font-size: 0.95rem;
}

.timerValue[b-e8e3ufaha9] {
    margin-top: 0.25rem;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.progressWrap[b-e8e3ufaha9] {
    margin-top: 0.85rem;
    height: 12px;
    border-radius: 999px;
    background: rgba(0,0,0,0.10);
    overflow: hidden;
}

.progressBar[b-e8e3ufaha9] {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff4fa3, #ff8cc7);
    transition: width 250ms ease;
}

.progressMeta[b-e8e3ufaha9] {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
    color: rgba(0,0,0,0.55);
    font-weight: 600;
    font-size: 0.95rem;
}

.success[b-e8e3ufaha9] {
    margin-top: 1.0rem;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 79, 163, 0.25);
    background: rgba(255, 79, 163, 0.08);
}

.success h2[b-e8e3ufaha9] {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
}

.success p[b-e8e3ufaha9] {
    margin: 0.25rem 0 0;
}

.actions[b-e8e3ufaha9] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.0rem;
    flex-wrap: wrap;
}

.btn[b-e8e3ufaha9] {
    border-radius: 14px;
    padding: 0.95rem 1.1rem;
    font-weight: 800;
    border: 1px solid rgba(0,0,0,0.12);
    background: white;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
}

.btn:active[b-e8e3ufaha9] { transform: translateY(1px); }

.btn:disabled[b-e8e3ufaha9] {
    opacity: 0.55;
    cursor: not-allowed;
}

.btn.primary[b-e8e3ufaha9] {
    border: none;
    color: white;
    background: linear-gradient(180deg, #ff4fa3, #ff2f8e);
    box-shadow: 0 14px 30px rgba(255, 79, 163, 0.26);
}

.btn.primary:hover:not(:disabled)[b-e8e3ufaha9] {
    box-shadow: 0 18px 40px rgba(255, 79, 163, 0.34);
}

/* =========================
   RESPONSIVE: Handy => Blume links, Rest rechts
   ========================= */
/* Handy: wie Desktop (Blume mittig), nur kompakter */
@media (max-width: 600px) {
    .page[b-e8e3ufaha9] {
        padding: 1rem;
        place-items: stretch;
        align-items: start;
    }

    .card[b-e8e3ufaha9] {
        width: 100%;
        padding: 1rem;
        border-radius: 18px;
        max-height: calc(100svh - 1rem);
        overflow: hidden;
    }

    /* KEIN links/rechts auf Handy */
    .mainGrid[b-e8e3ufaha9] {
        display: block;
    }

    .header[b-e8e3ufaha9] {
        margin-bottom: 0.75rem;
    }

    .title[b-e8e3ufaha9] {
        font-size: 1.25rem;
    }

    .subtitle[b-e8e3ufaha9] {
        font-size: 0.9rem;
        margin-top: 0.35rem;
    }

    .plantArea[b-e8e3ufaha9] {
        margin: 0.75rem 0;
    }

    .plantImage[b-e8e3ufaha9] {
        width: min(200px, 55vw);
        animation: none; /* optional: spart Platz */
    }

    .timerBox[b-e8e3ufaha9] {
        padding: 0.85rem;
        border-radius: 16px;
    }

    .timerLabel[b-e8e3ufaha9] {
        font-size: 0.9rem;
    }

    .timerValue[b-e8e3ufaha9] {
        font-size: 2.2rem;
    }

    .progressWrap[b-e8e3ufaha9] {
        margin-top: 0.65rem;
        height: 10px;
    }

    .progressMeta[b-e8e3ufaha9] {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }

    .success[b-e8e3ufaha9] {
        padding: 0.8rem;
        border-radius: 16px;
        margin-top: 0.75rem;
    }

    .success h2[b-e8e3ufaha9] {
        font-size: 1.0rem;
    }

    /* Buttons: 2 pro Zeile (besser als 3 gequetscht) */
    .actions[b-e8e3ufaha9] {
        margin-top: 0.8rem;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .btn[b-e8e3ufaha9] {
        flex: 1 1 calc(50% - 0.25rem);
        padding: 0.75rem 0.85rem;
        border-radius: 12px;
        font-size: 0.95rem;
        min-width: 0;
    }

    /* Primary Button darf ruhig volle Breite bekommen */
    .btn.primary[b-e8e3ufaha9] {
        flex-basis: 100%;
    }
}


/* Sehr kleine Phones (Blume mittig, alles kompakter) */
@media (max-width: 380px) {
    .page[b-e8e3ufaha9] {
        padding: 0.75rem;
    }

    .card[b-e8e3ufaha9] {
        padding: 0.9rem;
        border-radius: 16px;
        max-height: calc(100svh - 0.75rem);
        overflow: hidden;
    }

    /* bleibt wie Desktop/Handy: untereinander */
    .mainGrid[b-e8e3ufaha9] {
        display: block;
    }

    .title[b-e8e3ufaha9] {
        font-size: 1.15rem;
    }

    .subtitle[b-e8e3ufaha9] {
        font-size: 0.85rem;
    }

    .plantArea[b-e8e3ufaha9] {
        margin: 0.6rem 0;
    }

    .plantImage[b-e8e3ufaha9] {
        width: min(175px, 58vw);
    }

    .timerBox[b-e8e3ufaha9] {
        padding: 0.8rem;
        border-radius: 14px;
    }

    .timerValue[b-e8e3ufaha9] {
        font-size: 2.0rem;
    }

    .progressMeta[b-e8e3ufaha9] {
        font-size: 0.82rem;
    }

    .actions[b-e8e3ufaha9] {
        margin-top: 0.7rem;
        gap: 0.45rem;
    }

    .btn[b-e8e3ufaha9] {
        padding: 0.7rem 0.8rem;
        font-size: 0.92rem;
        border-radius: 12px;
    }
}


/* Wenig Höhe (Handys quer / kleine Höhen) */
@media (max-height: 720px) {
    .timerValue[b-e8e3ufaha9] { font-size: 2.0rem; }
    .plantImage[b-e8e3ufaha9] { width: min(180px, 50vw); }
    .success[b-e8e3ufaha9] { margin-top: 0.7rem; }
}



@media (max-height: 1000px) and (min-width: 601px) {
    .page[b-e8e3ufaha9] {
        padding: 1rem;
        place-items: stretch;
        align-items: start;
    }

    .card[b-e8e3ufaha9] {
        width: min(980px, 100%);
        padding: 1.2rem;
        border-radius: 18px;

        max-height: calc(100vh - 1rem);
        max-height: calc(100svh - 1rem);
        overflow: hidden;
    }

    .header[b-e8e3ufaha9] {
        margin-bottom: 0.75rem;
    }

    /* spart Höhe */
    .header .subtitle:nth-of-type(2)[b-e8e3ufaha9] {
        display: none;
    }

    /* LINKS/RECHTS Layout aktivieren */
    .mainGrid[b-e8e3ufaha9] {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 1rem;
        align-items: center;
    }

    .plantArea[b-e8e3ufaha9] {
        margin: 0;
    }

    .plantImage[b-e8e3ufaha9] {
        width: min(230px, 34vh);
        animation: none;
    }

    .timerBox[b-e8e3ufaha9] {
        padding: 0.9rem;
        border-radius: 16px;
    }

    .timerValue[b-e8e3ufaha9] {
        font-size: 2.35rem;
    }

    .progressMeta[b-e8e3ufaha9] {
        font-size: 0.9rem;
    }

    .success[b-e8e3ufaha9] {
        padding: 0.8rem;
        border-radius: 16px;
        margin-top: 0.75rem;
    }

    .actions[b-e8e3ufaha9] {
        margin-top: 0.75rem;
        gap: 0.5rem;
        flex-wrap: nowrap;
    }

    .btn[b-e8e3ufaha9] {
        flex: 1;
        min-width: 0;
        padding: 0.75rem 0.85rem;
        border-radius: 12px;
        font-size: 0.95rem;
    }
}

