/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-f64v16nc71] {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 4rem);
    box-sizing: border-box;
}

.login-shell[b-f64v16nc71] {
    display: grid;
    grid-template-columns: minmax(480px, 1.1fr) minmax(440px, 0.9fr);
    width: min(1220px, 100%);
    min-height: min(760px, calc(100vh - 4rem));
    overflow: hidden;
    border: 1px solid rgba(222, 222, 232, 0.82);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 35px 90px rgba(35, 35, 58, 0.11), 0 8px 24px rgba(35, 35, 58, 0.04);
    backdrop-filter: blur(22px);
}

.login-visual[b-f64v16nc71] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 2.1rem 2.3rem;
    background: radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.2), transparent 18rem), radial-gradient(circle at 93% 88%, rgba(119, 179, 250, 0.27), transparent 22rem), linear-gradient(145deg, #6966ef 0%, #5754df 46%, #4543bd 100%);
    color: white;
}

    .login-visual[b-f64v16nc71]::before {
        position: absolute;
        top: -110px;
        right: -80px;
        width: 330px;
        height: 330px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        content: "";
    }

    .login-visual[b-f64v16nc71]::after {
        position: absolute;
        right: 90px;
        bottom: -180px;
        width: 400px;
        height: 400px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        content: "";
    }

.brand[b-f64v16nc71] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.brand-mark[b-f64v16nc71] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 30px rgba(35, 31, 103, 0.18);
    backdrop-filter: blur(12px);
    color: white;
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 800;
}

.brand-copy[b-f64v16nc71] {
    display: flex;
    flex-direction: column;
}

    .brand-copy strong[b-f64v16nc71] {
        font-family: var(--font-display);
        font-size: 1.08rem;
        font-weight: 800;
        letter-spacing: -0.03em;
    }

    .brand-copy span[b-f64v16nc71] {
        color: rgba(255, 255, 255, 0.66);
        font-size: 0.72rem;
        font-weight: 500;
    }

.visual-content[b-f64v16nc71] {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    max-width: 570px;
    padding: 3rem 0;
}

.visual-eyebrow[b-f64v16nc71] {
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.visual-content h1[b-f64v16nc71] {
    margin: 0;
    color: white;
    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.05;
}

    .visual-content h1 span[b-f64v16nc71] {
        display: block;
        color: rgba(255, 255, 255, 0.68);
    }

.visual-content > p[b-f64v16nc71] {
    max-width: 500px;
    margin: 1.25rem 0 2.2rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
    line-height: 1.65;
}

.feature-list[b-f64v16nc71] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.feature[b-f64v16nc71] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
}

.feature-icon[b-f64v16nc71] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

    .feature-icon svg[b-f64v16nc71] {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: white;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.7px;
    }

.feature > div:last-child[b-f64v16nc71] {
    display: flex;
    flex-direction: column;
}

.feature strong[b-f64v16nc71] {
    font-size: 0.82rem;
    font-weight: 650;
}

.feature span[b-f64v16nc71] {
    margin-top: 0.08rem;
    color: rgba(255, 255, 255, 0.61);
    font-size: 0.72rem;
}

.visual-footer[b-f64v16nc71] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.67rem;
}

    .visual-footer span[b-f64v16nc71] {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: currentColor;
    }

.login-panel[b-f64v16nc71] {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: clamp(2rem, 5vw, 4.2rem);
    background: rgba(255, 255, 255, 0.7);
}

.login-card[b-f64v16nc71] {
    width: min(100%, 410px);
}

.mobile-brand[b-f64v16nc71] {
    display: none;
}

.login-header[b-f64v16nc71] {
    margin-bottom: 1.8rem;
}

.login-eyebrow[b-f64v16nc71] {
    margin-bottom: 0.55rem;
    color: var(--primary);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.login-header h2[b-f64v16nc71] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.login-header p[b-f64v16nc71] {
    margin: 0.55rem 0 0;
    color: var(--text-secondary);
    font-size: 0.87rem;
}

.status-message:empty[b-f64v16nc71] {
    display: none;
}

.status-message[b-f64v16nc71]  .alert {
    margin: 0 0 1rem;
    border: 1px solid #f2ccd2;
    border-radius: 13px;
    background: var(--danger-soft);
    padding: 0.75rem 0.85rem;
    color: var(--danger);
    font-size: 0.8rem;
}

.field[b-f64v16nc71] {
    margin-bottom: 1.05rem;
}

    .field > label[b-f64v16nc71],
    .field-heading label[b-f64v16nc71] {
        display: block;
        margin-bottom: 0.42rem;
        color: var(--text);
        font-size: 0.78rem;
        font-weight: 650;
    }

.field-heading[b-f64v16nc71] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .field-heading a[b-f64v16nc71] {
        margin-bottom: 0.42rem;
        color: var(--primary);
        font-size: 0.72rem;
        font-weight: 600;
        text-decoration: none;
    }

        .field-heading a:hover[b-f64v16nc71] {
            text-decoration: underline;
        }

.input-wrapper[b-f64v16nc71] {
    position: relative;
}

.input-icon[b-f64v16nc71] {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: var(--text-muted);
    pointer-events: none;
    transform: translateY(-50%);
}

    .input-icon svg[b-f64v16nc71] {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.65px;
    }

.input-wrapper[b-f64v16nc71]  .field-input {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fafafd;
    padding: 0 0.9rem 0 2.8rem;
    color: var(--text);
    font-size: 0.87rem;
    outline: none;
    transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

    .input-wrapper[b-f64v16nc71]  .field-input:hover {
        border-color: var(--border-strong);
        background: white;
    }

    .input-wrapper[b-f64v16nc71]  .field-input:focus {
        border-color: rgba(96, 94, 232, 0.65);
        background: white;
        box-shadow: 0 0 0 4px rgba(96, 94, 232, 0.1);
    }

    .input-wrapper[b-f64v16nc71]  .field-input::placeholder {
        color: #b0b1bd;
    }

.field[b-f64v16nc71]  .validation-message {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
}

.validation-summary[b-f64v16nc71] {
    margin-bottom: 1rem;
    border-radius: 12px;
    color: var(--danger);
    font-size: 0.76rem;
}

    .validation-summary:empty[b-f64v16nc71] {
        display: none;
    }

.remember-option[b-f64v16nc71] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    margin: 0.2rem 0 1.3rem;
    color: var(--text-secondary);
    font-size: 0.76rem;
    cursor: pointer;
}

    .remember-option[b-f64v16nc71]  .remember-check {
        width: 17px;
        height: 17px;
        margin: 0;
        accent-color: var(--primary);
    }

.login-button[b-f64v16nc71],
.passkey-wrapper[b-f64v16nc71]  .passkey-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
    border-radius: 14px;
    font-size: 0.84rem;
    font-weight: 650;
    cursor: pointer;
    transition: transform 130ms ease, background 130ms ease, border-color 130ms ease, box-shadow 130ms ease;
}

.login-button[b-f64v16nc71] {
    border: 1px solid var(--primary);
    background: linear-gradient(135deg, #6865ed, #5653dc);
    box-shadow: 0 9px 22px rgba(96, 94, 232, 0.22);
    color: white;
}

    .login-button:hover[b-f64v16nc71] {
        background: linear-gradient(135deg, #605de7, #4f4dce);
        box-shadow: 0 12px 28px rgba(96, 94, 232, 0.28);
        transform: translateY(-1px);
    }

    .login-button svg[b-f64v16nc71],
    .passkey-wrapper[b-f64v16nc71]  .passkey-button svg {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.7px;
    }

.separator[b-f64v16nc71] {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 1.25rem 0;
}

    .separator[b-f64v16nc71]::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        height: 1px;
        background: var(--border);
        content: "";
    }

    .separator span[b-f64v16nc71] {
        position: relative;
        padding: 0 0.75rem;
        background: rgba(255, 255, 255, 0.96);
        color: var(--text-muted);
        font-size: 0.69rem;
    }

.passkey-wrapper[b-f64v16nc71]  .passkey-button {
    border: 1px solid var(--border);
    background: white;
    color: var(--text-secondary);
}

    .passkey-wrapper[b-f64v16nc71]  .passkey-button:hover {
        border-color: var(--border-strong);
        background: var(--surface-hover);
        color: var(--text);
    }

.login-help[b-f64v16nc71] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin-top: 1.6rem;
    color: var(--text-muted);
    font-size: 0.7rem;
    text-align: center;
}

    .login-help a[b-f64v16nc71] {
        color: var(--text-secondary);
        font-weight: 600;
        text-decoration: none;
    }

        .login-help a:hover[b-f64v16nc71] {
            color: var(--primary);
        }

.login-panel-footer[b-f64v16nc71] {
    display: none;
}

