/* /Shared/LoginForm.razor.rz.scp.css */

.form-signin[b-u7tn3n8ael] {
    text-align: center;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox[b-u7tn3n8ael] {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within[b-u7tn3n8ael] {
        z-index: 2;
    }
/* /Shared/PwaInstallBanner.razor.rz.scp.css */
.pwa-guide[b-twktc3rsoc] {
    pointer-events: auto;
    position: relative;
    width: min(94vw, 720px);
    margin: .75rem;
    padding: 1rem 1.1rem 1.1rem;
    color: #fff;
    background: var(--primary-active);
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 18px;
    box-shadow: 0 8px 24px var(--pwa-bar-box-shadow);
}

.pwa-guide-header[b-twktc3rsoc] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.pwa-guide-header div[b-twktc3rsoc] { display: grid; }
.pwa-guide-header strong[b-twktc3rsoc] { font-size: 1.05rem; }
.pwa-guide-header span[b-twktc3rsoc] { color: #ddd; font-size: .85rem; }

.pwa-guide-app-icon[b-twktc3rsoc] {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .18);
}

.pwa-guide-close[b-twktc3rsoc] {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 50%;
    color: #64748b;
    background: #f1f5f9;
    cursor: pointer;
}

.pwa-guide-steps[b-twktc3rsoc] {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: .5rem;
}

.pwa-guide-step[b-twktc3rsoc] {
    position: relative;
    display: grid;
    grid-template-rows: 54px auto;
    align-items: center;
    gap: .6rem;
    min-width: 0;
    padding: .75rem;
    border-radius: 13px;
    color: #334155;
    background: #f8fafc;
    font-size: .82rem;
    line-height: 1.25;
    text-align: center;
    animation: pwa-step-in-b-twktc3rsoc 420ms ease both;
}

.pwa-guide-step:nth-of-type(2)[b-twktc3rsoc] { animation-delay: 120ms; }
.pwa-guide-step:nth-of-type(3)[b-twktc3rsoc] { animation-delay: 240ms; }

.pwa-step-number[b-twktc3rsoc] {
    position: absolute;
    top: .1rem;
    left: .05rem;
    display: grid;
    place-items: center;
    width: 1.4rem;
    height: 1.4rem;
    color: #fff;
    background: var(--primary-active);
    border-radius: 50%;
    font-size: .75rem;
    font-weight: 700;
}

.pwa-step-arrow[b-twktc3rsoc] { align-self: center; color: #94a3b8; font-size: 1.8rem; }

.pwa-ios-toolbar[b-twktc3rsoc], .pwa-dock-preview[b-twktc3rsoc] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 40px;
    padding: 0 .35rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
}

.pwa-ios-toolbar > span:not(.pwa-share-icon)[b-twktc3rsoc], .pwa-dock-preview span[b-twktc3rsoc] {
    width: 7px;
    height: 7px;
    background: #cbd5e1;
    border-radius: 50%;
}

.pwa-share-icon[b-twktc3rsoc] { color: #087ff5; animation: pwa-icon-pulse-b-twktc3rsoc 1.8s ease-in-out infinite; }
.pwa-share-icon svg[b-twktc3rsoc] { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.pwa-menu-preview[b-twktc3rsoc], .pwa-mac-menu[b-twktc3rsoc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    width: 100%;
    height: 40px;
    padding: 0 .4rem;
    overflow: hidden;
    color: #111827;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    white-space: nowrap;
    font-size: .68rem;
}

.pwa-plus-box[b-twktc3rsoc] { font-size: 1.35rem; line-height: 1; }
.pwa-home-preview[b-twktc3rsoc] { display: grid; place-items: center; height: 54px; }
.pwa-home-preview img[b-twktc3rsoc], .pwa-dock-preview img[b-twktc3rsoc] { width: 40px; height: 40px; border-radius: 9px; box-shadow: 0 3px 8px rgba(15, 23, 42, .2); }
.pwa-mac-menu[b-twktc3rsoc] { justify-content: flex-start; gap: .65rem; font-size: .65rem; }
.pwa-menu-preview-wide img[b-twktc3rsoc] { width: 25px; height: 25px; border-radius: 6px; }

@keyframes pwa-step-in-b-twktc3rsoc {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pwa-icon-pulse-b-twktc3rsoc {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@media (max-width: 560px) {
    .pwa-guide[b-twktc3rsoc] { padding: .85rem; }
    .pwa-guide-steps[b-twktc3rsoc] { grid-template-columns: 1fr; gap: .4rem; }
    .pwa-step-arrow[b-twktc3rsoc] { display: none; }
    .pwa-guide-step[b-twktc3rsoc] { grid-template-columns: 130px 1fr; grid-template-rows: auto; min-height: 64px; text-align: left; }
    .pwa-home-preview[b-twktc3rsoc] { height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    .pwa-guide-step[b-twktc3rsoc], .pwa-share-icon[b-twktc3rsoc] { animation: none; }
}
