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

main[b-29wvbk47t6] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-2t6tm1poa2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.gs-container[b-ckk2zlnsu6] {
    max-width: 640px;
    margin: 0 auto;
    padding: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}

.gs-container h1[b-ckk2zlnsu6] {
    color: #2e7d32;
    margin: 0;
}

.gs-topbar[b-ckk2zlnsu6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.gs-plant[b-ckk2zlnsu6] {
    padding: 0.5rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    background: white;
    cursor: pointer;
}

.gs-notify[b-ckk2zlnsu6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.gs-notify-btn[b-ckk2zlnsu6] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 8px;
    background: #2e7d32;
    color: white;
    cursor: pointer;
    font-weight: 600;
}

.gs-notify-btn:hover[b-ckk2zlnsu6] { background: #1b5e20; }

.gs-notify-test[b-ckk2zlnsu6] {
    padding: 0.5rem 0.9rem;
    border: 1px solid #2e7d32;
    border-radius: 8px;
    background: white;
    color: #2e7d32;
    cursor: pointer;
}

.gs-notify-btn:disabled[b-ckk2zlnsu6],
.gs-notify-test:disabled[b-ckk2zlnsu6] { opacity: 0.6; cursor: default; }

.gs-notify-msg[b-ckk2zlnsu6] {
    font-size: 0.9rem;
    color: #555;
}

.ai-box[b-ckk2zlnsu6] {
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
    color: white;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin: 1rem 0 1.5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.ai-header[b-ckk2zlnsu6] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.ai-title[b-ckk2zlnsu6] {
    font-weight: 700;
    font-size: 1.1rem;
}

.ai-score[b-ckk2zlnsu6] {
    font-size: 2rem;
    font-weight: 800;
    background: white;
    padding: 0.1rem 0.7rem;
    border-radius: 10px;
}

.ai-score small[b-ckk2zlnsu6] {
    font-size: 0.9rem;
    opacity: 0.6;
}

.ai-bar[b-ckk2zlnsu6] {
    height: 8px;
    background: rgba(255,255,255,0.25);
    border-radius: 4px;
    overflow: hidden;
    margin: 0.75rem 0;
}

.ai-bar-fill[b-ckk2zlnsu6] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.4s ease;
}

.ai-headline[b-ckk2zlnsu6] {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.ai-recs[b-ckk2zlnsu6] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.ai-recs .rec[b-ckk2zlnsu6] {
    background: rgba(255,255,255,0.12);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    border-left: 4px solid #9ccc65;
    font-size: 0.92rem;
}

.ai-recs .rec.warn[b-ckk2zlnsu6] { border-left-color: #ffca28; }
.ai-recs .rec.bad[b-ckk2zlnsu6]  { border-left-color: #ef5350; }

.rec-icon[b-ckk2zlnsu6] { margin-right: 0.4rem; }

/* Hvorfor? / kilder */
.rec-why[b-ckk2zlnsu6] {
    margin-top: 0.35rem;
    font-size: 0.82rem;
}
.rec-why summary[b-ckk2zlnsu6] {
    cursor: pointer;
    opacity: 0.85;
    width: fit-content;
}
.rec-detail[b-ckk2zlnsu6] { margin-top: 0.3rem; opacity: 0.9; }
.rec-source[b-ckk2zlnsu6] { margin-top: 0.15rem; font-style: italic; opacity: 0.75; }

/* Undertitel (drivhusnavn) */
.gs-subtitle[b-ckk2zlnsu6] { color: #558b2f; font-size: 0.95rem; margin-top: 0.1rem; }

/* Demo-toggle */
.gs-demo[b-ckk2zlnsu6] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}
.gs-demo-label[b-ckk2zlnsu6] { font-weight: 600; color: #555; }
.gs-demo-btn[b-ckk2zlnsu6] {
    padding: 0.35rem 0.75rem;
    border: 1px solid #cfd8dc;
    border-radius: 999px;
    background: white;
    cursor: pointer;
    font-size: 0.85rem;
}
.gs-demo-btn.active[b-ckk2zlnsu6] {
    background: #2e7d32;
    color: white;
    border-color: #2e7d32;
}
.gs-demo-banner[b-ckk2zlnsu6] {
    background: #fff8e1;
    border: 1px solid #ffe082;
    color: #8d6e00;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Onboarding-overlay */
.ob-overlay[b-ckk2zlnsu6] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}
.ob-card[b-ckk2zlnsu6] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}
.ob-card h2[b-ckk2zlnsu6] { margin-top: 0.25rem; color: #2e7d32; }
.ob-progress[b-ckk2zlnsu6] { color: #999; font-size: 0.8rem; font-weight: 600; }
.ob-input[b-ckk2zlnsu6] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    margin: 0.5rem 0 1rem;
}
.ob-actions[b-ckk2zlnsu6] { display: flex; justify-content: space-between; gap: 0.5rem; }
.ob-next[b-ckk2zlnsu6] {
    margin-left: auto;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 8px;
    background: #2e7d32;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.ob-next:disabled[b-ckk2zlnsu6] { opacity: 0.5; cursor: default; }
.ob-back[b-ckk2zlnsu6] {
    padding: 0.6rem 1.2rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    cursor: pointer;
}

.gs-controls[b-ckk2zlnsu6] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.gs-controls label[b-ckk2zlnsu6] {
    font-weight: 600;
}

.gs-controls input[b-ckk2zlnsu6] {
    flex: 1;
    min-width: 180px;
    padding: 0.4rem 0.6rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.gs-controls button[b-ckk2zlnsu6] {
    padding: 0.4rem 0.9rem;
    border: none;
    border-radius: 6px;
    background: #2e7d32;
    color: white;
    cursor: pointer;
}

.gs-controls button:hover[b-ckk2zlnsu6] {
    background: #1b5e20;
}

.gs-error[b-ckk2zlnsu6] {
    background: #fdecea;
    color: #b71c1c;
    padding: 0.6rem 0.8rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.gs-cards[b-ckk2zlnsu6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.gs-selects[b-ckk2zlnsu6] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.gs-card.vpd[b-ckk2zlnsu6] { background: linear-gradient(135deg, #7e57c2, #512da8); }

.gs-card[b-ckk2zlnsu6] {
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gs-card.temp[b-ckk2zlnsu6] { background: linear-gradient(135deg, #ff7043, #e64a19); }
.gs-card.hum[b-ckk2zlnsu6]  { background: linear-gradient(135deg, #29b6f6, #0288d1); }

.gs-label[b-ckk2zlnsu6] {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.gs-value[b-ckk2zlnsu6] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.gs-value span[b-ckk2zlnsu6] {
    font-size: 1.4rem;
    font-weight: 400;
}

.gs-section[b-ckk2zlnsu6] {
    margin: 2rem 0 1rem;
    color: #2e7d32;
    font-size: 1.2rem;
}

.gs-chart-wrap[b-ckk2zlnsu6] {
    background: white;
    border-radius: 12px;
    padding: 1rem 0.5rem 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 1rem;
}

.gs-status[b-ckk2zlnsu6] {
    text-align: center;
    margin-top: 1rem;
    color: #666;
    font-size: 0.85rem;
}
/* /Pages/Landing.razor.rz.scp.css */
.landing[b-g0tlfoa90j] {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}

.hero[b-g0tlfoa90j] {
    text-align: center;
    padding: 2.5rem 1rem 3rem;
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
    color: white;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.hero-emoji[b-g0tlfoa90j] {
    font-size: 4rem;
    line-height: 1;
}

.hero h1[b-g0tlfoa90j] {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0.5rem 0 0.25rem;
}

.tagline[b-g0tlfoa90j] {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 1.75rem;
}

.cta[b-g0tlfoa90j] {
    display: inline-block;
    background: white;
    color: #1b5e20;
    font-weight: 700;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.cta:hover[b-g0tlfoa90j] {
    transform: translateY(-2px);
}

.features[b-g0tlfoa90j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.feature[b-g0tlfoa90j] {
    position: relative;
    background: white;
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feature:hover[b-g0tlfoa90j] {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.feature-icon[b-g0tlfoa90j] {
    font-size: 2.5rem;
}

.feature h3[b-g0tlfoa90j] {
    margin: 0.6rem 0 0.4rem;
    color: #2e7d32;
}

.feature p[b-g0tlfoa90j] {
    color: #555;
    font-size: 0.92rem;
    margin: 0;
}

.feature.soon[b-g0tlfoa90j] {
    opacity: 0.75;
}

.feature-badge[b-g0tlfoa90j] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #f9a825;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.waitlist[b-g0tlfoa90j] {
    margin-top: 2.5rem;
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
}
.waitlist h2[b-g0tlfoa90j] { color: #2e7d32; margin-top: 0; }
.waitlist p[b-g0tlfoa90j] { color: #555; }

.wl-form[b-g0tlfoa90j] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 380px;
    margin: 1.25rem auto 0;
    text-align: left;
}
.wl-input[b-g0tlfoa90j] {
    padding: 0.7rem 0.9rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}
.wl-check[b-g0tlfoa90j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #444;
    font-size: 0.95rem;
}
.wl-submit[b-g0tlfoa90j] {
    margin-top: 0.5rem;
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 999px;
    background: #2e7d32;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
}
.wl-submit:disabled[b-g0tlfoa90j] { opacity: 0.6; cursor: default; }
.wl-error[b-g0tlfoa90j] { color: #c62828; font-size: 0.9rem; }
.wl-thanks[b-g0tlfoa90j] {
    margin-top: 1rem;
    background: #e8f5e9;
    color: #1b5e20;
    padding: 1rem;
    border-radius: 10px;
    font-weight: 600;
}