@media (max-width: 960px) {
    .login-page[b-f64v16nc71] {
        min-height: calc(100vh - 2rem);
    }

    .login-shell[b-f64v16nc71] {
        grid-template-columns: 1fr;
        width: min(560px, 100%);
        min-height: 0;
        border-radius: 24px;
    }

    .login-visual[b-f64v16nc71] {
        display: none;
    }

    .login-panel[b-f64v16nc71] {
        padding: 2rem;
    }

    .mobile-brand[b-f64v16nc71] {
        display: flex;
        align-items: center;
        gap: 0.7rem;
        margin-bottom: 2.6rem;
        font-family: var(--font-display);
        font-size: 1.05rem;
        font-weight: 800;
    }

        .mobile-brand .brand-mark[b-f64v16nc71] {
            width: 40px;
            height: 40px;
            flex-basis: 40px;
            border: 0;
            border-radius: 13px;
            background: linear-gradient(135deg, #716ef4, #5552df);
            color: white;
        }
}

@media (max-width: 560px) {
    .login-shell[b-f64v16nc71] {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .login-panel[b-f64v16nc71] {
        padding: 1rem 0.35rem;
        background: transparent;
    }

    .mobile-brand[b-f64v16nc71] {
        margin-bottom: 2rem;
    }

    .login-header h2[b-f64v16nc71] {
        font-size: 1.75rem;
    }

    .input-wrapper[b-f64v16nc71]  .field-input,
    .login-button[b-f64v16nc71],
    .passkey-wrapper[b-f64v16nc71]  .passkey-button {
        min-height: 54px;
    }
}

@media (pointer: coarse) {
    .input-wrapper[b-f64v16nc71]  .field-input,
    .login-button[b-f64v16nc71],
    .passkey-wrapper[b-f64v16nc71]  .passkey-button {
        min-height: 56px;
    }

    .remember-option[b-f64v16nc71] {
        min-height: 44px;
    }
}
/* /Components/Layout/GroupParentCallAlerts.razor.rz.scp.css */
.group-parent-call-alerts[b-35prhfrgfe] {
    position: fixed;
    z-index: 2400;
    top: 1rem;
    right: 1rem;
    display: flex;
    width: min(440px, calc(100vw - 2rem));
    max-height: calc(100dvh - 2rem);
    flex-direction: column;
    gap: 0.65rem;
    overflow-y: auto;
}

.group-parent-call-alert[b-35prhfrgfe] {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    border: 1px solid #f2c56b;
    border-radius: 18px;
    background: #fff8e8;
    box-shadow: 0 18px 50px rgba(32, 32, 50, 0.22);
    padding: 0.9rem;
}

.group-parent-call-icon[b-35prhfrgfe] {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #ffe8b3;
    color: #b66a00;
}

    .group-parent-call-icon svg[b-35prhfrgfe] {
        width: 29px;
        height: 29px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.6px;
    }

.group-parent-call-copy[b-35prhfrgfe] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .group-parent-call-copy > strong[b-35prhfrgfe] {
        overflow: hidden;
        font-family: Manrope, sans-serif;
        font-size: 1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .group-parent-call-copy > span[b-35prhfrgfe],
    .group-parent-call-copy small[b-35prhfrgfe] {
        color: #777789;
        font-size: 0.7rem;
    }

    .group-parent-call-copy p[b-35prhfrgfe] {
        margin: 0.35rem 0 0.15rem;
        color: #4d4d5f;
        font-size: 0.76rem;
    }

.group-parent-call-eyebrow[b-35prhfrgfe] {
    margin-bottom: 0.15rem;
    color: #a85f00;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.called-button[b-35prhfrgfe] {
    min-height: 44px;
    border: 1px solid #5653dc;
    border-radius: 12px;
    background: #5653dc;
    padding: 0.6rem 0.9rem;
    color: white;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 750;
    cursor: pointer;
    white-space: nowrap;
}

    .called-button:disabled[b-35prhfrgfe] {
        cursor: default;
        opacity: 0.55;
    }

.group-call-error[b-35prhfrgfe] {
    position: fixed;
    z-index: 2501;
    right: 1rem;
    bottom: 1rem;
    border-radius: 12px;
    background: #fff1f3;
    box-shadow: 0 12px 30px rgba(32, 32, 50, 0.12);
    padding: 0.7rem 0.9rem;
    color: #b83249;
    font-size: 0.75rem;
}

@media (max-width: 650px) {
    .group-parent-call-alerts[b-35prhfrgfe] {
        top: 80px;
        right: 0.5rem;
        width: calc(100vw - 1rem);
        max-height: calc(100dvh - 90px);
    }

    .group-parent-call-alert[b-35prhfrgfe] {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .group-parent-call-icon[b-35prhfrgfe] {
        width: 46px;
        height: 46px;
    }

    .group-parent-call-alert > button[b-35prhfrgfe] {
        grid-column: 1 / -1;
        width: 100%;
    }
}
/* /Components/Layout/KioskLayout.razor.rz.scp.css */
.kiosk-layout[b-duedcfhdfy] {
    min-height: 100dvh;
    background: #f5f6fb;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-3uqzi01867] {
    position: fixed;
    inset: 0;
    display: grid;
    grid-template-rows: 72px minmax(0, 1fr);
    overflow: hidden;
    background: radial-gradient(circle at 8% 3%, rgba(96, 94, 232, 0.09), transparent 27rem), radial-gradient(circle at 92% 90%, rgba(67, 171, 221, 0.065), transparent 30rem), var(--background);
    color: var(--text);
}

.tablet-header[b-3uqzi01867] {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    grid-row: 1;
    gap: 0.7rem;
    min-width: 0;
    padding: 0 1.1rem;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(221, 221, 231, 0.72);
    backdrop-filter: blur(20px);
    z-index: 30;
}

.menu-toggle[b-3uqzi01867] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: var(--text);
    cursor: pointer;
    transition: background 140ms ease, border-color 140ms ease;
}

    .menu-toggle:hover[b-3uqzi01867] {
        background: var(--surface-soft);
        border-color: var(--border);
    }

    .menu-toggle svg[b-3uqzi01867] {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 1.8px;
    }

.tablet-brand[b-3uqzi01867] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.tablet-brand-mark[b-3uqzi01867] {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: linear-gradient(135deg, #6f6bf4, #504ed4);
    box-shadow: 0 7px 18px rgba(96, 94, 232, 0.25);
    color: white;
    font-family: var(--font-display);
    font-weight: 800;
}

.tablet-account[b-3uqzi01867] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    color: var(--text-secondary);
    font-size: 0.84rem;
    font-weight: 500;
}

    .tablet-account > span[b-3uqzi01867] {
        overflow: hidden;
        max-width: 250px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.tablet-avatar[b-3uqzi01867] {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: var(--primary-soft);
    color: var(--primary);
}

    .tablet-avatar svg[b-3uqzi01867] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.7px;
    }

.sidebar[b-3uqzi01867] {
    position: fixed;
    top: 84px;
    bottom: 12px;
    left: 12px;
    width: min(336px, calc(100vw - 24px));
    overflow: hidden;
    border: 1px solid rgba(222, 222, 232, 0.78);
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    transform: translateX(calc(-100% - 28px));
    transition: transform 190ms cubic-bezier(0.2, 0.75, 0.25, 1);
    z-index: 50;
}

    .sidebar.open[b-3uqzi01867] {
        transform: translateX(0);
    }

.menu-overlay[b-3uqzi01867] {
    position: fixed;
    inset: 72px 0 0;
    border: 0;
    background: rgba(24, 24, 38, 0.24);
    backdrop-filter: blur(3px);
    z-index: 40;
}

.app-content[b-3uqzi01867] {
    grid-row: 2;
    min-width: 0;
    overflow: auto;
    scrollbar-gutter: stable;
}

.content-inner[b-3uqzi01867] {
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 1.5rem;
}

.public-content[b-3uqzi01867] {
    min-height: 100vh;
    box-sizing: border-box;
    background: radial-gradient(circle at 20% 10%, rgba(96, 94, 232, 0.09), transparent 30rem), var(--background);
    padding: 2rem;
}

#blazor-error-ui[b-3uqzi01867] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: none;
    box-sizing: border-box;
    max-width: 700px;
    margin: auto;
    padding: 0.85rem 3rem 0.85rem 1rem;
    border: 1px solid #f4c5cc;
    border-radius: 14px;
    background: #fff8f9;
    box-shadow: var(--shadow-md);
    color: var(--danger);
    z-index: 1000;
}

    #blazor-error-ui .reload[b-3uqzi01867] {
        margin-left: 0.5rem;
        color: var(--danger);
        font-weight: 700;
    }

    #blazor-error-ui .dismiss[b-3uqzi01867] {
        position: absolute;
        top: 0.65rem;
        right: 0.9rem;
        cursor: pointer;
    }

@media (min-width: 1180px) and (hover: hover) and (pointer: fine) {
    .app-shell[b-3uqzi01867] {
        grid-template-columns: 274px minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr);
        gap: 18px;
        padding: 18px;
    }

    .tablet-header[b-3uqzi01867] {
        display: none;
    }

    .sidebar[b-3uqzi01867] {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        grid-column: 1;
        grid-row: 1;
        width: auto;
        overflow: hidden;
        border-radius: 22px;
        box-shadow: var(--shadow-sm);
        transform: none;
        transition: none;
    }

    .app-content[b-3uqzi01867] {
        grid-column: 2;
        grid-row: 1;
        border-radius: 22px;
    }

    .menu-overlay[b-3uqzi01867] {
        display: none;
    }

    .content-inner[b-3uqzi01867] {
        padding: 1.5rem 2rem 2rem;
    }
}

@media (max-width: 650px) {
    .tablet-header[b-3uqzi01867] {
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 0 0.8rem;
    }

    .tablet-account[b-3uqzi01867] {
        display: none;
    }

    .content-inner[b-3uqzi01867] {
        padding: 1rem;
    }

    .public-content[b-3uqzi01867] {
        padding: 1rem;
    }
}

@media (pointer: coarse) {
    .menu-toggle[b-3uqzi01867] {
        width: 50px;
        height: 50px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-mt0ahj6hyl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px);
    color: var(--text);
}

.brand[b-mt0ahj6hyl] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 86px;
    padding: 0 1.15rem;
}

.brand-mark[b-mt0ahj6hyl] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #716ef4 0%, #5552df 58%, #4745c6 100%);
    box-shadow: 0 9px 24px rgba(96, 94, 232, 0.28);
    color: white;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.brand-copy[b-mt0ahj6hyl] {
    min-width: 0;
}

