/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-5a6wpy545b] {
    min-height: 100vh;
    padding: 1rem;
    background:
        radial-gradient(circle at top, rgba(15, 108, 189, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.06), transparent 22%),
        linear-gradient(180deg, #f3f6fb 0%, #e9eef5 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-y7hebfafcu] {
    height: 100vh;
    display: grid;
    grid-template-columns: 284px minmax(0, 1fr);
    background:
        radial-gradient(circle at top right, rgba(15, 108, 189, 0.08), transparent 24%),
        #f3f6fb;
    color: #111827;
    overflow: hidden;
    transition: grid-template-columns 0.22s ease;
}

.shell--collapsed[b-y7hebfafcu] {
    grid-template-columns: 92px minmax(0, 1fr);
}

.shell__sidebar[b-y7hebfafcu] {
    height: 100vh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1rem 0.85rem;
    background: linear-gradient(180deg, #0f172a 0%, #121c30 100%);
    border-right: 1px solid rgba(148, 163, 184, 0.14);
    overflow: hidden;
}

.shell__sidebar-top[b-y7hebfafcu] {
    display: grid;
}

.shell__brand-row[b-y7hebfafcu] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
}

.shell__brand[b-y7hebfafcu] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    padding: 0.25rem 0.35rem;
    color: inherit;
    text-decoration: none;
}

.shell__brand-mark[b-y7hebfafcu] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(180deg, #0f6cbd 0%, #0b5aa3 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 28px rgba(15, 108, 189, 0.26);
    flex-shrink: 0;
}

