/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-t3b7y1gqnq] {
    position: relative;
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(94, 209, 190, 0.28), transparent 34%),
        radial-gradient(circle at 86% 82%, rgba(92, 151, 225, 0.32), transparent 38%),
        linear-gradient(145deg, #0b3b70 0%, #125e91 52%, #087f78 100%);
}

.login-page[b-t3b7y1gqnq]::before,
.login-page[b-t3b7y1gqnq]::after {
    position: absolute;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.login-page[b-t3b7y1gqnq]::before {
    top: -190px;
    right: -80px;
}

.login-page[b-t3b7y1gqnq]::after {
    bottom: -230px;
    left: -90px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-root[b-541wbqffbw] {
    min-height: 100vh;
}

.app-root[b-541wbqffbw]  .app-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(105deg, #135cae 0%, #1565c0 58%, #087e7a 130%);
    box-shadow: 0 5px 18px rgba(13, 52, 91, 0.16);
}

.app-title[b-541wbqffbw] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.app-title-icon[b-541wbqffbw] {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
}

.app-root[b-541wbqffbw]  .app-title-name {
    color: #fff;
    font-weight: 700;
    line-height: 1.15;
}

.app-root[b-541wbqffbw]  .app-title-subtitle {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.1;
}

.current-user[b-541wbqffbw] {
    display: flex;
    max-width: 210px;
    align-items: center;
    gap: 7px;
    margin: 0 5px 0 12px;
    padding: 6px 10px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.83rem;
}

.current-user span[b-541wbqffbw] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-root[b-541wbqffbw]  .app-drawer {
    border-right: 1px solid #e2e8ef;
}

.app-root[b-541wbqffbw]  .app-main {
    min-height: 100vh;
    background: #f4f7fa;
}

.content-shell[b-541wbqffbw] {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 26px 24px 40px;
}

@media (max-width: 760px) {
    .app-title-subtitle[b-541wbqffbw],
    .current-user[b-541wbqffbw] {
        display: none;
    }

    .app-title[b-541wbqffbw] {
        margin-left: 4px;
    }

    .app-title-icon[b-541wbqffbw] {
        display: none;
    }

    .content-shell[b-541wbqffbw] {
        padding: 18px 12px 32px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-fy60ti9qae]  .mud-navmenu {
    padding: 18px 10px;
}

.nav-shell[b-fy60ti9qae]  .mud-nav-link {
    min-height: 46px;
    margin: 3px 0;
    border-radius: 10px;
    color: #425466;
}

.nav-shell[b-fy60ti9qae]  .mud-nav-link:hover {
    background: #edf4fb;
}

.nav-shell[b-fy60ti9qae]  .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #125da9;
    background: #e7f1fc;
    font-weight: 650;
}

.nav-shell[b-fy60ti9qae]  .nav-section-label {
    display: block;
    padding: 8px 14px 4px;
    color: #8290a0;
    letter-spacing: 0.08em;
}
/* /Components/Pages/Admin/AuditLogs.razor.rz.scp.css */
.page-heading[b-3wx7bbm5pt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.logbook-page[b-3wx7bbm5pt]  .summary-card {
    display: flex;
    min-height: 94px;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e0e7ef;
    border-radius: 14px;
    background: #fff;
}

.summary-icon[b-3wx7bbm5pt] {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.summary-events .summary-icon[b-3wx7bbm5pt] {
    color: #1565c0;
    background: #e8f2fd;
}

.summary-warning .summary-icon[b-3wx7bbm5pt] {
    color: #9a6500;
    background: #fff3d5;
}

.summary-error .summary-icon[b-3wx7bbm5pt] {
    color: #b52d2d;
    background: #fdeaea;
}

.logbook-page[b-3wx7bbm5pt]  .filter-panel {
    padding: 16px;
    border: 1px solid #e0e7ef;
    border-radius: 14px;
    background: #fff;
}

.privacy-note[b-3wx7bbm5pt] {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #68798a;
    font-size: 0.78rem;
}

.logbook-page[b-3wx7bbm5pt]  .log-table {
    overflow: hidden;
    border: 1px solid #e0e7ef;
    border-radius: 14px;
    background: #fff;
}

.timestamp-cell[b-3wx7bbm5pt],
.user-cell[b-3wx7bbm5pt],
.action-cell[b-3wx7bbm5pt] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.timestamp-cell span[b-3wx7bbm5pt],
.user-cell span[b-3wx7bbm5pt],
.action-cell span[b-3wx7bbm5pt],
.muted[b-3wx7bbm5pt] {
    color: #748394;
    font-size: 0.76rem;
}

.log-details[b-3wx7bbm5pt] {
    min-width: 170px;
    max-width: 350px;
    font-size: 0.78rem;
}

.log-details summary[b-3wx7bbm5pt] {
    color: #1565c0;
    font-weight: 600;
    cursor: pointer;
}

.detail-row[b-3wx7bbm5pt] {
    display: grid;
    grid-template-columns: minmax(80px, 0.7fr) minmax(100px, 1.3fr);
    gap: 8px;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #edf0f3;
    overflow-wrap: anywhere;
}

.detail-row span[b-3wx7bbm5pt] {
    color: #748394;
}

.empty-state[b-3wx7bbm5pt] {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 600px) {
    .page-heading[b-3wx7bbm5pt] {
        align-items: stretch;
        flex-direction: column;
    }

    .logbook-page[b-3wx7bbm5pt]  .summary-card {
        min-height: 76px;
        padding: 12px 14px;
    }

    .log-details[b-3wx7bbm5pt] {
        max-width: none;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-container[b-xvv5i2cfk2] {
    width: min(100%, 450px);
    padding: 24px;
}

.login-card[b-xvv5i2cfk2] {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 70px rgba(9, 38, 73, 0.28);
}

.login-language[b-xvv5i2cfk2] {
    position: absolute;
    top: 14px;
    right: 14px;
}

.login-header[b-xvv5i2cfk2] {
    margin-bottom: 30px;
    text-align: center;
}

.login-logo[b-xvv5i2cfk2] {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, #1565c0, #00897b);
    box-shadow: 0 12px 24px rgba(21, 101, 192, 0.24);
}

.login-header h1[b-xvv5i2cfk2] {
    margin: 16px 0 4px;
    color: #17324d;
    font-size: clamp(1.65rem, 6vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.035em;
}

.login-subtitle[b-xvv5i2cfk2] {
    margin: 0;
    color: #647486;
    font-size: 0.95rem;
}

.form-group[b-xvv5i2cfk2] {
    margin-bottom: 18px;
}

.form-group label[b-xvv5i2cfk2] {
    display: block;
    margin-bottom: 7px;
    color: #263b50;
    font-size: 0.88rem;
    font-weight: 650;
}

.input-shell[b-xvv5i2cfk2] {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    border: 1px solid #cbd6e2;
    border-radius: 12px;
    color: #718196;
    background: #fff;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.input-shell:focus-within[b-xvv5i2cfk2] {
    border-color: #1565c0;
    box-shadow: 0 0 0 4px rgba(21, 101, 192, 0.12);
    color: #1565c0;
}

.form-input[b-xvv5i2cfk2] {
    width: 100%;
    min-width: 0;
    padding: 13px 0;
    border: 0;
    outline: 0;
    color: #172b3e;
    background: transparent;
    font: inherit;
    font-size: 1rem;
}

.form-input[b-xvv5i2cfk2]::placeholder {
    color: #93a1af;
}

.login-message[b-xvv5i2cfk2] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.86rem;
    line-height: 1.4;
}

.error-message[b-xvv5i2cfk2] {
    color: #9d2727;
    background: #fff0f0;
    border: 1px solid #f5c2c2;
}

.warning-message[b-xvv5i2cfk2] {
    color: #77540a;
    background: #fff8e5;
    border: 1px solid #efd99f;
}

.login-button[b-xvv5i2cfk2] {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(120deg, #1565c0, #0d72b8);
    box-shadow: 0 10px 20px rgba(21, 101, 192, 0.2);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.login-button:hover[b-xvv5i2cfk2] {
    box-shadow: 0 13px 25px rgba(21, 101, 192, 0.28);
    transform: translateY(-1px);
}

.login-button:focus-visible[b-xvv5i2cfk2] {
    outline: 3px solid rgba(21, 101, 192, 0.35);
    outline-offset: 3px;
}

.login-help[b-xvv5i2cfk2] {
    margin: 22px 0 0;
    color: #718196;
    font-size: 0.8rem;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 520px) {
    .login-container[b-xvv5i2cfk2] {
        padding: 14px;
    }

    .login-card[b-xvv5i2cfk2] {
        padding: 36px 22px 28px;
        border-radius: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .input-shell[b-xvv5i2cfk2],
    .login-button[b-xvv5i2cfk2] {
        transition: none;
    }
}