.brand-name[b-mt0ahj6hyl] {
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand-subtitle[b-mt0ahj6hyl] {
    margin-top: 0.08rem;
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 500;
}

.navigation[b-mt0ahj6hyl] {
    flex: 1;
    overflow-y: auto;
    padding: 0.3rem 0.75rem 1rem;
}

.nav-section[b-mt0ahj6hyl] {
    margin: 1.2rem 0.8rem 0.45rem;
    color: var(--text-muted);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.nav-link[b-mt0ahj6hyl] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 52px;
    box-sizing: border-box;
    margin: 0.2rem 0;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 0 0.65rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 550;
    text-decoration: none;
    transition: background 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

    .nav-link:hover[b-mt0ahj6hyl] {
        background: var(--surface-soft);
        color: var(--text);
    }

    .nav-link.active[b-mt0ahj6hyl] {
        border-color: var(--primary-border);
        background: linear-gradient(135deg, #f1f0ff, #f7f6ff);
        color: var(--primary);
        font-weight: 650;
        box-shadow: var(--shadow-xs);
    }

.nav-icon[b-mt0ahj6hyl] {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 11px;
    background: transparent;
    color: currentColor;
}

.nav-link.active .nav-icon[b-mt0ahj6hyl] {
    background: rgba(96, 94, 232, 0.09);
}

.nav-icon svg[b-mt0ahj6hyl] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65px;
}

.user-panel[b-mt0ahj6hyl] {
    margin: 0.75rem;
    padding: 0.85rem;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: var(--surface-soft);
}

.user-info[b-mt0ahj6hyl] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    margin-bottom: 0.75rem;
}

.user-avatar[b-mt0ahj6hyl] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: var(--primary-soft);
    color: var(--primary);
}

    .user-avatar svg[b-mt0ahj6hyl] {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.7px;
    }

.user-copy[b-mt0ahj6hyl] {
    min-width: 0;
}

.user-caption[b-mt0ahj6hyl] {
    color: var(--text-muted);
    font-size: 0.67rem;
    font-weight: 500;
}

