/* /Pages/Login.razor.rz.scp.css */
/* ============================================================
   Login.razor.css — scoped styles for the login page
   Layout: fullscreen hero (gradient) + white bottom sheet

   To edit marketing copy, search for: lp-headline / lp-subheadline / lp-bullet
   ============================================================ */

/* ===== ROOT ===== */

.lp-root[b-9ono2rgkej] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(150deg, #163828 0%, #2D5A3D 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative blur blob */
.lp-blob[b-9ono2rgkej] {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(120, 220, 150, 0.10) 0%, transparent 65%);
    filter: blur(72px);
    pointer-events: none;
    z-index: 0;
}

/* Card wrap — mobile: fills full height; desktop: centered card */
.lp-card-wrap[b-9ono2rgkej] {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 1;
}

/* ===== HERO ===== */

.lp-hero[b-9ono2rgkej] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 52px 24px 32px;
    min-height: 42vh;
    list-style: none;
    margin: 0;
}

.lp-logo[b-9ono2rgkej] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.lp-logo-icon[b-9ono2rgkej] {
    font-size: 34px !important;
    color: rgba(255, 255, 255, 0.95) !important;
}

.lp-logo-name[b-9ono2rgkej] {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.90) !important;
    letter-spacing: 0.3px;
}

/* HEADLINE */
.lp-headline[b-9ono2rgkej] {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}

/* SUBHEADLINE */
.lp-subheadline[b-9ono2rgkej] {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 1.55 !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

/* BULLETS */
.lp-bullets[b-9ono2rgkej] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-bullet[b-9ono2rgkej] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.45;
}

.lp-bullet-icon[b-9ono2rgkej] {
    font-size: 18px !important;
    color: rgba(155, 225, 175, 0.92) !important;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ===== BOTTOM SHEET ===== */

.lp-sheet[b-9ono2rgkej] {
    background: #ffffff;
    border-radius: 24px 24px 0 0;
}

/* Drag handle indicator */
.lp-sheet-handle[b-9ono2rgkej] {
    width: 40px;
    height: 4px;
    background: rgba(0, 0, 0, 0.14);
    border-radius: 2px;
    margin: 12px auto 0;
}

.lp-sheet-inner[b-9ono2rgkej] {
    padding: 20px 20px 0;
}

/* Sheet heading */
.lp-sheet-title[b-9ono2rgkej] {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.2;
}

/* Form fields */
.lp-field[b-9ono2rgkej] {
    margin-bottom: 12px !important;
}

[b-9ono2rgkej] .lp-field .mud-input-root-filled {
    border-radius: 12px !important;
}

[b-9ono2rgkej] .lp-field .mud-input-filled {
    min-height: 54px;
}

/* Error alert */
.lp-error[b-9ono2rgkej] {
    margin-bottom: 10px;
}

/* CTA button wrapper */
.lp-cta-sticky[b-9ono2rgkej] {
    padding: 12px 0 28px;
    margin-top: 6px;
}

[b-9ono2rgkej] .lp-cta-btn {
    height: 52px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background-color: #2D5A3D !important;
    color: #ffffff !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 4px 18px rgba(45, 90, 61, 0.40) !important;
}

/* ===== DESKTOP ≥ 768px ===== */

@media (min-width: 768px) {
    .lp-root[b-9ono2rgkej] {
        align-items: center;
        justify-content: center;
        padding: 24px;
    }

    .lp-card-wrap[b-9ono2rgkej] {
        flex: unset;
        width: 100%;
        max-width: 460px;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
    }

    .lp-hero[b-9ono2rgkej] {
        flex: unset;
        min-height: unset;
        padding: 36px 32px 28px;
        justify-content: flex-start;
    }

    .lp-headline[b-9ono2rgkej] {
        font-size: 27px !important;
    }

    .lp-sheet[b-9ono2rgkej] {
        border-radius: 0;
    }

    .lp-sheet-handle[b-9ono2rgkej] {
        display: none;
    }

    .lp-sheet-inner[b-9ono2rgkej] {
        padding: 24px 28px 0;
    }

    .lp-cta-sticky[b-9ono2rgkej] {
        padding: 10px 0 28px;
        margin-top: 4px;
    }
}