.shell__brand-copy[b-y7hebfafcu] {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.shell__brand-copy strong[b-y7hebfafcu] {
    color: #f8fafc;
    font-size: 1rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shell__brand-copy span[b-y7hebfafcu] {
    color: #8fa0b5;
    font-size: 0.8125rem;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shell__drawer-toggle[b-y7hebfafcu] {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.shell__drawer-toggle svg[b-y7hebfafcu] {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shell__drawer-toggle:hover[b-y7hebfafcu] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(148, 163, 184, 0.28);
    transform: translateY(-1px);
}

.shell__nav[b-y7hebfafcu] {
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 1.5rem;
    overflow-y: auto;
    padding: 0.35rem 0.15rem 0 0;
}

.shell__nav-group[b-y7hebfafcu] {
    display: grid;
    gap: 0.5rem;
    padding: 0.45rem 0.3rem 0.4rem;
}

.shell__nav-label[b-y7hebfafcu] {
    margin: 0;
    padding: 0 0.45rem 0.2rem;
    color: #8191a6;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shell__nav[b-y7hebfafcu]  .shell__nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 50px;
    padding: 0.72rem 0.85rem;
    border-radius: 16px;
    border: 1px solid transparent;
    background: transparent;
    color: #dce6f3;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    width: 100%;
}

.shell__nav[b-y7hebfafcu]  .shell__nav-item::before {
    content: "";
    position: absolute;
    left: -0.15rem;
    top: 0.7rem;
    bottom: 0.7rem;
    width: 3px;
    border-radius: 999px;
    background: transparent;
}

.shell__nav[b-y7hebfafcu]  .shell__nav-item::after {
    display: none;
}

.shell__nav[b-y7hebfafcu]  .shell__nav-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 10px 20px rgba(7, 12, 22, 0.16);
    transform: translateX(2px);
}

.shell__nav[b-y7hebfafcu]  .shell__nav-item.active {
    background: #f8fbff;
    border-color: rgba(15, 108, 189, 0.16);
    color: #111827;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.shell__nav[b-y7hebfafcu]  .shell__nav-item.active::before {
    background: #0f6cbd;
}

.shell__nav-badge[b-y7hebfafcu] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    font-size: 0.875rem;
    font-weight: 800;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.shell__nav-badge svg[b-y7hebfafcu] {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 1.9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shell__nav[b-y7hebfafcu]  .shell__nav-item.active .shell__nav-badge {
    background: rgba(15, 108, 189, 0.12);
    color: #0f6cbd;
    border-color: rgba(15, 108, 189, 0.12);
}

.shell__nav-item--dashboard .shell__nav-badge[b-y7hebfafcu] {
    color: #7dd3fc;
}

.shell__nav-item--devices .shell__nav-badge[b-y7hebfafcu] {
    color: #93c5fd;
}

.shell__nav-item--records .shell__nav-badge[b-y7hebfafcu] {
    color: #c4b5fd;
}

.shell__nav-item--logs .shell__nav-badge[b-y7hebfafcu] {
    color: #86efac;
}

.shell__nav-item--stores .shell__nav-badge[b-y7hebfafcu] {
    color: #f9a8d4;
}

.shell__nav-item--packages .shell__nav-badge[b-y7hebfafcu] {
    color: #fcd34d;
}

.shell__nav-item--settings .shell__nav-badge[b-y7hebfafcu] {
    color: #fdba74;
}

.shell__nav-copy[b-y7hebfafcu] {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.shell__nav-text[b-y7hebfafcu] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    line-height: 1.3;
}

.shell__sidebar-footer[b-y7hebfafcu] {
    display: grid;
    padding-top: 0.15rem;
}

.shell__account[b-y7hebfafcu] {
    display: grid;
    gap: 0.9rem;
    padding: 0.95rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.shell__account--guest[b-y7hebfafcu] {
    background: rgba(255, 255, 255, 0.03);
}

.shell__account-main[b-y7hebfafcu] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.shell__account-avatar[b-y7hebfafcu] {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(180deg, #0f6cbd 0%, #0b5aa3 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    flex-shrink: 0;
}

.shell__account-copy[b-y7hebfafcu] {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.shell__account-copy strong[b-y7hebfafcu] {
    color: #f8fafc;
    font-size: 0.9375rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shell__account-copy span[b-y7hebfafcu] {
    color: #c0ccdb;
    font-size: 0.8125rem;
    line-height: 1.35;
}

.shell__account-actions[b-y7hebfafcu] {
    display: grid;
    gap: 0.6rem;
}

.shell__logout-form[b-y7hebfafcu] {
    display: flex;
}

.shell__account-button[b-y7hebfafcu],
.shell__login-link[b-y7hebfafcu] {
    width: 100%;
    min-height: 42px;
    justify-content: center;
    border-radius: 14px;
}

.shell__account-button[b-y7hebfafcu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.shell__account-button--secondary[b-y7hebfafcu] {
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc;
}

.shell__account-button--primary[b-y7hebfafcu] {
    border: none;
    background: linear-gradient(180deg, #0f6cbd 0%, #0b5aa3 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 108, 189, 0.2);
}

.shell__account-button:disabled[b-y7hebfafcu] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.shell__account-button-short[b-y7hebfafcu],
.shell__login-short[b-y7hebfafcu] {
    display: none;
}

.shell__workspace[b-y7hebfafcu] {
    height: 100vh;
    overflow: auto;
    min-width: 0;
    padding: 1rem 1rem 1.5rem;
}

.shell__main[b-y7hebfafcu] {
    min-width: 0;
    width: min(100%, var(--content-max-width));
    margin: 0 auto;
}

.shell--collapsed .shell__brand-row[b-y7hebfafcu] {
    grid-template-columns: 1fr;
    justify-items: center;
}

.shell--collapsed .shell__brand[b-y7hebfafcu] {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.shell--collapsed .shell__brand-copy[b-y7hebfafcu],
.shell--collapsed .shell__nav-label[b-y7hebfafcu],
.shell--collapsed .shell__nav-copy[b-y7hebfafcu],
.shell--collapsed .shell__nav-text[b-y7hebfafcu],
.shell--collapsed .shell__account-copy[b-y7hebfafcu],
.shell--collapsed .shell__account-button-text[b-y7hebfafcu],
.shell--collapsed .shell__login-text[b-y7hebfafcu] {
    display: none;
}

.shell--collapsed .shell__account[b-y7hebfafcu] {
    justify-items: center;
    padding: 0.85rem 0.55rem;
}

.shell--collapsed .shell__account-main[b-y7hebfafcu] {
    justify-content: center;
}

.shell--collapsed .shell__account-button-short[b-y7hebfafcu],
.shell--collapsed .shell__login-short[b-y7hebfafcu] {
    display: inline;
}

.shell--collapsed .shell__nav[b-y7hebfafcu] {
    padding-right: 0;
}

.shell--collapsed .shell__nav-group[b-y7hebfafcu] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.shell--collapsed .shell__nav[b-y7hebfafcu]  .shell__nav-item {
    justify-content: center;
    padding: 0.85rem 0.5rem;
}

.shell--collapsed .shell__nav[b-y7hebfafcu]  .shell__nav-item::before {
    left: 50%;
    top: auto;
    bottom: -0.18rem;
    width: 26px;
    height: 3px;
    transform: translateX(-50%);
}

.shell--collapsed .shell__nav[b-y7hebfafcu]  .shell__nav-item::after {
    display: none;
}

.shell--collapsed .shell__sidebar-footer[b-y7hebfafcu] {
    justify-items: center;
}

.shell--collapsed .shell__logout-button[b-y7hebfafcu],
.shell--collapsed .shell__login-link[b-y7hebfafcu] {
    width: 42px;
    min-width: 42px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 960px) {
    .shell[b-y7hebfafcu],
    .shell--collapsed[b-y7hebfafcu] {
        height: auto;
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .shell__sidebar[b-y7hebfafcu],
    .shell__workspace[b-y7hebfafcu] {
        height: auto;
    }

    .shell__workspace[b-y7hebfafcu] {
        overflow: visible;
    }

    .shell--collapsed .shell__brand-row[b-y7hebfafcu] {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-items: stretch;
    }

    .shell--collapsed .shell__brand[b-y7hebfafcu] {
        justify-content: flex-start;
    }

    .shell--collapsed .shell__brand-copy[b-y7hebfafcu],
    .shell--collapsed .shell__nav-label[b-y7hebfafcu],
    .shell--collapsed .shell__nav-text[b-y7hebfafcu],
    .shell--collapsed .shell__account-copy[b-y7hebfafcu],
    .shell--collapsed .shell__logout-text[b-y7hebfafcu],
    .shell--collapsed .shell__login-text[b-y7hebfafcu] {
        display: initial;
    }

    .shell--collapsed .shell__nav-copy[b-y7hebfafcu] {
        display: flex;
    }

    .shell--collapsed .shell__logout-short[b-y7hebfafcu],
    .shell--collapsed .shell__login-short[b-y7hebfafcu] {
        display: none;
    }

    .shell--collapsed .shell__account[b-y7hebfafcu] {
        justify-items: stretch;
        padding: 0.95rem;
    }

    .shell--collapsed .shell__nav[b-y7hebfafcu]  .shell__nav-item {
        justify-content: flex-start;
        padding: 0.8rem 0.95rem;
    }

    .shell--collapsed .shell__nav[b-y7hebfafcu]  .shell__nav-item::before {
        left: -0.15rem;
        top: 0.7rem;
        bottom: 0.7rem;
        width: 3px;
        height: auto;
        transform: none;
    }

    .shell--collapsed .shell__logout-button[b-y7hebfafcu],
    .shell--collapsed .shell__login-link[b-y7hebfafcu] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Devices.razor.rz.scp.css */
.device-page[b-s212m025w3] {
    display: grid;
    gap: 1rem;
}

.device-page__hero[b-s212m025w3],
.device-page__toolbar[b-s212m025w3],
.device-page__table-panel[b-s212m025w3] {
    position: relative;
}

.device-page__hero[b-s212m025w3] {
    gap: 1.25rem;
    padding: 1.4rem;
}

.device-page__hero-top[b-s212m025w3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.device-page__hero-copy[b-s212m025w3] {
    display: grid;
    gap: 0.35rem;
}

.device-page__hero-copy h1[b-s212m025w3] {
    margin: 0;
    font-size: clamp(1.75rem, 1.55rem + 0.45vw, 2rem);
}

.device-page__hero-copy p[b-s212m025w3] {
    color: #475569;
    font-size: 0.95rem;
}

.device-page__hero-actions[b-s212m025w3],
.device-page__toolbar-meta[b-s212m025w3],
.device-page__drawer-actions[b-s212m025w3],
.device-page__modal-actions[b-s212m025w3] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

.device-page__stats[b-s212m025w3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.device-page__toolbar[b-s212m025w3] {
    display: grid;
    gap: 1rem;
    padding: 1.2rem 1.25rem;
    overflow: hidden;
}

.device-page__toolbar-fields[b-s212m025w3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 0.9rem;
    min-width: 0;
    align-items: end;
}

.device-page__field[b-s212m025w3] {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.device-page__field span[b-s212m025w3] {
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 700;
}

.device-page__search[b-s212m025w3],
.device-page__select[b-s212m025w3] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    border: 1px solid #d5dde7;
    background: #ffffff;
    color: #111827;
    font-size: 0.95rem;
    box-sizing: border-box;
}

.device-page__search:focus[b-s212m025w3],
.device-page__select:focus[b-s212m025w3] {
    outline: none;
    border-color: #0f6cbd;
    box-shadow: 0 0 0 4px rgba(15, 108, 189, 0.12);
}

.device-page__toolbar-meta[b-s212m025w3] {
    justify-content: space-between;
    color: #475569;
    font-size: 0.875rem;
    min-width: 0;
}

.device-page__table-header[b-s212m025w3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.device-page__table-header div[b-s212m025w3] {
    display: grid;
    gap: 0.2rem;
}

.device-page__table-header h2[b-s212m025w3] {
    margin: 0;
}

.device-page__table-header span[b-s212m025w3] {
    color: #64748b;
    font-size: 0.875rem;
}

.device-page__overlay[b-s212m025w3] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    z-index: 30;
}

.device-page__drawer[b-s212m025w3],
.device-page__modal[b-s212m025w3] {
    position: fixed;
    z-index: 31;
    background: #ffffff;
}

.device-page__drawer[b-s212m025w3] {
    top: 0;
    right: 0;
    bottom: 0;
    width: min(560px, 100vw);
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1.35rem 1.25rem;
    overflow-y: auto;
    border-left: 1px solid #d5dde7;
    box-shadow: -28px 0 52px rgba(15, 23, 42, 0.14);
}

.device-page__drawer--wide[b-s212m025w3] {
    width: min(840px, 100vw);
}

.device-page__drawer-header[b-s212m025w3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.device-page__drawer-label[b-s212m025w3] {
    margin: 0 0 0.35rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.device-page__drawer-header h2[b-s212m025w3],
.device-page__section-head h3[b-s212m025w3],
.device-page__modal-header h3[b-s212m025w3] {
    margin: 0;
}

.device-page__drawer-summary[b-s212m025w3] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.device-page__drawer-meta[b-s212m025w3] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 700;
}

.device-page__drawer-section[b-s212m025w3] {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e6ebf2;
}

.device-page__section-head[b-s212m025w3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.device-page__drawer-actions[b-s212m025w3] {
    gap: 0.85rem;
}

.device-page__pending-grid[b-s212m025w3] {
    display: grid;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.device-page__pending-list[b-s212m025w3] {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    align-self: start;
    max-height: calc(100vh - 11rem);
    overflow-y: auto;
    padding-right: 0.35rem;
}

.device-page__pending-card[b-s212m025w3] {
    display: grid;
    gap: 0.25rem;
    width: 100%;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid #d5dde7;
    background: #ffffff;
    color: #111827;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.device-page__pending-card:hover[b-s212m025w3] {
    border-color: rgba(15, 108, 189, 0.28);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
}

.device-page__pending-card--active[b-s212m025w3] {
    border-color: #0f6cbd;
    box-shadow: 0 0 0 3px rgba(15, 108, 189, 0.12);
}

.device-page__pending-card strong[b-s212m025w3] {
    font-size: 0.95rem;
}

.device-page__pending-card span[b-s212m025w3] {
    color: #64748b;
    font-size: 0.85rem;
}

.device-page__pending-form[b-s212m025w3] {
    min-width: 0;
    align-self: start;
}

.device-page__modal[b-s212m025w3] {
    top: 50%;
    left: 50%;
    width: min(420px, calc(100vw - 2rem));
    padding: 1.35rem;
    border: 1px solid #d5dde7;
    border-radius: 24px;
    transform: translate(-50%, -50%);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
}

.device-page__modal p[b-s212m025w3] {
    margin: 0.85rem 0 0;
    color: #475569;
}

@media (max-width: 960px) {
    .device-page__pending-grid[b-s212m025w3],
    .device-page__toolbar-fields[b-s212m025w3] {
        grid-template-columns: 1fr;
    }

    .device-page__toolbar-meta[b-s212m025w3] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-screen[b-x9vgi6tv1u] {
    min-height: calc(100vh - 2rem);
    display: grid;
    place-items: center;
}

.login-card[b-x9vgi6tv1u] {
    width: min(460px, 100%);
    display: grid;
    gap: 1.35rem;
    padding: 2.2rem;
    border-radius: 28px;
    border: 1px solid #d5dde7;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.login-card--compact[b-x9vgi6tv1u] {
    gap: 1rem;
}

.login-card__header[b-x9vgi6tv1u] {
    display: grid;
    gap: 0.35rem;
}

.login-card__eyebrow[b-x9vgi6tv1u] {
    margin: 0;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.login-card h1[b-x9vgi6tv1u] {
    margin: 0;
    color: #111827;
    font-size: 2rem;
    line-height: 1.2;
}

.login-card__error[b-x9vgi6tv1u] {
    display: grid;
    gap: 0.35rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
}

.login-card__notice[b-x9vgi6tv1u] {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: #eef8f0;
    border: 1px solid #bad8c0;
    color: #1f6f43;
    font-size: 0.875rem;
    font-weight: 700;
}

.login-card__error[b-x9vgi6tv1u] {
    background: #fff1ef;
    border: 1px solid #f2c2bb;
    color: #b42318;
    font-size: 0.875rem;
    font-weight: 700;
}

.login-card__form[b-x9vgi6tv1u] {
    display: grid;
    gap: 1rem;
}

.login-card__field[b-x9vgi6tv1u] {
    display: grid;
    gap: 0.45rem;
}

.login-card__field span[b-x9vgi6tv1u] {
    color: #334155;
    font-size: 0.875rem;
    font-weight: 700;
}

.login-card__field input[b-x9vgi6tv1u] {
    width: 100%;
    min-height: 54px;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid #d5dde7;
    background: #ffffff;
    color: #111827;
    font-size: 1rem;
}

.login-card__field input:focus[b-x9vgi6tv1u] {
    outline: none;
    border-color: #0f6cbd;
    box-shadow: 0 0 0 4px rgba(15, 108, 189, 0.12);
}

.login-card__actions[b-x9vgi6tv1u] {
    display: grid;
    gap: 0.75rem;
}

.login-card__inline-form[b-x9vgi6tv1u] {
    display: contents;
}

.login-card__primary[b-x9vgi6tv1u],
.login-card__secondary[b-x9vgi6tv1u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.login-card__primary[b-x9vgi6tv1u] {
    border: none;
    background: linear-gradient(180deg, #0f6cbd 0%, #0b5aa3 100%);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(15, 108, 189, 0.2);
}

.login-card__secondary[b-x9vgi6tv1u] {
    border: 1px solid #d5dde7;
    background: #f8fafd;
    color: #334155;
    cursor: pointer;
}
/* /Components/Pages/Logs.razor.rz.scp.css */
.log-page__toolbar-row[b-plaltcgvxd] {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto;
    align-items: end;
    gap: 0.9rem;
    width: 100%;
}

.log-page__actions[b-plaltcgvxd] {
    align-self: end;
    justify-content: flex-start;
}

@media (max-width: 880px) {
    .log-page__toolbar-row[b-plaltcgvxd] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-detail-grid .detail-item[b-xupaqhogvz] {
    min-width: 0;
}

.detail-item__value[b-xupaqhogvz] {
    display: block;
    min-width: 0;
}

.detail-item__value--wrap[b-xupaqhogvz] {
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.4;
}

.settings-toggle-card[b-xupaqhogvz] {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 100%);
}

.settings-toggle[b-xupaqhogvz] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem;
    cursor: pointer;
}

.settings-toggle input[type="checkbox"][b-xupaqhogvz] {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.18rem;
}

.settings-toggle__copy[b-xupaqhogvz] {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.settings-toggle__copy strong[b-xupaqhogvz] {
    color: var(--text);
    font-size: var(--font-body);
    line-height: 1.4;
}

.settings-toggle__copy small[b-xupaqhogvz] {
    color: var(--text-muted);
    font-size: var(--font-small);
    line-height: 1.6;
}

.settings-detail-grid[b-xupaqhogvz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
}

.settings-form-actions[b-xupaqhogvz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.settings-storage-card[b-xupaqhogvz] {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: #f8fafd;
}

.settings-storage-card__head[b-xupaqhogvz] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.settings-storage-card__head h3[b-xupaqhogvz],
.settings-storage-card__head p[b-xupaqhogvz] {
    margin: 0;
}

.settings-storage-card__head h3[b-xupaqhogvz] {
    color: var(--text);
    font-size: var(--font-body);
}

.settings-storage-card__head p[b-xupaqhogvz] {
    margin-top: 0.25rem;
    color: var(--text-muted);
    font-size: var(--font-small);
    line-height: 1.55;
}

.form-field--multiline textarea[b-xupaqhogvz] {
    min-height: 15rem;
    resize: vertical;
    line-height: 1.6;
    font-family: "Consolas", "SFMono-Regular", ui-monospace, monospace;
}

.form-field__hint[b-xupaqhogvz] {
    display: block;
    margin-top: 0.45rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.detail-item--wide[b-xupaqhogvz] {
    grid-column: span 2;
}

.detail-item--full[b-xupaqhogvz] {
    grid-column: 1 / -1;
}

.detail-item__value--multiline[b-xupaqhogvz] {
    white-space: pre-wrap;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .detail-item--wide[b-xupaqhogvz] {
        grid-column: auto;
    }

    .detail-item--full[b-xupaqhogvz] {
        grid-column: auto;
    }
}
/* /Components/Pages/TestRecords.razor.rz.scp.css */
.page-toolbar[b-h390ux3vvv] {
    align-items: flex-end;
}

.page-toolbar__actions[b-h390ux3vvv] {
    align-self: flex-end;
}

@media (max-width: 720px) {
    .page-toolbar[b-h390ux3vvv] {
        align-items: stretch;
    }

    .page-toolbar__actions[b-h390ux3vvv] {
        align-self: stretch;
    }
}