.user-name[b-mt0ahj6hyl] {
    overflow: hidden;
    margin-top: 0.12rem;
    color: var(--text);
    font-size: 0.79rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logout-button[b-mt0ahj6hyl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: white;
    color: var(--text-secondary);
    cursor: pointer;
    transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

    .logout-button:hover[b-mt0ahj6hyl] {
        border-color: var(--border-strong);
        background: var(--surface-hover);
        color: var(--text);
    }

    .logout-button svg[b-mt0ahj6hyl] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.65px;
    }

@media (pointer: coarse) {
    .nav-link[b-mt0ahj6hyl] {
        min-height: 58px;
        font-size: 0.95rem;
    }

    .logout-button[b-mt0ahj6hyl] {
        min-height: 50px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1u2s7mowc0],
.components-reconnect-repeated-attempt-visible[b-1u2s7mowc0],
.components-reconnect-failed-visible[b-1u2s7mowc0],
.components-pause-visible[b-1u2s7mowc0],
.components-resume-failed-visible[b-1u2s7mowc0],
.components-rejoining-animation[b-1u2s7mowc0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-retrying[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-failed[b-1u2s7mowc0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1u2s7mowc0] {
    display: block;
}


#components-reconnect-modal[b-1u2s7mowc0] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1u2s7mowc0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1u2s7mowc0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1u2s7mowc0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1u2s7mowc0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1u2s7mowc0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1u2s7mowc0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1u2s7mowc0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1u2s7mowc0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1u2s7mowc0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1u2s7mowc0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1u2s7mowc0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1u2s7mowc0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1u2s7mowc0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1u2s7mowc0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1u2s7mowc0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1u2s7mowc0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1u2s7mowc0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1u2s7mowc0 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/StudentSearchAlerts.razor.rz.scp.css */
.student-search-alerts[b-ernj8dwgzx] {
    position: fixed;
    z-index: 2500;
    top: 1rem;
    left: 50%;
    display: flex;
    width: min(680px, calc(100vw - 2rem));
    flex-direction: column;
    gap: 0.65rem;
    transform: translateX(-50%);
}

.search-alert[b-ernj8dwgzx] {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    border: 1px solid;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(32, 32, 50, 0.22);
    padding: 0.9rem;
}

    .search-alert.searching[b-ernj8dwgzx] {
        border-color: #f0bdc7;
        background: #fff7f8;
    }

    .search-alert.found[b-ernj8dwgzx] {
        border-color: #b9e7d4;
        background: #f5fffb;
    }

.search-alert-icon[b-ernj8dwgzx] {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-family: Manrope, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
}

.searching .search-alert-icon[b-ernj8dwgzx] {
    background: #fce1e6;
    color: #b83249;
}

.found .search-alert-icon[b-ernj8dwgzx] {
    background: #dff7ed;
    color: #16865d;
}

.search-alert-copy[b-ernj8dwgzx] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .search-alert-copy > strong[b-ernj8dwgzx] {
        font-family: Manrope, sans-serif;
        font-size: 1rem;
    }

    .search-alert-copy > span[b-ernj8dwgzx],
    .search-alert-copy small[b-ernj8dwgzx] {
        color: #777789;
        font-size: 0.7rem;
    }

    .search-alert-copy p[b-ernj8dwgzx] {
        margin: 0.35rem 0 0.15rem;
        color: #4d4d5f;
        font-size: 0.76rem;
    }

.search-alert-eyebrow[b-ernj8dwgzx] {
    margin-bottom: 0.15rem;
    color: #b83249;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.found .search-alert-eyebrow[b-ernj8dwgzx] {
    color: #16865d;
}

.found-note-input[b-ernj8dwgzx] {
    width: 100%;
    min-height: 54px;
    box-sizing: border-box;
    margin-top: 0.55rem;
    border: 1px solid #e1c8cd;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    padding: 0.55rem 0.65rem;
    color: #383845;
    font: inherit;
    font-size: 0.72rem;
    line-height: 1.35;
    outline: none;
    resize: vertical;
}

    .found-note-input:focus[b-ernj8dwgzx] {
        border-color: #b83249;
        box-shadow: 0 0 0 3px rgba(184, 50, 73, 0.08);
    }

    .found-note-input[b-ernj8dwgzx]::placeholder {
        color: #a09aa0;
    }

.found-note[b-ernj8dwgzx] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: 0.35rem;
    border-left: 3px solid #8ed8bd;
    border-radius: 0 8px 8px 0;
    background: rgba(223, 247, 237, 0.65);
    padding: 0.4rem 0.55rem;
}

    .found-note span[b-ernj8dwgzx] {
        color: #16865d;
        font-size: 0.6rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .found-note strong[b-ernj8dwgzx] {
        color: #3d514a;
        font-size: 0.72rem;
        font-weight: 600;
    }

.found-button[b-ernj8dwgzx],
.dismiss-button[b-ernj8dwgzx] {
    min-height: 44px;
    border-radius: 12px;
    padding: 0.6rem 0.9rem;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 750;
    cursor: pointer;
}

.found-button[b-ernj8dwgzx] {
    border: 1px solid #b83249;
    background: #b83249;
    color: white;
}

.dismiss-button[b-ernj8dwgzx] {
    border: 1px solid #b9e7d4;
    background: white;
    color: #16865d;
}

.found-button:disabled[b-ernj8dwgzx] {
    cursor: default;
    opacity: 0.55;
}

.search-alert-error[b-ernj8dwgzx] {
    position: fixed;
    z-index: 2501;
    right: 1rem;
    bottom: 1rem;
    border-radius: 12px;
    background: #fff1f3;
    padding: 0.7rem 0.9rem;
    color: #b83249;
    font-size: 0.75rem;
}

@media (max-width: 650px) {
    .student-search-alerts[b-ernj8dwgzx] {
        top: 0.5rem;
        width: calc(100vw - 1rem);
    }

    .search-alert[b-ernj8dwgzx] {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .search-alert-icon[b-ernj8dwgzx] {
        width: 46px;
        height: 46px;
    }

    .search-alert > button[b-ernj8dwgzx] {
        grid-column: 1 / -1;
        width: 100%;
    }
}
/* /Components/Pages/Admin/DaycareGroups.razor.rz.scp.css */
.page-header[b-qwazpeomxs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0.4rem 0 1.8rem;
}

.eyebrow[b-qwazpeomxs],
.editor-eyebrow[b-qwazpeomxs] {
    margin-bottom: 0.4rem;
    color: var(--primary);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.page-header h1[b-qwazpeomxs] {
    margin: 0;
    font-size: clamp(1.75rem, 2.4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.page-header p[b-qwazpeomxs] {
    margin: 0.4rem 0 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.primary-button[b-qwazpeomxs],
.secondary-button[b-qwazpeomxs],
.edit-button[b-qwazpeomxs],
.icon-button[b-qwazpeomxs] {
    font: inherit;
    cursor: pointer;
}

.primary-button[b-qwazpeomxs],
.secondary-button[b-qwazpeomxs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 46px;
    box-sizing: border-box;
    border-radius: 13px;
    padding: 0.7rem 1.05rem;
    font-weight: 650;
}

.primary-button[b-qwazpeomxs] {
    border: 1px solid var(--primary);
    background: linear-gradient(135deg, #6865ed, #5653dc);
    box-shadow: 0 7px 18px rgba(96, 94, 232, 0.2);
    color: white;
}

    .primary-button:hover[b-qwazpeomxs] {
        transform: translateY(-1px);
    }

    .primary-button svg[b-qwazpeomxs] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 1.8px;
    }

.secondary-button[b-qwazpeomxs] {
    border: 1px solid var(--border);
    background: white;
    color: var(--text-secondary);
}

.message[b-qwazpeomxs] {
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    font-size: 0.86rem;
    font-weight: 500;
}

    .message.success[b-qwazpeomxs] {
        border-color: #caebde;
        background: var(--success-soft);
        color: var(--success);
    }

    .message.error[b-qwazpeomxs] {
        border-color: #f3cbd1;
        background: var(--danger-soft);
        color: var(--danger);
    }

.editor[b-qwazpeomxs],
.groups-section[b-qwazpeomxs] {
    margin-bottom: 1.4rem;
    border: 1px solid rgba(226, 226, 235, 0.82);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(18px);
}

.editor[b-qwazpeomxs] {
    padding: 1.5rem;
}

.groups-section[b-qwazpeomxs] {
    padding: 1.4rem;
}

.editor-header[b-qwazpeomxs],
.section-header[b-qwazpeomxs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.editor-header[b-qwazpeomxs] {
    margin-bottom: 1.35rem;
}

    .editor-header h2[b-qwazpeomxs],
    .section-header h2[b-qwazpeomxs] {
        margin: 0;
        font-size: 1.15rem;
    }

.section-header[b-qwazpeomxs] {
    margin-bottom: 1.15rem;
}

    .section-header p[b-qwazpeomxs] {
        margin: 0.25rem 0 0;
        color: var(--text-muted);
        font-size: 0.78rem;
    }

.group-count[b-qwazpeomxs] {
    display: grid;
    place-items: center;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--primary-soft);
    color: var(--primary);
    font-weight: 700;
}

.icon-button[b-qwazpeomxs] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--text-muted);
}

    .icon-button:hover[b-qwazpeomxs] {
        background: var(--surface-hover);
        color: var(--text);
    }

    .icon-button svg[b-qwazpeomxs] {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 1.7px;
    }

.form-grid[b-qwazpeomxs] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
}

.field[b-qwazpeomxs] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

    .field label[b-qwazpeomxs] {
        font-size: 0.8rem;
        font-weight: 650;
    }

.input[b-qwazpeomxs] {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: #fbfbfd;
    padding: 0.7rem 0.85rem;
    color: var(--text);
    outline: none;
}

    .input:focus[b-qwazpeomxs] {
        border-color: rgba(96, 94, 232, 0.65);
        background: white;
        box-shadow: 0 0 0 4px rgba(96, 94, 232, 0.1);
    }

.select[b-qwazpeomxs] {
    appearance: auto;
}

.active-option[b-qwazpeomxs] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.25rem;
    cursor: pointer;
}

    .active-option[b-qwazpeomxs]  input {
        width: 19px;
        height: 19px;
        margin-top: 0.1rem;
        accent-color: var(--primary);
    }

    .active-option div[b-qwazpeomxs] {
        display: flex;
        flex-direction: column;
    }

    .active-option strong[b-qwazpeomxs] {
        font-size: 0.82rem;
    }

    .active-option span[b-qwazpeomxs] {
        margin-top: 0.15rem;
        color: var(--text-muted);
        font-size: 0.72rem;
    }

.editor-actions[b-qwazpeomxs] {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.3rem;
}

.group-grid[b-qwazpeomxs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.85rem;
}

.group-card[b-qwazpeomxs] {
    display: flex;
    flex-direction: column;
    min-height: 205px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: linear-gradient(180deg, white, #fdfdff);
    padding: 1rem;
    box-shadow: var(--shadow-xs);
    transition: transform 140ms ease, box-shadow 140ms ease;
}

    .group-card:hover[b-qwazpeomxs] {
        box-shadow: var(--shadow-sm);
        transform: translateY(-1px);
    }

    .group-card.inactive[b-qwazpeomxs] {
        opacity: 0.68;
    }

.group-card-header[b-qwazpeomxs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-icon[b-qwazpeomxs] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--primary-soft);
    color: var(--primary);
}

    .group-icon svg[b-qwazpeomxs],
    .edit-button svg[b-qwazpeomxs],
    .empty-icon svg[b-qwazpeomxs] {
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.65px;
    }

    .group-icon svg[b-qwazpeomxs] {
        width: 22px;
        height: 22px;
    }

.status[b-qwazpeomxs] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.3rem 0.55rem;
    font-size: 0.7rem;
    font-weight: 650;
}

    .status[b-qwazpeomxs]::before {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        content: "";
    }

    .status.active[b-qwazpeomxs] {
        background: var(--success-soft);
        color: var(--success);
    }

        .status.active[b-qwazpeomxs]::before {
            background: #28a879;
        }

    .status.inactive[b-qwazpeomxs] {
        background: var(--surface-soft);
        color: var(--text-muted);
    }

        .status.inactive[b-qwazpeomxs]::before {
            background: var(--text-muted);
        }

.group-content[b-qwazpeomxs] {
    flex: 1;
    padding: 1rem 0;
}

    .group-content h3[b-qwazpeomxs] {
        margin: 0 0 0.8rem;
        font-size: 1rem;
    }

.supervisor[b-qwazpeomxs] {
    display: flex;
    flex-direction: column;
}

    .supervisor span[b-qwazpeomxs] {
        color: var(--text-muted);
        font-size: 0.69rem;
    }

    .supervisor strong[b-qwazpeomxs] {
        overflow: hidden;
        margin-top: 0.1rem;
        font-size: 0.79rem;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.edit-button[b-qwazpeomxs] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 42px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: white;
    color: var(--text-secondary);
    font-size: 0.77rem;
    font-weight: 600;
}

    .edit-button:hover[b-qwazpeomxs] {
        background: var(--surface-hover);
        color: var(--text);
    }

    .edit-button svg[b-qwazpeomxs] {
        width: 16px;
        height: 16px;
    }

.empty-state[b-qwazpeomxs] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    color: var(--text-muted);
    text-align: center;
}

.empty-icon[b-qwazpeomxs] {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 0.8rem;
    border-radius: 18px;
    background: var(--primary-soft);
    color: var(--primary);
}

    .empty-icon svg[b-qwazpeomxs] {
        width: 27px;
        height: 27px;
    }

.empty-state strong[b-qwazpeomxs] {
    color: var(--text);
    font-size: 0.88rem;
}

.empty-state span[b-qwazpeomxs] {
    margin-top: 0.25rem;
    font-size: 0.75rem;
}

.validation-summary[b-qwazpeomxs] {
    color: var(--danger);
}

@media (max-width: 800px) {
    .form-grid[b-qwazpeomxs] {
        grid-template-columns: 1fr;
    }

    .primary-button[b-qwazpeomxs],
    .secondary-button[b-qwazpeomxs],
    .edit-button[b-qwazpeomxs] {
        min-height: 52px;
    }
}

@media (max-width: 600px) {
    .page-header[b-qwazpeomxs] {
        align-items: stretch;
        flex-direction: column;
    }

        .page-header .primary-button[b-qwazpeomxs] {
            width: 100%;
        }

    .editor[b-qwazpeomxs],
    .groups-section[b-qwazpeomxs] {
        border-radius: 17px;
        padding: 1rem;
    }

    .group-grid[b-qwazpeomxs] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/Students.razor.rz.scp.css */
.page-header[b-d96lse7xmq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.eyebrow[b-d96lse7xmq] {
    margin-bottom: 0.3rem;
    color: var(--primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.page-header h1[b-d96lse7xmq],
.editor-header h2[b-d96lse7xmq] {
    margin: 0;
}

.page-header p[b-d96lse7xmq] {
    margin: 0.35rem 0 0;
    color: var(--text-secondary);
}

.primary-button[b-d96lse7xmq],
.secondary-button[b-d96lse7xmq],
.remove-button[b-d96lse7xmq],
.close-button[b-d96lse7xmq] {
    font: inherit;
    cursor: pointer;
}

.primary-button[b-d96lse7xmq],
.secondary-button[b-d96lse7xmq] {
    min-height: 46px;
    border-radius: 13px;
    padding: 0.65rem 1rem;
    font-weight: 650;
}

.primary-button[b-d96lse7xmq] {
    border: 1px solid var(--primary);
    background: linear-gradient(135deg, #6865ed, #5653dc);
    color: white;
}

.secondary-button[b-d96lse7xmq] {
    border: 1px solid var(--border);
    background: white;
    color: var(--text-secondary);
}

.message[b-d96lse7xmq] {
    margin-bottom: 1rem;
    border-radius: 14px;
    padding: 0.85rem 1rem;
}

    .message.success[b-d96lse7xmq] {
        background: var(--success-soft);
        color: var(--success);
    }

    .message.error[b-d96lse7xmq] {
        background: var(--danger-soft);
        color: var(--danger);
    }

.student-layout[b-d96lse7xmq] {
    display: grid;
    grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
    gap: 1rem;
    min-height: 650px;
}

.student-list-panel[b-d96lse7xmq],
.editor-panel[b-d96lse7xmq] {
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-sm);
}

.student-list-panel[b-d96lse7xmq] {
    overflow: hidden;
}

.search-box[b-d96lse7xmq] {
    padding: 1rem 1rem 0.6rem;
}

    .search-box input[b-d96lse7xmq],
    .input[b-d96lse7xmq] {
        width: 100%;
        min-height: 48px;
        box-sizing: border-box;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: #fbfbfd;
        padding: 0.65rem 0.8rem;
        color: var(--text);
        outline: none;
    }

        .search-box input:focus[b-d96lse7xmq],
        .input:focus[b-d96lse7xmq] {
            border-color: rgba(96, 94, 232, 0.65);
            background: white;
            box-shadow: 0 0 0 4px rgba(96, 94, 232, 0.1);
        }

.student-count[b-d96lse7xmq] {
    padding: 0 1rem 0.7rem;
    color: var(--text-muted);
    font-size: 0.72rem;
}

.student-list[b-d96lse7xmq] {
    max-height: 650px;
    overflow-y: auto;
    padding: 0 0.55rem 0.7rem;
}

.student-row[b-d96lse7xmq] {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    min-height: 66px;
    margin-bottom: 0.25rem;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    padding: 0.55rem;
    color: var(--text);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

    .student-row:hover[b-d96lse7xmq] {
        background: var(--surface-hover);
    }

    .student-row.selected[b-d96lse7xmq] {
        border-color: var(--primary-border);
        background: var(--primary-soft);
    }

.student-avatar[b-d96lse7xmq] {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: var(--surface-soft);
    color: var(--primary);
    font-size: 0.76rem;
    font-weight: 750;
}

.student-row-copy[b-d96lse7xmq] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .student-row-copy strong[b-d96lse7xmq] {
        overflow: hidden;
        font-size: 0.82rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .student-row-copy span[b-d96lse7xmq] {
        margin-top: 0.15rem;
        color: var(--text-muted);
        font-size: 0.7rem;
    }

.card-badges[b-d96lse7xmq] {
    display: flex;
    gap: 0.25rem;
}

    .card-badges span[b-d96lse7xmq],
    .inactive-badge[b-d96lse7xmq] {
        border-radius: 999px;
        background: var(--surface-soft);
        padding: 0.2rem 0.4rem;
        color: var(--text-muted);
        font-size: 0.62rem;
        font-weight: 650;
    }

.editor-panel[b-d96lse7xmq] {
    padding: 1.3rem;
}

.empty-editor[b-d96lse7xmq] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    color: var(--text-muted);
}

    .empty-editor strong[b-d96lse7xmq] {
        color: var(--text);
    }

.editor-header[b-d96lse7xmq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.close-button[b-d96lse7xmq] {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--text-muted);
    font-size: 1.4rem;
}

    .close-button:hover[b-d96lse7xmq] {
        background: var(--surface-hover);
    }

.form-grid[b-d96lse7xmq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.field[b-d96lse7xmq] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .field label[b-d96lse7xmq] {
        font-size: 0.77rem;
        font-weight: 650;
    }

    .field .hint[b-d96lse7xmq],
    .field[b-d96lse7xmq]  .validation-message {
        color: var(--text-muted);
        font-size: 0.68rem;
    }

    .field[b-d96lse7xmq]  .validation-message {
        color: var(--danger);
    }

.code-preview[b-d96lse7xmq] {
    margin: 0.9rem 0;
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 0.65rem 0.8rem;
    color: var(--text-secondary);
    font-size: 0.76rem;
}

.pin-grid[b-d96lse7xmq] {
    margin-top: 0.5rem;
}

.active-option[b-d96lse7xmq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.78rem;
}

    .active-option[b-d96lse7xmq]  input {
        width: 18px;
        height: 18px;
        accent-color: var(--primary);
    }

.actions[b-d96lse7xmq] {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.cards-section[b-d96lse7xmq] {
    margin-top: 1.5rem;
    border-top: 1px solid var(--border);
    padding-top: 1.3rem;
}

.cards-header h3[b-d96lse7xmq] {
    margin: 0;
    font-size: 1rem;
}

.cards-header p[b-d96lse7xmq] {
    margin: 0.25rem 0 0.9rem;
    color: var(--text-muted);
    font-size: 0.72rem;
}

.cards-empty[b-d96lse7xmq] {
    margin-bottom: 1rem;
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 0.8rem;
    color: var(--text-muted);
    font-size: 0.75rem;
}

.cards-list[b-d96lse7xmq] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.card-row[b-d96lse7xmq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid var(--border);
    border-radius: 13px;
    padding: 0.65rem 0.75rem;
}

    .card-row > div[b-d96lse7xmq] {
        display: flex;
        flex-direction: column;
    }

    .card-row strong[b-d96lse7xmq] {
        font-size: 0.76rem;
    }

    .card-row span[b-d96lse7xmq] {
        margin-top: 0.1rem;
        font-family: monospace;
        font-size: 0.8rem;
    }

    .card-row small[b-d96lse7xmq] {
        margin-top: 0.1rem;
        color: var(--text-muted);
    }

.remove-button[b-d96lse7xmq] {
    border: 0;
    background: transparent;
    color: var(--danger);
    font-size: 0.72rem;
}

.card-form[b-d96lse7xmq] {
    display: grid;
    grid-template-columns: 150px minmax(220px, 1fr) auto;
    align-items: end;
    gap: 0.7rem;
}

.scan-input[b-d96lse7xmq] {
    font-family: monospace;
    font-weight: 650;
}

.assign-button[b-d96lse7xmq] {
    min-height: 48px;
}

@media (max-width: 1100px) {
    .student-layout[b-d96lse7xmq] {
        grid-template-columns: 1fr;
    }

    .student-list[b-d96lse7xmq] {
        max-height: 350px;
    }

    .card-form[b-d96lse7xmq] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .page-header[b-d96lse7xmq] {
        align-items: stretch;
        flex-direction: column;
    }

    .form-grid[b-d96lse7xmq],
    .card-form[b-d96lse7xmq] {
        grid-template-columns: 1fr;
    }

    .primary-button[b-d96lse7xmq],
    .secondary-button[b-d96lse7xmq] {
        min-height: 52px;
    }
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
.page-header[b-skdr2d1kzh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0.4rem 0 1.8rem;
}

    .page-header h1[b-skdr2d1kzh] {
        margin: 0;
        font-size: clamp(1.75rem, 2.4vw, 2.25rem);
        font-weight: 800;
        letter-spacing: -0.045em;
    }

    .page-header p[b-skdr2d1kzh] {
        margin: 0.4rem 0 0;
        color: var(--text-secondary);
        font-size: 0.93rem;
    }

.primary-button[b-skdr2d1kzh],
.secondary-button[b-skdr2d1kzh],
.text-button[b-skdr2d1kzh] {
    min-height: 46px;
    border-radius: 13px;
    padding: 0.7rem 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 130ms ease, background 130ms ease, border-color 130ms ease, box-shadow 130ms ease;
}

.primary-button[b-skdr2d1kzh] {
    border: 1px solid var(--primary);
    background: linear-gradient(135deg, #6865ed, #5653dc);
    box-shadow: 0 7px 18px rgba(96, 94, 232, 0.2);
    color: white;
}

    .primary-button:hover[b-skdr2d1kzh] {
        background: linear-gradient(135deg, #5f5ce3, #4e4bd0);
        box-shadow: 0 10px 25px rgba(96, 94, 232, 0.25);
        transform: translateY(-1px);
    }

.secondary-button[b-skdr2d1kzh] {
    border: 1px solid var(--border);
    background: white;
    color: var(--text-secondary);
}

    .secondary-button:hover[b-skdr2d1kzh] {
        border-color: var(--border-strong);
        background: var(--surface-hover);
        color: var(--text);
    }

.text-button[b-skdr2d1kzh] {
    border: 0;
    background: transparent;
    color: var(--primary);
}

    .text-button:hover[b-skdr2d1kzh] {
        background: var(--primary-soft);
    }

.message[b-skdr2d1kzh] {
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
}

    .message.success[b-skdr2d1kzh] {
        border-color: #caebde;
        background: var(--success-soft);
        color: var(--success);
    }

    .message.error[b-skdr2d1kzh] {
        border-color: #f3cbd1;
        background: var(--danger-soft);
        color: var(--danger);
    }

.editor[b-skdr2d1kzh],
.users-section[b-skdr2d1kzh] {
    margin-bottom: 1.4rem;
    border: 1px solid rgba(226, 226, 235, 0.82);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(18px);
}

.editor[b-skdr2d1kzh] {
    padding: 1.5rem;
}

.users-section[b-skdr2d1kzh] {
    padding: 1.4rem;
}

.editor-header[b-skdr2d1kzh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

    .editor-header h2[b-skdr2d1kzh],
    .users-section h2[b-skdr2d1kzh] {
        margin: 0;
        font-size: 1.15rem;
        font-weight: 750;
        letter-spacing: -0.03em;
    }

.users-section h2[b-skdr2d1kzh] {
    margin-bottom: 1.1rem;
}

.form-grid[b-skdr2d1kzh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field[b-skdr2d1kzh] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

    .field label[b-skdr2d1kzh],
    .roles legend[b-skdr2d1kzh] {
        color: var(--text);
        font-size: 0.82rem;
        font-weight: 650;
    }

.input[b-skdr2d1kzh] {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: #fbfbfd;
    padding: 0.7rem 0.85rem;
    color: var(--text);
    transition: background 130ms ease, border-color 130ms ease, box-shadow 130ms ease;
}

    .input:hover[b-skdr2d1kzh] {
        border-color: var(--border-strong);
        background: white;
    }

    .input:focus[b-skdr2d1kzh] {
        outline: none;
        border-color: rgba(96, 94, 232, 0.65);
        background: white;
        box-shadow: 0 0 0 4px rgba(96, 94, 232, 0.1);
    }

.field-hint[b-skdr2d1kzh] {
    color: var(--text-muted);
    font-size: 0.75rem;
}

.roles[b-skdr2d1kzh] {
    margin: 1.5rem 0;
    border: 0;
    padding: 0;
}

.role-grid[b-skdr2d1kzh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.65rem;
}

.role-option[b-skdr2d1kzh],
.active-option[b-skdr2d1kzh] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    cursor: pointer;
}

.role-option[b-skdr2d1kzh] {
    min-height: 52px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fbfbfd;
    padding: 0 0.85rem;
    color: var(--text-secondary);
    font-size: 0.86rem;
    font-weight: 550;
    transition: background 130ms ease, border-color 130ms ease, color 130ms ease, box-shadow 130ms ease;
}

    .role-option:hover[b-skdr2d1kzh] {
        border-color: var(--border-strong);
        background: white;
        color: var(--text);
    }

    .role-option:has(input:checked)[b-skdr2d1kzh] {
        border-color: var(--primary-border);
        background: var(--primary-soft);
        color: var(--primary-hover);
        box-shadow: inset 0 0 0 1px rgba(96, 94, 232, 0.04);
    }

    .role-option input[b-skdr2d1kzh],
    .active-option input[b-skdr2d1kzh] {
        width: 18px;
        height: 18px;
        accent-color: var(--primary);
    }

.active-option[b-skdr2d1kzh] {
    min-height: 44px;
    color: var(--text-secondary);
    font-size: 0.87rem;
    font-weight: 550;
}

.editor-actions[b-skdr2d1kzh] {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.25rem;
}

.user-list[b-skdr2d1kzh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 0.75rem;
}

.user-card[b-skdr2d1kzh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #fdfdff);
    padding: 1rem;
    box-shadow: var(--shadow-xs);
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

    .user-card:hover[b-skdr2d1kzh] {
        border-color: var(--border-strong);
        box-shadow: var(--shadow-sm);
        transform: translateY(-1px);
    }

.user-main[b-skdr2d1kzh] {
    min-width: 0;
}

    .user-main > strong[b-skdr2d1kzh] {
        display: block;
        overflow: hidden;
        color: var(--text);
        font-size: 0.9rem;
        font-weight: 650;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.user-email[b-skdr2d1kzh] {
    display: block;
    margin-top: 0.15rem;
    overflow: hidden;
    color: var(--text-muted);
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.role-badges[b-skdr2d1kzh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.55rem;
}

.role-badge[b-skdr2d1kzh] {
    border: 1px solid #e5e4ff;
    border-radius: 999px;
    background: #f4f3ff;
    color: #5955c9;
    padding: 0.22rem 0.55rem;
    font-size: 0.69rem;
    font-weight: 600;
}

.user-actions[b-skdr2d1kzh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.status[b-skdr2d1kzh] {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    white-space: nowrap;
    border-radius: 999px;
    padding: 0.32rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 650;
}

    .status[b-skdr2d1kzh]::before {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        content: "";
    }

    .status.active[b-skdr2d1kzh] {
        background: var(--success-soft);
        color: var(--success);
    }

        .status.active[b-skdr2d1kzh]::before {
            background: #28a879;
        }

    .status.inactive[b-skdr2d1kzh] {
        background: var(--danger-soft);
        color: var(--danger);
    }

        .status.inactive[b-skdr2d1kzh]::before {
            background: #d65769;
        }

.validation-summary[b-skdr2d1kzh] {
    margin-bottom: 1rem;
    color: var(--danger);
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .form-grid[b-skdr2d1kzh],
    .role-grid[b-skdr2d1kzh],
    .user-list[b-skdr2d1kzh] {
        grid-template-columns: 1fr;
    }

    .primary-button[b-skdr2d1kzh],
    .secondary-button[b-skdr2d1kzh],
    .text-button[b-skdr2d1kzh] {
        min-height: 50px;
    }

    .role-option[b-skdr2d1kzh] {
        min-height: 56px;
    }
}

@media (max-width: 600px) {
    .page-header[b-skdr2d1kzh] {
        align-items: stretch;
        flex-direction: column;
    }

        .page-header .primary-button[b-skdr2d1kzh] {
            width: 100%;
        }

    .editor[b-skdr2d1kzh],
    .users-section[b-skdr2d1kzh] {
        border-radius: 17px;
        padding: 1rem;
    }

    .user-card[b-skdr2d1kzh] {
        align-items: stretch;
        flex-direction: column;
    }

    .user-actions[b-skdr2d1kzh] {
        justify-content: space-between;
    }
}
/* /Components/Pages/AttendanceDashboard.razor.rz.scp.css */
.page-header[b-x8f2cil5be] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

    .page-header h1[b-x8f2cil5be] {
        margin: 0;
    }

    .page-header p[b-x8f2cil5be] {
        margin: 0.35rem 0 0;
        color: var(--text-secondary);
    }

.eyebrow[b-x8f2cil5be] {
    margin-bottom: 0.3rem;
    color: var(--primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.total-count[b-x8f2cil5be] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: white;
    padding: 0.7rem 1rem;
}

    .total-count strong[b-x8f2cil5be] {
        font-family: Manrope, sans-serif;
        font-size: 1.5rem;
    }

    .total-count span[b-x8f2cil5be] {
        color: var(--text-muted);
        font-size: 0.68rem;
    }

.message[b-x8f2cil5be] {
    margin-bottom: 1rem;
    border-radius: 14px;
    padding: 0.8rem 1rem;
}

    .message.success[b-x8f2cil5be] {
        background: var(--success-soft);
        color: var(--success);
    }

    .message.error[b-x8f2cil5be] {
        background: var(--danger-soft);
        color: var(--danger);
    }

.location-summary[b-x8f2cil5be] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.location-card[b-x8f2cil5be] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 78px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: white;
    padding: 0.75rem 0.9rem;
    color: var(--text);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

    .location-card:hover[b-x8f2cil5be] {
        background: var(--surface-hover);
    }

    .location-card.selected[b-x8f2cil5be] {
        border-color: var(--primary-border);
        background: var(--primary-soft);
    }

    .location-card strong[b-x8f2cil5be] {
        font-family: Manrope, sans-serif;
        font-size: 1.25rem;
    }

    .location-card span[b-x8f2cil5be] {
        margin-top: 0.15rem;
        color: var(--text-secondary);
        font-size: 0.72rem;
    }

.dashboard-layout[b-x8f2cil5be] {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.8fr);
    gap: 1rem;
}

.students-panel[b-x8f2cil5be],
.student-actions[b-x8f2cil5be] {
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-sm);
}

.students-panel[b-x8f2cil5be] {
    overflow: hidden;
}

.students-toolbar[b-x8f2cil5be] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--border);
    padding: 0.9rem;
}

    .students-toolbar > span[b-x8f2cil5be] {
        flex: 0 0 auto;
        color: var(--text-muted);
        font-size: 0.7rem;
    }

.search-box[b-x8f2cil5be] {
    flex: 1;
}

    .search-box input[b-x8f2cil5be],
    .input[b-x8f2cil5be] {
        width: 100%;
        min-height: 46px;
        box-sizing: border-box;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: #fbfbfd;
        padding: 0.65rem 0.8rem;
        color: var(--text);
        outline: none;
    }

        .search-box input:focus[b-x8f2cil5be],
        .input:focus[b-x8f2cil5be] {
            border-color: rgba(96, 94, 232, 0.65);
            background: white;
            box-shadow: 0 0 0 4px rgba(96, 94, 232, 0.1);
        }

.student-list[b-x8f2cil5be] {
    max-height: 620px;
    overflow-y: auto;
    padding: 0.5rem;
}

.student-row[b-x8f2cil5be] {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) minmax(130px, auto);
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 70px;
    margin-bottom: 0.25rem;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    padding: 0.6rem;
    color: var(--text);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

    .student-row:hover[b-x8f2cil5be] {
        background: var(--surface-hover);
    }

    .student-row.selected[b-x8f2cil5be] {
        border-color: var(--primary-border);
        background: var(--primary-soft);
    }

.student-avatar[b-x8f2cil5be],
.large-avatar[b-x8f2cil5be] {
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--surface-soft);
    color: var(--primary);
    font-weight: 750;
}

.student-avatar[b-x8f2cil5be] {
    width: 44px;
    height: 44px;
    font-size: 0.75rem;
}

.large-avatar[b-x8f2cil5be] {
    width: 58px;
    height: 58px;
}

.student-copy[b-x8f2cil5be],
.student-location[b-x8f2cil5be] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .student-copy strong[b-x8f2cil5be] {
        overflow: hidden;
        font-size: 0.82rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .student-copy span[b-x8f2cil5be],
    .student-location span[b-x8f2cil5be] {
        margin-top: 0.15rem;
        color: var(--text-muted);
        font-size: 0.68rem;
    }

.student-location[b-x8f2cil5be] {
    align-items: flex-end;
}

    .student-location strong[b-x8f2cil5be] {
        font-size: 0.72rem;
        text-align: right;
    }

.student-actions[b-x8f2cil5be] {
    min-height: 380px;
    padding: 1.1rem;
}

.no-selection[b-x8f2cil5be],
.empty-state[b-x8f2cil5be] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    color: var(--text-muted);
    text-align: center;
}

    .no-selection strong[b-x8f2cil5be],
    .empty-state strong[b-x8f2cil5be] {
        color: var(--text);
    }

    .no-selection span[b-x8f2cil5be],
    .empty-state span[b-x8f2cil5be] {
        max-width: 300px;
        margin-top: 0.25rem;
        font-size: 0.75rem;
    }

.selected-student-header[b-x8f2cil5be] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

    .selected-student-header h2[b-x8f2cil5be] {
        margin: 0;
        font-size: 1.05rem;
    }

    .selected-student-header span[b-x8f2cil5be] {
        color: var(--text-muted);
        font-size: 0.7rem;
    }

.current-location[b-x8f2cil5be] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    border-radius: 14px;
    background: var(--surface-soft);
    padding: 0.8rem;
}

    .current-location span[b-x8f2cil5be] {
        color: var(--text-muted);
        font-size: 0.66rem;
    }

    .current-location strong[b-x8f2cil5be] {
        margin-top: 0.15rem;
        font-size: 0.85rem;
    }

    .current-location small[b-x8f2cil5be] {
        margin-top: 0.15rem;
        color: var(--text-muted);
    }

.action-section[b-x8f2cil5be] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.1rem;
}

    .action-section label[b-x8f2cil5be] {
        font-size: 0.72rem;
        font-weight: 650;
    }

.primary-button[b-x8f2cil5be],
.secondary-button[b-x8f2cil5be],
.danger-button[b-x8f2cil5be] {
    min-height: 46px;
    border-radius: 13px;
    padding: 0.65rem 0.9rem;
    font: inherit;
    font-weight: 650;
    cursor: pointer;
}

.primary-button[b-x8f2cil5be] {
    border: 1px solid var(--primary);
    background: linear-gradient(135deg, #6865ed, #5653dc);
    color: white;
}

.secondary-button[b-x8f2cil5be] {
    border: 1px solid var(--border);
    background: white;
    color: var(--text-secondary);
}

.danger-button[b-x8f2cil5be] {
    border: 1px solid #efc5cd;
    background: #fff7f8;
    color: var(--danger);
}

    .primary-button:disabled[b-x8f2cil5be],
    .secondary-button:disabled[b-x8f2cil5be],
    .danger-button:disabled[b-x8f2cil5be] {
        cursor: default;
        opacity: 0.55;
    }

.release-section[b-x8f2cil5be] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1.2rem;
    border-top: 1px solid var(--border);
    padding-top: 1rem;
}

    .release-section > span[b-x8f2cil5be] {
        color: var(--text-secondary);
        font-size: 0.72rem;
    }

.confirmation[b-x8f2cil5be] {
    margin-top: 0.8rem;
    border: 1px solid #efc5cd;
    border-radius: 14px;
    background: #fff9fa;
    padding: 0.8rem;
}

    .confirmation strong[b-x8f2cil5be] {
        font-size: 0.8rem;
    }

    .confirmation p[b-x8f2cil5be] {
        margin: 0.25rem 0 0.7rem;
        color: var(--text-secondary);
        font-size: 0.7rem;
    }

.confirmation-actions[b-x8f2cil5be] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 1000px) {
    .dashboard-layout[b-x8f2cil5be] {
        grid-template-columns: 1fr;
    }

    .student-list[b-x8f2cil5be] {
        max-height: 480px;
    }
}

@media (max-width: 650px) {
    .page-header[b-x8f2cil5be] {
        align-items: stretch;
        flex-direction: column;
    }

    .total-count[b-x8f2cil5be] {
        align-items: flex-start;
    }

    .student-row[b-x8f2cil5be] {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .student-location[b-x8f2cil5be] {
        display: none;
    }

    .students-toolbar[b-x8f2cil5be] {
        align-items: stretch;
        flex-direction: column;
    }
}

.parent-calls-panel[b-x8f2cil5be] {
    margin-bottom: 1rem;
    border: 1px solid #ddd6fe;
    border-radius: 18px;
    background: #faf9ff;
    padding: 1rem;
}

.parent-calls-header[b-x8f2cil5be] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}

    .parent-calls-header h2[b-x8f2cil5be] {
        margin: 0;
        font-size: 1rem;
    }

    .parent-calls-header > span[b-x8f2cil5be] {
        display: grid;
        place-items: center;
        min-width: 32px;
        height: 32px;
        border-radius: 999px;
        background: #e9e7ff;
        color: #5653dc;
        font-size: 0.75rem;
        font-weight: 750;
    }

.parent-calls-list[b-x8f2cil5be] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.parent-call-card[b-x8f2cil5be] {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #e2dffc;
    border-radius: 14px;
    background: white;
    padding: 0.75rem;
}

    .parent-call-card.searching[b-x8f2cil5be] {
        border-color: #f2dfaa;
        background: #fffdf6;
    }

.parent-call-icon[b-x8f2cil5be] {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #eeedff;
    color: #5653dc;
    font-weight: 800;
}

.parent-call-card.searching .parent-call-icon[b-x8f2cil5be] {
    background: #fff2cc;
    color: #a8740d;
}

.parent-call-copy[b-x8f2cil5be] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .parent-call-copy > strong[b-x8f2cil5be] {
        font-size: 0.82rem;
    }

    .parent-call-copy > span[b-x8f2cil5be],
    .parent-call-copy small[b-x8f2cil5be] {
        color: var(--text-muted);
        font-size: 0.68rem;
    }

.parent-call-source[b-x8f2cil5be] {
    margin-top: 0.35rem;
    color: var(--text-secondary);
    font-size: 0.75rem;
}

    .parent-call-source strong[b-x8f2cil5be] {
        color: var(--primary);
    }

@media (max-width: 650px) {
    .parent-call-card[b-x8f2cil5be] {
        grid-template-columns: 42px minmax(0, 1fr);
    }

        .parent-call-card > button[b-x8f2cil5be] {
            grid-column: 1 / -1;
        }
}

.parent-call-card.found[b-x8f2cil5be] {
    border-color: #b9e7d4;
    background: #f5fffb;
}

    .parent-call-card.found .parent-call-icon[b-x8f2cil5be] {
        background: #dff7ed;
        color: #16865d;
    }

.parent-call-card.called[b-x8f2cil5be] {
    border-color: #c9d7f4;
    background: #f7f9ff;
}

    .parent-call-card.called .parent-call-icon[b-x8f2cil5be] {
        background: #e7ecff;
        color: #5653dc;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.welcome[b-e7vdm09ama] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    overflow: hidden;
    min-height: 210px;
    box-sizing: border-box;
    margin: 0.4rem 0 1.5rem;
    border: 1px solid rgba(226, 226, 236, 0.8);
    border-radius: 24px;
    background: radial-gradient(circle at 88% 14%, rgba(102, 99, 238, 0.16), transparent 18rem), linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 255, 0.91));
    box-shadow: var(--shadow-sm);
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.welcome-copy[b-e7vdm09ama] {
    position: relative;
    z-index: 1;
}

.eyebrow[b-e7vdm09ama] {
    margin-bottom: 0.6rem;
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.welcome h1[b-e7vdm09ama] {
    max-width: 700px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.08;
}

.welcome-copy p[b-e7vdm09ama] {
    margin: 0.8rem 0 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
}

.system-status[b-e7vdm09ama] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 190px;
    border: 1px solid rgba(221, 221, 231, 0.82);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    padding: 0.9rem 1rem;
}

.status-dot[b-e7vdm09ama] {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #29a979;
    box-shadow: 0 0 0 5px rgba(41, 169, 121, 0.11);
}

.system-status div[b-e7vdm09ama] {
    display: flex;
    flex-direction: column;
}

.system-status strong[b-e7vdm09ama] {
    font-size: 0.82rem;
}

.system-status span:last-child[b-e7vdm09ama] {
    margin-top: 0.1rem;
    color: var(--text-muted);
    font-size: 0.71rem;
}

.quick-section[b-e7vdm09ama] {
    border: 1px solid rgba(226, 226, 236, 0.8);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: var(--shadow-sm);
    padding: 1.4rem;
}

.section-heading h2[b-e7vdm09ama] {
    margin: 0;
    font-size: 1.1rem;
}

.section-heading p[b-e7vdm09ama] {
    margin: 0.35rem 0 1.2rem;
    color: var(--text-secondary);
    font-size: 0.84rem;
}

.quick-grid[b-e7vdm09ama] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.75rem;
}

.quick-card[b-e7vdm09ama] {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 0.85rem;
    min-height: 82px;
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fdfdff;
    padding: 0.8rem 0.9rem;
    color: var(--text);
    text-decoration: none;
    transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

    .quick-card:hover[b-e7vdm09ama] {
        border-color: var(--primary-border);
        background: white;
        box-shadow: var(--shadow-sm);
        color: var(--text);
        transform: translateY(-1px);
    }

.quick-icon[b-e7vdm09ama] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--primary-soft);
    color: var(--primary);
}

    .quick-icon svg[b-e7vdm09ama],
    .quick-arrow[b-e7vdm09ama] {
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.65px;
    }

    .quick-icon svg[b-e7vdm09ama] {
        width: 22px;
        height: 22px;
    }

.quick-card > div:nth-child(2)[b-e7vdm09ama] {
    display: flex;
    flex-direction: column;
}

.quick-card strong[b-e7vdm09ama] {
    font-size: 0.88rem;
    font-weight: 650;
}

.quick-card span[b-e7vdm09ama] {
    margin-top: 0.13rem;
    color: var(--text-muted);
    font-size: 0.73rem;
}

.quick-arrow[b-e7vdm09ama] {
    width: 19px;
    height: 19px;
    color: var(--text-muted);
}

@media (max-width: 750px) {
    .welcome[b-e7vdm09ama] {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
    }

    .system-status[b-e7vdm09ama] {
        box-sizing: border-box;
        width: 100%;
    }
}
/* /Components/Pages/Kiosk/AttendanceKiosk.razor.rz.scp.css */
.attendance-kiosk[b-4cic86f1cr] {
    display: flex;
    min-height: 100dvh;
    flex-direction: column;
    background: radial-gradient(circle at 50% 20%, #ffffff 0, #f6f7fb 38%, #eef0f7 100%);
    color: #242431;
}

.kiosk-header[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.6rem;
}

.brand[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-mark[b-4cic86f1cr] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6865ed, #5653dc);
    box-shadow: 0 8px 20px rgba(96, 94, 232, 0.24);
    color: white;
    font-family: Manrope, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
}

.brand > div:last-child[b-4cic86f1cr] {
    display: flex;
    flex-direction: column;
}

.brand strong[b-4cic86f1cr] {
    font-family: Manrope, sans-serif;
    font-size: 1rem;
}

.brand span[b-4cic86f1cr] {
    margin-top: 0.1rem;
    color: #858597;
    font-size: 0.7rem;
}

.location-name[b-4cic86f1cr] {
    border: 1px solid #e2e2eb;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    padding: 0.6rem 0.95rem;
    color: #626274;
    font-size: 0.78rem;
    font-weight: 650;
}

.kiosk-main[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    padding: 1.5rem;
}

.kiosk-workspace[b-4cic86f1cr] {
    display: grid;
    width: min(1080px, 100%);
    grid-template-columns: minmax(0, 680px);
    justify-content: center;
    gap: 1rem;
}

    .kiosk-workspace.with-parent-calls[b-4cic86f1cr] {
        grid-template-columns: minmax(0, 680px) minmax(280px, 360px);
        justify-content: stretch;
    }

.scan-column[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    min-width: 0;
    flex-direction: column;
}

.scan-card[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 460px;
    box-sizing: border-box;
    border: 1px solid #e2e2eb;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 70px rgba(50, 50, 75, 0.11);
    padding: 3rem;
    text-align: center;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.card-symbol[b-4cic86f1cr],
.result-icon[b-4cic86f1cr],
.state-icon[b-4cic86f1cr] {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin-bottom: 1.6rem;
    border-radius: 32px;
    background: #eeedff;
    color: #605ee8;
}

    .card-symbol svg[b-4cic86f1cr] {
        width: 58px;
        height: 58px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.35px;
    }

.result-icon[b-4cic86f1cr],
.state-icon[b-4cic86f1cr] {
    font-family: Manrope, sans-serif;
    font-size: 3.4rem;
    font-weight: 800;
}

.scan-card h1[b-4cic86f1cr] {
    margin: 0;
    font-family: Manrope, sans-serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.scan-card p[b-4cic86f1cr] {
    max-width: 500px;
    margin: 0.7rem 0 0;
    color: #777789;
    font-size: clamp(0.95rem, 2vw, 1.2rem);
}

.student-name[b-4cic86f1cr] {
    margin-bottom: 0.15rem;
    font-family: Manrope, sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 800;
}

.student-class[b-4cic86f1cr] {
    margin-bottom: 1.2rem;
    color: #858597;
    font-size: 0.85rem;
    font-weight: 600;
}

.scan-card.entry[b-4cic86f1cr] {
    border-color: #b9e7d4;
    background: #f5fffb;
}

    .scan-card.entry .result-icon[b-4cic86f1cr] {
        background: #dff7ed;
        color: #16865d;
    }

.scan-card.transfer[b-4cic86f1cr] {
    border-color: #cfd0f9;
    background: #f8f8ff;
}

    .scan-card.transfer .result-icon[b-4cic86f1cr] {
        background: #e8e8ff;
        color: #5653dc;
    }

.scan-card.exit[b-4cic86f1cr] {
    border-color: #c9ddec;
    background: #f7fbfe;
}

    .scan-card.exit .result-icon[b-4cic86f1cr] {
        background: #e3f0f8;
        color: #34769e;
    }

.scan-card.duplicate[b-4cic86f1cr] {
    border-color: #f2dfaa;
    background: #fffdf6;
}

    .scan-card.duplicate .result-icon[b-4cic86f1cr] {
        background: #fff2cc;
        color: #a8740d;
    }

.scan-card.rejected[b-4cic86f1cr] {
    border-color: #f0c7ce;
    background: #fff8f9;
}

    .scan-card.rejected .result-icon[b-4cic86f1cr],
    .scan-card.rejected .state-icon[b-4cic86f1cr] {
        background: #fce6e9;
        color: #bd4053;
    }

.scan-card.locked[b-4cic86f1cr] {
    border-color: #f2dfaa;
    background: #fffdf6;
}

    .scan-card.locked .result-icon[b-4cic86f1cr] {
        background: #fff2cc;
        color: #a8740d;
    }

.scan-card.parent-call[b-4cic86f1cr] {
    border-color: #c9d7f4;
    background: #f7f9ff;
}

    .scan-card.parent-call .result-icon[b-4cic86f1cr] {
        background: #e7ecff;
        color: #5653dc;
    }

.scan-card.searching[b-4cic86f1cr] {
    border-color: #f2dfaa;
    background: #fffdf6;
}

    .scan-card.searching .result-icon[b-4cic86f1cr] {
        background: #fff2cc;
        color: #a8740d;
    }

.reader-status[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.3rem;
    color: #858597;
    font-size: 0.75rem;
    font-weight: 600;
}

.reader-dot[b-4cic86f1cr] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #26a875;
    box-shadow: 0 0 0 4px rgba(38, 168, 117, 0.12);
}

.spinner[b-4cic86f1cr] {
    width: 38px;
    height: 38px;
    border: 4px solid rgba(96, 94, 232, 0.18);
    border-top-color: #605ee8;
    border-radius: 50%;
    animation: spin-b-4cic86f1cr 800ms linear infinite;
}

@keyframes spin-b-4cic86f1cr {
    to {
        transform: rotate(360deg);
    }
}

.pin-symbol[b-4cic86f1cr] {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin-bottom: 1.4rem;
    border-radius: 32px;
    background: #eeedff;
    color: #605ee8;
}

    .pin-symbol svg[b-4cic86f1cr] {
        width: 54px;
        height: 54px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.45px;
    }

.alternative-login[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.8rem;
    color: #858597;
    font-size: 0.8rem;
}

    .alternative-login button[b-4cic86f1cr],
    .pin-cancel[b-4cic86f1cr] {
        border: 0;
        background: transparent;
        color: #5653dc;
        font: inherit;
        font-weight: 700;
        cursor: pointer;
    }

.pin-form[b-4cic86f1cr] {
    display: flex;
    width: min(380px, 100%);
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.pin-field[b-4cic86f1cr] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: left;
}

    .pin-field label[b-4cic86f1cr] {
        color: #626274;
        font-size: 0.72rem;
        font-weight: 700;
    }

    .pin-field[b-4cic86f1cr]  .validation-message {
        color: #bd4053;
        font-size: 0.68rem;
    }

.kiosk-input[b-4cic86f1cr] {
    width: 100%;
    min-height: 58px;
    box-sizing: border-box;
    border: 1px solid #dcdce7;
    border-radius: 15px;
    background: white;
    padding: 0.7rem 0.9rem;
    color: #242431;
    font: inherit;
    font-size: 1.15rem;
    font-weight: 700;
    outline: none;
    text-align: center;
}

    .kiosk-input:focus[b-4cic86f1cr] {
        border-color: #7775eb;
        box-shadow: 0 0 0 4px rgba(96, 94, 232, 0.1);
    }

.pin-input[b-4cic86f1cr] {
    font-size: 1.5rem;
    letter-spacing: 0.35em;
}

.pin-submit[b-4cic86f1cr] {
    min-height: 58px;
    margin-top: 0.2rem;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #6865ed, #5653dc);
    color: white;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

    .pin-submit:disabled[b-4cic86f1cr],
    .pin-cancel:disabled[b-4cic86f1cr] {
        cursor: default;
        opacity: 0.55;
    }

.pin-cancel[b-4cic86f1cr] {
    min-height: 44px;
}

.parent-call-queue[b-4cic86f1cr] {
    align-self: stretch;
    min-width: 0;
    border: 1px solid #e2e2eb;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 50px rgba(50, 50, 75, 0.08);
    padding: 0.85rem;
}

.parent-call-queue-header[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    margin-bottom: 0.55rem;
}

    .parent-call-queue-header > div:first-child[b-4cic86f1cr] {
        display: flex;
        flex-direction: column;
    }

    .parent-call-queue-header strong[b-4cic86f1cr] {
        font-family: Manrope, sans-serif;
        font-size: 0.9rem;
    }

    .parent-call-queue-header span[b-4cic86f1cr] {
        margin-top: 0.1rem;
        color: #858597;
        font-size: 0.68rem;
    }

.parent-call-count[b-4cic86f1cr] {
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #eeedff;
    color: #5653dc;
    font-size: 0.75rem;
    font-weight: 800;
}

.parent-call-tiles[b-4cic86f1cr] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.parent-call-tile[b-4cic86f1cr] {
    border: 1px solid #dedee9;
    border-radius: 15px;
    background: white;
    padding: 0.55rem 0.65rem;
}

.parent-call-tile-header[b-4cic86f1cr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .parent-call-tile-header > div:last-child[b-4cic86f1cr] {
        display: flex;
        min-width: 0;
        flex-direction: column;
    }

    .parent-call-tile-header strong[b-4cic86f1cr] {
        overflow: hidden;
        font-family: Manrope, sans-serif;
        font-size: 0.8rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .parent-call-tile-header span[b-4cic86f1cr] {
        color: #858597;
        font-size: 0.62rem;
    }

.parent-call-tile-icon[b-4cic86f1cr] {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 10px;
    background: #eeedff;
    color: #5653dc;
    font-size: 0.8rem;
    font-weight: 800;
}

.parent-call-tile-status[b-4cic86f1cr] {
    margin-top: 0.4rem;
    font-size: 0.7rem;
    font-weight: 800;
}

.parent-call-tile p[b-4cic86f1cr] {
    margin: 0.15rem 0;
    color: #686879;
    font-size: 0.64rem;
    line-height: 1.25;
}

.parent-call-tile small[b-4cic86f1cr] {
    color: #9595a4;
    font-size: 0.58rem;
}

.parent-call-tile.waiting[b-4cic86f1cr] {
    border-color: #dedee9;
    background: white;
}

    .parent-call-tile.waiting .parent-call-tile-icon[b-4cic86f1cr] {
        background: #eeedff;
        color: #5653dc;
    }

.parent-call-tile.called[b-4cic86f1cr] {
    border-color: #c9d7f4;
    background: #f7f9ff;
}

    .parent-call-tile.called .parent-call-tile-icon[b-4cic86f1cr] {
        background: #e7ecff;
        color: #5653dc;
    }

.parent-call-tile.searching[b-4cic86f1cr] {
    border-color: #f2dfaa;
    background: #fffdf6;
}

    .parent-call-tile.searching .parent-call-tile-icon[b-4cic86f1cr] {
        background: #fff2cc;
        color: #a8740d;
    }

.parent-call-tile.found[b-4cic86f1cr] {
    border-color: #b9e7d4;
    background: #f5fffb;
}

    .parent-call-tile.found .parent-call-tile-icon[b-4cic86f1cr] {
        background: #dff7ed;
        color: #16865d;
    }

@media (max-width: 900px) {
    .kiosk-workspace.with-parent-calls[b-4cic86f1cr] {
        grid-template-columns: 1fr;
    }

    .parent-call-tiles[b-4cic86f1cr] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
    }
}

@media (max-width: 700px) {
    .kiosk-header[b-4cic86f1cr] {
        padding: 1rem;
    }

    .location-name[b-4cic86f1cr] {
        max-width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kiosk-main[b-4cic86f1cr] {
        padding: 1rem;
    }

    .scan-card[b-4cic86f1cr] {
        min-height: 400px;
        border-radius: 26px;
        padding: 2rem 1.2rem;
    }

    .card-symbol[b-4cic86f1cr],
    .result-icon[b-4cic86f1cr],
    .state-icon[b-4cic86f1cr],
    .pin-symbol[b-4cic86f1cr] {
        width: 96px;
        height: 96px;
        border-radius: 28px;
    }

    .pin-form[b-4cic86f1cr] {
        width: 100%;
    }

    .kiosk-input[b-4cic86f1cr],
    .pin-submit[b-4cic86f1cr] {
        min-height: 62px;
    }

    .alternative-login[b-4cic86f1cr] {
        flex-direction: column;
    }

    .parent-call-queue[b-4cic86f1cr] {
        border-radius: 20px;
    }
}

@media (max-width: 600px) {
    .parent-call-tiles[b-4cic86f1cr] {
        grid-template-columns: 1fr;
    }
}
