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

main[b-622zh43mby] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-622zh43mby], article[b-622zh43mby] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.landing[b-k3b6dmb4a4] {
    --l-bg: #f4f7f6;
    --l-surface: #ffffff;
    --l-surface-2: #eef3f0;
    --l-border: #d8e1d7;
    --l-text: #172018;
    --l-text-dim: #536258;
    --l-primary: #22c55e;
    --l-primary-dark: #126d35;

    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--l-bg);
    color: var(--l-text);
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

.landing a[b-k3b6dmb4a4] { color: inherit; text-decoration: none; }
.landing h1[b-k3b6dmb4a4], .landing h2[b-k3b6dmb4a4], .landing h3[b-k3b6dmb4a4], .landing p[b-k3b6dmb4a4] { margin: 0; letter-spacing: 0; }

.l-nav[b-k3b6dmb4a4] {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid var(--l-border);
    backdrop-filter: blur(18px);
}

.l-nav-inner[b-k3b6dmb4a4] {
    display: grid;
    grid-template-columns: 170px minmax(260px, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 64px;
    padding: 10px 24px;
}

.l-brand[b-k3b6dmb4a4] {
    display: inline-flex;
    align-items: center;
    width: 150px;
    height: 46px;
}

.l-brand img[b-k3b6dmb4a4] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.l-nav-links[b-k3b6dmb4a4] {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
}

.l-nav-links a[b-k3b6dmb4a4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    color: #4b5b51;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.l-nav-links a:hover[b-k3b6dmb4a4] {
    background: #dcfce7;
    color: var(--l-primary-dark);
}

.l-nav-links .material-symbols-outlined[b-k3b6dmb4a4],
.l-btn .material-symbols-outlined[b-k3b6dmb4a4] {
    font-size: 20px;
}

.l-nav-actions[b-k3b6dmb4a4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.l-account-chip[b-k3b6dmb4a4] {
    min-width: 0;
    max-width: 230px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px 4px 5px;
    border: 1px solid #dbe5da;
    border-radius: 999px;
    background: #f8faf9;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: var(--l-text);
}

.l-account-avatar[b-k3b6dmb4a4] {
    width: 32px;
    height: 32px;
    flex: none;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #dcfce7;
    color: var(--l-primary-dark);
    font-size: 13px;
    font-weight: 950;
}

.l-account-copy[b-k3b6dmb4a4] {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.l-account-copy small[b-k3b6dmb4a4] {
    color: #647467;
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.l-account-copy strong[b-k3b6dmb4a4] {
    min-width: 0;
    color: #172018;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.l-icon-btn[b-k3b6dmb4a4] {
    width: 40px;
    height: 40px;
    flex: none;
    display: inline-grid;
    place-items: center;
    border: 1px solid #d6dfd5;
    border-radius: 8px;
    background: #fff;
    color: #536258;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(25,32,30,0.05);
}

.l-icon-btn:hover[b-k3b6dmb4a4] {
    border-color: #fca5a5;
    color: #b91c1c;
}

.l-icon-btn .material-symbols-outlined[b-k3b6dmb4a4] { font-size: 20px; }

.l-btn[b-k3b6dmb4a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #c9d6c8;
    border-radius: 8px;
    background: #fff;
    color: var(--l-primary-dark);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(25,32,30,0.06);
}

.l-btn-primary[b-k3b6dmb4a4] {
    border-color: var(--l-primary);
    background: var(--l-primary);
    color: #052d14;
}

.l-btn-outline:hover[b-k3b6dmb4a4] {
    border-color: var(--l-primary);
}

.l-btn-lg[b-k3b6dmb4a4] {
    min-height: 46px;
    padding-inline: 20px;
    font-size: 14px;
}

.l-hero-section[b-k3b6dmb4a4] {
    background:
        radial-gradient(circle at 12% 10%, rgba(34,197,94,0.16), transparent 26%),
        radial-gradient(circle at 88% 18%, rgba(81,95,116,0.16), transparent 24%),
        var(--l-bg);
}

.l-hero[b-k3b6dmb4a4] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 58px 0 46px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 34px;
    align-items: center;
}

.l-eyebrow[b-k3b6dmb4a4] {
    color: var(--l-primary-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.l-hero-copy[b-k3b6dmb4a4] {
    display: grid;
    gap: 18px;
}

.l-hero-copy h1[b-k3b6dmb4a4] {
    max-width: 760px;
    color: #111814;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 850;
}

.l-hero-copy p:not(.l-eyebrow)[b-k3b6dmb4a4] {
    max-width: 610px;
    color: var(--l-text-dim);
    font-size: 17px;
    line-height: 1.58;
}

.l-hero-actions[b-k3b6dmb4a4] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.l-hero-panel[b-k3b6dmb4a4] {
    min-height: 330px;
    border: 1px solid var(--l-border);
    border-radius: 8px;
    background: var(--l-surface);
    overflow: hidden;
    box-shadow: 0 24px 58px rgba(26,36,30,0.12);
}

.l-panel-top[b-k3b6dmb4a4] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--l-border);
    background: #f8faf9;
}

.l-panel-dot[b-k3b6dmb4a4] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--l-primary);
}

.l-panel-title[b-k3b6dmb4a4] {
    flex: 1;
    font-weight: 800;
}

.l-pill[b-k3b6dmb4a4] {
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #dcfce7;
    color: var(--l-primary-dark);
    font-size: 10px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
}

.l-plant-preview[b-k3b6dmb4a4] {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(rgba(29,41,61,0.12) 1.2px, transparent 1.2px) 0 0 / 22px 22px,
        #fbfcfb;
}

.l-preview-node[b-k3b6dmb4a4] {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e1d7;
    background: #fff;
    color: #334139;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(25,32,30,0.08);
}

.l-preview-node.active[b-k3b6dmb4a4] { border-left: 4px solid #3b82f6; }
.l-preview-node.drum[b-k3b6dmb4a4] { border-left: 4px solid var(--l-primary); color: var(--l-primary-dark); }
.l-preview-node .material-symbols-outlined[b-k3b6dmb4a4] { font-size: 24px; color: #536258; }
.l-preview-line[b-k3b6dmb4a4] { width: 34px; height: 2px; background: repeating-linear-gradient(90deg, #62c98a 0 8px, transparent 8px 13px); }

.l-panel-metrics[b-k3b6dmb4a4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 16px;
}

.l-panel-metrics div[b-k3b6dmb4a4] {
    border: 1px solid var(--l-border);
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

.l-panel-metrics span[b-k3b6dmb4a4] {
    display: block;
    color: var(--l-text-dim);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.l-panel-metrics strong[b-k3b6dmb4a4] {
    display: block;
    margin-top: 6px;
    color: #111814;
    font-size: 16px;
}

.l-section[b-k3b6dmb4a4] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 56px 0;
}

.l-section-head[b-k3b6dmb4a4] {
    display: grid;
    gap: 10px;
    max-width: 650px;
    margin-bottom: 24px;
}

.l-section-head h2[b-k3b6dmb4a4],
.l-teachers h2[b-k3b6dmb4a4] {
    color: #111814;
    font-size: 30px;
    line-height: 1.15;
}

.l-section-head p:not(.l-eyebrow)[b-k3b6dmb4a4],
.l-teachers p[b-k3b6dmb4a4] {
    color: var(--l-text-dim);
    font-size: 16px;
    line-height: 1.55;
}

.l-steps-grid[b-k3b6dmb4a4],
.l-features-grid[b-k3b6dmb4a4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.l-step[b-k3b6dmb4a4],
.l-feature[b-k3b6dmb4a4],
.l-teacher-card[b-k3b6dmb4a4] {
    border: 1px solid var(--l-border);
    border-radius: 8px;
    background: var(--l-surface);
    box-shadow: 0 12px 28px rgba(26,36,30,0.06);
}

.l-step[b-k3b6dmb4a4] {
    padding: 22px;
}

.l-step span[b-k3b6dmb4a4] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: var(--l-primary-dark);
    font-weight: 900;
}

.l-step h3[b-k3b6dmb4a4],
.l-feature h3[b-k3b6dmb4a4] {
    margin-top: 14px;
    font-size: 18px;
}

.l-step p[b-k3b6dmb4a4],
.l-feature p[b-k3b6dmb4a4] {
    margin-top: 8px;
    color: var(--l-text-dim);
    font-size: 14px;
    line-height: 1.5;
}

.l-feature-band[b-k3b6dmb4a4] {
    padding-top: 24px;
}

.l-features-grid[b-k3b6dmb4a4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.l-feature[b-k3b6dmb4a4] {
    padding: 20px;
}

.l-feature .material-symbols-outlined[b-k3b6dmb4a4] {
    color: var(--l-primary-dark);
    font-size: 28px;
}

.l-teachers[b-k3b6dmb4a4] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border-radius: 8px;
    background: #102017;
    color: #eef3ee;
}

.l-teachers h2[b-k3b6dmb4a4] {
    color: #fff;
    margin: 8px 0 12px;
}

.l-teachers p[b-k3b6dmb4a4] {
    color: #b9c7be;
    margin-bottom: 20px;
}

.l-teacher-card[b-k3b6dmb4a4] {
    display: grid;
    gap: 10px;
    padding: 18px;
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.12);
}

.l-teacher-card div[b-k3b6dmb4a4] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.l-teacher-card div:last-child[b-k3b6dmb4a4] {
    border-bottom: 0;
}

.l-teacher-card span[b-k3b6dmb4a4] {
    color: #b9c7be;
}

@media (max-width: 1050px) {
    .l-nav-inner[b-k3b6dmb4a4],
    .l-hero[b-k3b6dmb4a4],
    .l-teachers[b-k3b6dmb4a4] {
        grid-template-columns: 1fr;
    }

    .l-nav-links[b-k3b6dmb4a4],
    .l-nav-actions[b-k3b6dmb4a4] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .l-features-grid[b-k3b6dmb4a4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .l-nav-inner[b-k3b6dmb4a4],
    .l-hero[b-k3b6dmb4a4],
    .l-section[b-k3b6dmb4a4],
    .l-teachers[b-k3b6dmb4a4] {
        width: auto;
    }

    .l-nav-inner[b-k3b6dmb4a4] {
        padding: 12px;
    }

    .l-hero[b-k3b6dmb4a4],
    .l-section[b-k3b6dmb4a4],
    .l-teachers[b-k3b6dmb4a4] {
        margin-left: 12px;
        margin-right: 12px;
    }

    .l-hero-copy h1[b-k3b6dmb4a4] {
        font-size: 32px;
    }

    .l-steps-grid[b-k3b6dmb4a4],
    .l-features-grid[b-k3b6dmb4a4],
    .l-panel-metrics[b-k3b6dmb4a4] {
        grid-template-columns: 1fr;
    }

    .l-plant-preview[b-k3b6dmb4a4] {
        overflow-x: auto;
        justify-content: flex-start;
    }
}

@media (max-width: 1180px) {
    .l-nav-inner[b-k3b6dmb4a4] { grid-template-columns: 156px minmax(0, 1fr); }
    .l-nav-actions[b-k3b6dmb4a4] { grid-column: 1 / -1; justify-content: flex-start; padding-top: 2px; }
    .l-nav-links[b-k3b6dmb4a4] { justify-content: flex-end; }
}

@media (max-width: 760px) {
    .l-nav-inner[b-k3b6dmb4a4] { grid-template-columns: 1fr; align-items: stretch; }
    .l-brand[b-k3b6dmb4a4] { width: 142px; }
    .l-nav-links[b-k3b6dmb4a4] { justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
    .l-nav-actions[b-k3b6dmb4a4] { flex-wrap: wrap; }
    .l-account-chip[b-k3b6dmb4a4] { max-width: min(100%, 260px); }
    
}
