@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Layout/LandingPage.razor.rz.scp.css */
.jt-landing[b-3ekuqirp6e] {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    background:
        radial-gradient(55rem 32rem at 15% 0%, rgba(142, 108, 240, 0.16), transparent 62%),
        radial-gradient(48rem 30rem at 88% 100%, rgba(80, 36, 209, 0.14), transparent 60%),
        radial-gradient(30rem 20rem at 80% 8%, rgba(74, 45, 205, 0.07), transparent 65%),
        linear-gradient(160deg, #fbfaff 0%, #f3f0fe 55%, #ece7fd 100%);
}

/* floating brand shapes — same language as the boot loader */
.jt-landing[b-3ekuqirp6e]  .jt-shape,
.jt-shape[b-3ekuqirp6e] {
    position: absolute;
    border-radius: 0.35rem;
    transform: skewX(-14deg);
    background: linear-gradient(135deg, var(--jt-primary-light, #8E6CF0), var(--jt-primary, #5024D1));
    animation: jt-landing-drift-b-3ekuqirp6e 9s ease-in-out infinite;
    pointer-events: none;
    opacity: 0.14;
}

.jt-shape-1[b-3ekuqirp6e] { width: 7rem;  height: 1.6rem; top: 14%; left: 8%;  animation-delay: 0s; }
.jt-shape-2[b-3ekuqirp6e] { width: 4.5rem; height: 1.1rem; top: 26%; right: 12%; animation-delay: -2s; }
.jt-shape-3[b-3ekuqirp6e] { width: 9rem;  height: 2rem;   bottom: 18%; left: 14%; animation-delay: -4s; }
.jt-shape-4[b-3ekuqirp6e] { width: 5.5rem; height: 1.3rem; bottom: 28%; right: 8%; animation-delay: -6s; }
.jt-shape-5[b-3ekuqirp6e] { width: 3.5rem; height: 0.9rem; top: 58%; left: 4%;  animation-delay: -7s; }

@keyframes jt-landing-drift-b-3ekuqirp6e {
    0%, 100% { translate: 0 0; }
    50%      { translate: 0.9rem -1.4rem; }
}

.jt-landing-card[b-3ekuqirp6e] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 26rem;
    width: 90%;
    padding: 3rem 3.25rem 2.4rem;
    border-radius: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        0 24px 70px -18px rgba(41, 17, 128, 0.28),
        0 6px 22px -8px rgba(80, 36, 209, 0.16);
    animation: jt-landing-enter-b-3ekuqirp6e 0.5s ease-out;
}

@keyframes jt-landing-enter-b-3ekuqirp6e {
    from { opacity: 0; translate: 0 0.8rem; }
    to   { opacity: 1; translate: 0 0; }
}

.jt-landing-logo[b-3ekuqirp6e] {
    height: 3rem;
    filter: drop-shadow(0 12px 24px rgba(80, 36, 209, 0.25));
}

.jt-landing-copy[b-3ekuqirp6e] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.jt-landing-title[b-3ekuqirp6e] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, var(--jt-primary, #5024D1), var(--jt-primary-light, #8E6CF0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--jt-primary, #5024D1);
}

.jt-landing-tagline[b-3ekuqirp6e] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #5a5470;
}

.jt-ms-button[b-3ekuqirp6e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 0.65rem;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, var(--jt-primary, #5024D1), var(--jt-primary-light, #8E6CF0));
    box-shadow: 0 10px 24px -8px rgba(80, 36, 209, 0.55);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .jt-ms-button:hover[b-3ekuqirp6e] {
        transform: translateY(-1px);
        box-shadow: 0 14px 30px -8px rgba(80, 36, 209, 0.65);
    }

    .jt-ms-button:active[b-3ekuqirp6e] {
        transform: translateY(0);
        box-shadow: 0 6px 16px -6px rgba(80, 36, 209, 0.5);
    }

    .jt-ms-button svg[b-3ekuqirp6e] {
        background: #fff;
        border-radius: 3px;
        padding: 2px;
        box-sizing: content-box;
    }

.jt-landing-footer[b-3ekuqirp6e] {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8d86a3;
}
