/* /Components/AppHeaderMenu.razor.rz.scp.css */
.user-name[b-a2459wit8p] {
    margin-right: 10px;
    color: #333;
    font-size: 0.9rem;
    line-height: 1;
    height: 32px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.user-name-link[b-a2459wit8p] {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    padding: 0 8px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    vertical-align: middle;
}

    .user-name-link:hover[b-a2459wit8p] {
        text-decoration: underline;
    }

.app-menu-container[b-a2459wit8p] {
    transform: translateY(-1px);
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 32px;
    vertical-align: middle;
}

.app-menu-button[b-a2459wit8p] {
    list-style: none;
    cursor: pointer;
    user-select: none;
}

    .app-menu-button[b-a2459wit8p]::-webkit-details-marker {
        display: none;
    }

.app-menu-button-simple[b-a2459wit8p] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
}

.app-menu-simple-line[b-a2459wit8p] {
    display: block;
    width: 18px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    margin: 0 auto;
}

.app-menu-dropdown[b-a2459wit8p] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    z-index: 1000;
    min-width: 240px;
}

.app-menu-item[b-a2459wit8p] {
    display: block;
    width: 100%;
    padding: 9px 14px;
    color: #333;
    text-decoration: none;
    background: transparent;
    border: none;
    text-align: left;
    font: inherit;
    font-size: 0.8rem;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

    .app-menu-item:hover[b-a2459wit8p] {
        background: #f5f5f5;
        text-decoration: none;
    }

.app-menu-item-button[b-a2459wit8p] {
    appearance: none;
    -webkit-appearance: none;
}

.app-menu-logout[b-a2459wit8p] {
    color: #1d4ed8;
}

.about-modal-backdrop[b-a2459wit8p] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.about-modal[b-a2459wit8p] {
    width: min(520px, calc(100vw - 32px));
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.about-modal-header[b-a2459wit8p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.about-modal-title[b-a2459wit8p] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
}

.about-modal-close[b-a2459wit8p] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #6b7280;
}

.about-modal-body[b-a2459wit8p] {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-row[b-a2459wit8p] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-label[b-a2459wit8p] {
    font-weight: 600;
    color: #374151;
}

.about-pre[b-a2459wit8p] {
    white-space: pre-wrap;
}

.about-modal-footer[b-a2459wit8p] {
    display: flex;
    justify-content: flex-end;
    padding: 12px 18px 16px;
    border-top: 1px solid #e5e7eb;
}

.about-ok-button[b-a2459wit8p] {
    border: none;
    background: #5f8f95;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
}

.user-icon-link[b-a2459wit8p] {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    border-radius: 999px;
    vertical-align: middle;
}

    .user-icon-link:hover[b-a2459wit8p] {
        background: #f3f4f6;
        text-decoration: none;
    }

.user-icon[b-a2459wit8p] {
    font-size: 24px;
    line-height: 1;
}

.manual-menu-container[b-a2459wit8p] {
    margin-right: 6px;
}

.manual-menu-button[b-a2459wit8p] {
    list-style: none;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    line-height: 1;
    user-select: none;
}

    .manual-menu-button[b-a2459wit8p]::-webkit-details-marker {
        display: none;
    }

    .manual-menu-button:hover[b-a2459wit8p] {
        background: #f3f4f6;
    }

.manual-menu-icon[b-a2459wit8p] {
    font-size: 23px;
    line-height: 1;
}

.manual-menu-dropdown[b-a2459wit8p] {
    right: 0;
    min-width: 260px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ajr04p88io] {
    min-height: 100vh;
}


.user-name[b-ajr04p88io] {
    font-size: 14px;
    color: #374151;
    white-space: nowrap;
}

.content[b-ajr04p88io] {
    padding-top: 16px;
}

.app-menu-container[b-ajr04p88io] {
    position: relative;
    z-index: 1310;
}

.app-menu-button.app-menu-button-simple[b-ajr04p88io] {
    appearance: none;
    -webkit-appearance: none;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

    .app-menu-button.app-menu-button-simple:hover[b-ajr04p88io] {
        background: #ececf1;
    }

    .app-menu-button.app-menu-button-simple:focus[b-ajr04p88io] {
        outline: none;
        box-shadow: none;
    }

.app-menu-simple-line[b-ajr04p88io] {
    display: block;
    width: 18px;
    height: 2px;
    background: #111827;
    border-radius: 1px;
}

.app-menu-dropdown[b-ajr04p88io] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    padding: 6px 0;
    z-index: 1320;
    display: flex;
    flex-direction: column;
}

.app-menu-item[b-ajr04p88io] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: none;
    margin: 0;
    padding: 12px 16px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    color: #111827;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

    .app-menu-item:hover[b-ajr04p88io] {
        background: #f3f4f6;
        text-decoration: none;
    }

.app-menu-logout[b-ajr04p88io] {
    color: #2563eb;
}

.app-menu-overlay[b-ajr04p88io] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1000;
}

.app-menu-container summary[b-ajr04p88io] {
    list-style: none;
}

    .app-menu-container summary[b-ajr04p88io]::-webkit-details-marker {
        display: none;
    }

.app-menu-container[open] .app-menu-dropdown[b-ajr04p88io] {
    display: flex;
}

.app-menu-dropdown[b-ajr04p88io] {
    display: none;
}

.app-menu-item[b-ajr04p88io] {
    text-decoration: none;
}

.app-menu-item-button[b-ajr04p88io] {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 10px 14px;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-decoration: none;
}

/* 通常画面・ログイン画面の上部バー */
.top-row[b-ajr04p88io] {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    position: relative;
    z-index: 1300;
}

/* 通常画面・ログイン画面のアプリ名 */
.top-row-left[b-ajr04p88io] {
    font-weight: 600;
    font-size: 20px;
}

/* 通常画面の右側メニュー */
.top-row-right[b-ajr04p88io] {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

/* チャット画面だけ右上固定メニュー化 */
.top-row-chat[b-ajr04p88io] {
    position: fixed;
    top: 12px;
    right: 16px;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    border-bottom: none;
    z-index: 1300;
    padding: 0 !important;
}

    /* チャット画面では左側アプリ名はRazor側で出していないので不要 */
    .top-row-chat .top-row-right[b-ajr04p88io] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        position: relative;
    }

/* チャット画面だけ本文余白を消す */
.content-chat[b-ajr04p88io] {
    padding: 0 !important;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-header[b-gck4xlpq7e] {
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sidebar-nav[b-gck4xlpq7e] {
    padding: 12px;
}

.nav-item[b-gck4xlpq7e] {
    padding: 12px 14px;
    border-radius: 8px;
    color: white;
    font-size: 15px;
}

    .nav-item.active[b-gck4xlpq7e] {
        background: rgba(255,255,255,0.12);
    }
/* /Components/Pages/UserManagement.razor.rz.scp.css */
[b-i20gykqi3g] .user-grid table th,
[b-i20gykqi3g] .user-grid table td {
    font-size: 9px !important;
    padding: 2px 4px !important;
    line-height: 1.1 !important;
}

[b-i20gykqi3g] .user-grid table tbody tr {
    height: 9px !important;
}

[b-i20gykqi3g] .user-grid .rz-cell-data {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
