/* /Components/Layout/BottomNav.razor.rz.scp.css */
.bottom-nav[b-9rhdd93el0] {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 0.4rem 0.25rem calc(0.4rem + env(safe-area-inset-bottom, 0px));
}

.bottom-nav-item[b-9rhdd93el0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    flex: 1;
    padding: 0.35rem 0.25rem;
    border-radius: 0.6rem;
    text-decoration: none;
    color: #888;
    font-size: 0.7rem;
}

.bottom-nav-item svg[b-9rhdd93el0] {
    width: 1.35rem;
    height: 1.35rem;
}

.bottom-nav-item.active[b-9rhdd93el0] {
    color: #d9832a;
    border: 1px solid #d9832a;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-l1ticwo5iw] {
    max-width: 480px;
    margin: 0 auto;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.06);
}

.app-topbar[b-l1ticwo5iw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

.app-topbar-brand[b-l1ticwo5iw] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.app-topbar-logo[b-l1ticwo5iw] {
    height: 1.7rem;
    width: auto;
}

.app-topbar-profile[b-l1ticwo5iw] {
    width: 1.6rem;
    height: 1.6rem;
    color: #444;
    display: flex;
}

.app-topbar-profile svg[b-l1ticwo5iw] {
    width: 100%;
    height: 100%;
}

.app-content[b-l1ticwo5iw] {
    flex: 1;
    padding: 1rem;
    padding-bottom: 5rem;
    background: #fafafa;
}

#blazor-error-ui[b-l1ticwo5iw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-l1ticwo5iw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-n265cdsoav],
.components-reconnect-repeated-attempt-visible[b-n265cdsoav],
.components-reconnect-failed-visible[b-n265cdsoav],
.components-pause-visible[b-n265cdsoav],
.components-resume-failed-visible[b-n265cdsoav],
.components-rejoining-animation[b-n265cdsoav] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-retrying[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-failed[b-n265cdsoav],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-n265cdsoav] {
    display: block;
}


#components-reconnect-modal[b-n265cdsoav] {
    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-n265cdsoav 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-n265cdsoav 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-n265cdsoav 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-n265cdsoav]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-n265cdsoav 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-n265cdsoav {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-n265cdsoav {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-n265cdsoav {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-n265cdsoav] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-n265cdsoav] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-n265cdsoav] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-n265cdsoav] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-n265cdsoav] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-n265cdsoav] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-n265cdsoav] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-n265cdsoav 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-n265cdsoav] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-n265cdsoav {
    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/Pages/Account.razor.rz.scp.css */
.account-name[b-gfr65op9hk] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.account-users-link[b-gfr65op9hk] {
    margin-bottom: 0.75rem;
}
/* /Components/Pages/Admin/AdminUsers.razor.rz.scp.css */
.admin-user-list[b-npot0feusc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.admin-user-card[b-npot0feusc] {
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 1rem;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.admin-user-name[b-npot0feusc] {
    font-weight: 700;
    color: #222;
}

.admin-user-sub[b-npot0feusc] {
    color: #888;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.admin-user-new-details[b-npot0feusc] {
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.admin-user-new-details summary[b-npot0feusc] {
    cursor: pointer;
    color: #555;
    margin-bottom: 0.75rem;
}

.admin-user-new-form[b-npot0feusc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.admin-user-new-form label[b-npot0feusc] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: #666;
}

.admin-user-new-loginid-hint[b-npot0feusc] {
    margin: 0;
    font-size: 0.8rem;
    color: #888;
}

.admin-user-line[b-npot0feusc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.admin-user-line-status[b-npot0feusc] {
    font-size: 0.8rem;
    border-radius: 999px;
    padding: 0.15rem 0.6rem;
}

.admin-user-line-linked[b-npot0feusc] {
    background: #e6f6ec;
    color: #1e7e42;
}

.admin-user-line-unlinked[b-npot0feusc] {
    background: #f3f3f3;
    color: #888;
}

.admin-user-line-pending[b-npot0feusc] {
    background: #fff6e0;
    color: #a06b00;
}
/* /Components/Pages/Aggregation/AggregationPage.razor.rz.scp.css */
.stat-tiles[b-fzmpl461bt] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.stat-tile[b-fzmpl461bt] {
    flex: 1;
    background: #f5f5f5;
    border-radius: 0.7rem;
    padding: 0.9rem;
}

.stat-tile-label[b-fzmpl461bt] {
    color: #888;
    font-size: 0.8rem;
}

.stat-tile-value[b-fzmpl461bt] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
}

.section-heading[b-fzmpl461bt] {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.75rem;
}

.no-data[b-fzmpl461bt] {
    color: #999;
    font-size: 0.9rem;
}

.residence-bars[b-fzmpl461bt] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.residence-row[b-fzmpl461bt] {
    display: grid;
    grid-template-columns: 4rem 1fr 2.5rem;
    align-items: center;
    gap: 0.6rem;
}

.residence-label[b-fzmpl461bt] {
    font-size: 0.85rem;
    color: #444;
}

.residence-bar-track[b-fzmpl461bt] {
    display: block;
    height: 0.6rem;
    border-radius: 0.3rem;
    background: #eee;
    overflow: hidden;
}

.residence-bar-fill[b-fzmpl461bt] {
    display: block;
    height: 100%;
    background: #3d6cb0;
}

.residence-count[b-fzmpl461bt] {
    text-align: right;
    font-size: 0.85rem;
    color: #444;
}

.export-button[b-fzmpl461bt] {
    width: 100%;
}

.google-account-status[b-fzmpl461bt] {
    text-align: center;
    color: #999;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
/* /Components/Pages/Broadcasts/BroadcastCompose.razor.rz.scp.css */
.back-link[b-a5t8ll2bvr] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    color: #888;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0.7rem;
    cursor: pointer;
    text-decoration: none;
}

.page-title[b-a5t8ll2bvr] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #222;
}

.page-lead[b-a5t8ll2bvr] {
    font-size: 0.82rem;
    color: #888;
    margin: 0 0 0.9rem;
}

.card[b-a5t8ll2bvr] {
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 1.1rem;
    background: white;
    margin-bottom: 1rem;
}

.card-title[b-a5t8ll2bvr] {
    font-weight: 700;
    font-size: 0.92rem;
    color: #222;
    margin-bottom: 0.6rem;
}

.compose-text[b-a5t8ll2bvr] {
    width: 100%;
    min-height: 130px;
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    padding: 0.7rem 0.8rem;
    font-size: 0.88rem;
    color: #222;
    font-family: inherit;
    resize: vertical;
    line-height: 1.65;
}

.char-count[b-a5t8ll2bvr] {
    text-align: right;
    font-size: 0.7rem;
    color: #aaa;
    margin-top: 0.3rem;
}

.char-count-over[b-a5t8ll2bvr] {
    color: #c00;
    font-weight: 700;
}

.char-count-warning[b-a5t8ll2bvr] {
    text-align: right;
    font-size: 0.72rem;
    color: #c00;
    margin: 0.2rem 0 0;
}

.line-preview[b-a5t8ll2bvr] {
    background: linear-gradient(180deg, #d4ecda, #eaf5ec);
    border-radius: 0.9rem;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.line-preview-top[b-a5t8ll2bvr] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #2f4a37;
    text-align: center;
}

.line-bubble[b-a5t8ll2bvr] {
    background: white;
    border-radius: 0.9rem 0.9rem 0.9rem 0.25rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
    white-space: pre-wrap;
    line-height: 1.6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    max-width: 92%;
    min-height: 1.6em;
    word-break: break-word;
}

.summary-row[b-a5t8ll2bvr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    padding: 0.35rem 0;
}

.summary-row + .summary-row[b-a5t8ll2bvr] {
    border-top: 1px solid #f1f1f1;
}

.linked-count[b-a5t8ll2bvr] {
    color: #1e7e34;
    font-weight: 700;
}

.skip-count[b-a5t8ll2bvr] {
    color: #d9832a;
    font-weight: 700;
}

.chip-list[b-a5t8ll2bvr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.6rem;
}

.chip[b-a5t8ll2bvr] {
    font-size: 0.7rem;
    background: #fbe4c6;
    color: #b9770e;
    padding: 0.15rem 0.55rem;
    border-radius: 1rem;
}

.btn-block[b-a5t8ll2bvr] {
    display: block;
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
}

.btn-text[b-a5t8ll2bvr] {
    display: block;
    text-align: center;
    width: 100%;
    background: none;
    border: none;
    color: #3d6cb0;
    font-size: 0.8rem;
    padding: 0.6rem 0;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
}

/* ---- 送信結果 ---- */
.stat-grid[b-a5t8ll2bvr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.stat-box[b-a5t8ll2bvr] {
    border: 1px solid #eee;
    border-radius: 0.8rem;
    padding: 0.75rem 0.6rem;
    text-align: center;
    background: #fff;
}

.stat-box .stat-label[b-a5t8ll2bvr] {
    font-size: 0.65rem;
    color: #999;
}

.stat-box .stat-num[b-a5t8ll2bvr] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-top: 0.15rem;
    font-variant-numeric: tabular-nums;
}

.stat-box.ok .stat-num[b-a5t8ll2bvr] {
    color: #1e7e34;
}

.stat-box.warn .stat-num[b-a5t8ll2bvr] {
    color: #d9832a;
}

.skip-row[b-a5t8ll2bvr] {
    padding: 0.5rem 0;
    font-size: 0.85rem;
    color: #333;
}

.skip-row + .skip-row[b-a5t8ll2bvr] {
    border-top: 1px solid #f1f1f1;
}
/* /Components/Pages/Broadcasts/BroadcastsHome.razor.rz.scp.css */
/* ---- 個別リマインド(旧 RemindersList.razor.css をそのまま移設したもの) ---- */
.reminder-card-list[b-2v7q0zcx1p] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reminder-card[b-2v7q0zcx1p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 1rem;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.reminder-card-title[b-2v7q0zcx1p] {
    font-weight: 700;
    color: #222;
}

.reminder-card-date[b-2v7q0zcx1p] {
    color: #888;
    font-size: 0.82rem;
    margin-top: 0.1rem;
}

.reminder-badge[b-2v7q0zcx1p] {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.15rem 0.6rem;
    border-radius: 1rem;
    font-size: 0.75rem;
}

.reminder-status-scheduled[b-2v7q0zcx1p] {
    background: #fbe4c6;
    color: #b9770e;
}

.reminder-status-sent[b-2v7q0zcx1p] {
    background: #d7f3df;
    color: #1e7e34;
}

.reminder-status-notsent[b-2v7q0zcx1p] {
    background: #f2f2f2;
    color: #777;
}

.reminder-mark-sent[b-2v7q0zcx1p] {
    display: block;
    margin-top: 0.4rem;
    border: none;
    background: none;
    color: #3d6cb0;
    font-size: 0.75rem;
    padding: 0;
}

.reminder-card-avatar[b-2v7q0zcx1p] {
    flex-shrink: 0;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: #cfe0f5;
    color: #3d6cb0;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reminder-new-details[b-2v7q0zcx1p] {
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.reminder-new-details summary[b-2v7q0zcx1p] {
    cursor: pointer;
    color: #555;
    margin-bottom: 0.75rem;
}

.reminder-new-form[b-2v7q0zcx1p] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reminder-new-form label[b-2v7q0zcx1p] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: #666;
}

/* ---- 配信タブ全体で使う見出し・切り替えタブ ---- */
.page-lead[b-2v7q0zcx1p] {
    font-size: 0.82rem;
    color: #888;
    margin: -0.3rem 0 0.6rem;
}

.segmented[b-2v7q0zcx1p] {
    display: flex;
    background: #f0f0ee;
    border-radius: 0.7rem;
    padding: 0.2rem;
    margin-bottom: 1rem;
    gap: 0.2rem;
}

.segmented button[b-2v7q0zcx1p] {
    flex: 1;
    border: none;
    background: none;
    padding: 0.5rem 0.4rem;
    border-radius: 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    font-family: inherit;
}

.segmented button.active[b-2v7q0zcx1p] {
    background: #fff;
    color: #222;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ---- 一斉配信タブ:新規作成の入り口 ---- */
.new-broadcast-cta[b-2v7q0zcx1p] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px dashed #cfd6df;
    border-radius: 0.9rem;
    padding: 1rem;
    background: #f7f9fc;
    cursor: pointer;
    margin-bottom: 1rem;
    text-decoration: none;
}

.new-broadcast-cta-icon[b-2v7q0zcx1p] {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background: #d9832a;
    color: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-broadcast-cta-icon svg[b-2v7q0zcx1p] {
    width: 1.3rem;
    height: 1.3rem;
}

.new-broadcast-cta-text[b-2v7q0zcx1p] {
    font-weight: 700;
    font-size: 0.88rem;
    color: #222;
}

.new-broadcast-cta-sub[b-2v7q0zcx1p] {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.1rem;
}

.section-label[b-2v7q0zcx1p] {
    font-size: 0.75rem;
    color: #999;
    font-weight: 700;
    margin: 0.2rem 0 0.5rem;
    letter-spacing: 0.02em;
}

/* ---- 一斉配信タブ:配信履歴(タップして再送信) ---- */
.card[b-2v7q0zcx1p] {
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 0 1.1rem;
    background: white;
}

.hist-item[b-2v7q0zcx1p] {
    padding: 0.85rem 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    color: inherit;
}

.hist-item + .hist-item[b-2v7q0zcx1p] {
    border-top: 1px solid #f1f1f1;
}

.hist-item-clickable[b-2v7q0zcx1p] {
    cursor: pointer;
    margin: 0 -1.1rem;
    padding: 0.85rem 1.1rem;
}

.hist-item-clickable:hover[b-2v7q0zcx1p] {
    background: #fafafa;
}

.hist-item-clickable:active[b-2v7q0zcx1p] {
    background: #f3f3f1;
}

.hist-date[b-2v7q0zcx1p] {
    flex-shrink: 0;
    width: 4.4rem;
    font-size: 0.68rem;
    color: #999;
    font-variant-numeric: tabular-nums;
}

.hist-item-body[b-2v7q0zcx1p] {
    flex: 1;
    min-width: 0;
}

.hist-item-chevron[b-2v7q0zcx1p] {
    flex-shrink: 0;
    color: #ccc;
    font-size: 1.1rem;
}

.hist-text[b-2v7q0zcx1p] {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
}

.hist-meta[b-2v7q0zcx1p] {
    font-size: 0.7rem;
    color: #aaa;
    margin-top: 0.3rem;
}

.hist-nums[b-2v7q0zcx1p] {
    font-size: 0.7rem;
    color: #999;
    margin-top: 0.3rem;
}

.hist-nums b[b-2v7q0zcx1p] {
    color: #1e7e34;
}

.hist-nums b.warn[b-2v7q0zcx1p] {
    color: #d9832a;
}
/* /Components/Pages/Broadcasts/BroadcastTargetPicker.razor.rz.scp.css */
.back-link[b-h4nx3av9an] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    color: #888;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0.7rem;
    cursor: pointer;
    text-decoration: none;
}

.page-title[b-h4nx3av9an] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #222;
}

.page-lead[b-h4nx3av9an] {
    font-size: 0.82rem;
    color: #888;
    margin: 0 0 1rem;
}

/* 「全員」オプション。組織図の起点ノードと見分けがつくよう、四角いカードにしている */
.all-members-option[b-h4nx3av9an] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0.8rem;
    padding: 0.75rem 1rem;
    background: white;
    margin-bottom: 1rem;
    cursor: pointer;
    font-family: inherit;
}

.all-members-option.selected[b-h4nx3av9an] {
    border-color: #d9832a;
    background: #fdf1e2;
}

.all-members-option-text[b-h4nx3av9an] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #222;
}

.all-members-option-tag[b-h4nx3av9an] {
    font-size: 0.68rem;
    background: #d9832a;
    color: #fff;
    border-radius: 0.6rem;
    padding: 0.15rem 0.55rem;
    font-weight: 700;
}

/* ---- 組織図(OrganizationTree.razor.cssと同じ「箱+接続線」パターン。CSS分離のためこのページ用に複製) ---- */
.org-hint[b-h4nx3av9an] {
    color: #aaa;
    font-size: 0.8rem;
    text-align: center;
}

.org-scroll[b-h4nx3av9an] {
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.org-tree[b-h4nx3av9an], .org-tree[b-h4nx3av9an]  ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.org-tree[b-h4nx3av9an] {
    flex-direction: column;
    align-items: center;
    /* 配下を展開したときに、はみ出した分が左側のマイナス方向(=スクロールでも届かない領域)へ
       描画されるのを防ぐ。詳細はOrganizationTree.razor.cssの同名ルールのコメントを参照。 */
    width: fit-content;
    min-width: 100%;
}

.org-tree[b-h4nx3av9an]  ul {
    padding-top: 1.5rem;
    position: relative;
}

.org-tree[b-h4nx3av9an]  li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.6rem;
    position: relative;
}

.org-tree[b-h4nx3av9an]  ul li::before,
.org-tree[b-h4nx3av9an]  ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 0.5rem;
    border-top: 1px solid #ccc;
}

.org-tree[b-h4nx3av9an]  ul li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.org-tree[b-h4nx3av9an]  ul li:only-child::before,
.org-tree[b-h4nx3av9an]  ul li:only-child::after {
    display: none;
}

.org-tree[b-h4nx3av9an]  ul li:first-child::before,
.org-tree[b-h4nx3av9an]  ul li:last-child::after {
    border: 0 none;
}

.org-tree[b-h4nx3av9an]  ul li:last-child::before {
    border-right: 1px solid #ccc;
}

.org-tree[b-h4nx3av9an]  ul li:first-child::after {
    border-left: 1px solid #ccc;
}

.org-tree[b-h4nx3av9an]  ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 1.5rem;
    border-left: 1px solid #ccc;
}

.org-tree[b-h4nx3av9an]  .org-node {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 1.5rem;
    border: 1px solid #cfe0f5;
    background: #f5f9ff;
    white-space: nowrap;
    margin-top: 0.5rem;
    position: relative;
}

.org-tree[b-h4nx3av9an]  .org-node-selectable {
    cursor: pointer;
}

.org-tree[b-h4nx3av9an]  .org-node-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #cfe0f5;
    color: #3d6cb0;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.org-tree[b-h4nx3av9an]  .org-node-name {
    font-size: 0.85rem;
    color: #333;
}

.org-tree[b-h4nx3av9an]  .org-node-expand-hint {
    margin-top: 0.4rem;
    border: none;
    background: none;
    color: #d9832a;
    font-size: 0.7rem;
}

/* 選択中の起点会員・その配下(ハイライト)は、既存のオレンジ(アクセントカラー)で強調する */
.org-tree[b-h4nx3av9an]  .org-node-selected-root {
    border-color: #d9832a;
    background: #fdf1e2;
    box-shadow: 0 0 0 2px rgba(217, 131, 42, 0.18);
}

.org-tree[b-h4nx3av9an]  .org-node-in-subtree {
    border-color: #f1cf9e;
    background: #fdf6ea;
}

.org-tree[b-h4nx3av9an]  .org-node-selected-tag {
    position: absolute;
    top: -0.55rem;
    right: -0.3rem;
    font-size: 0.6rem;
    background: #d9832a;
    color: #fff;
    border-radius: 0.6rem;
    padding: 0.05rem 0.4rem;
    font-weight: 700;
}

/* ---- 選択サマリー・送信ボタン ---- */
.selection-summary[b-h4nx3av9an] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 1rem;
    font-size: 0.82rem;
    color: #555;
}

.selection-summary .num[b-h4nx3av9an] {
    font-weight: 700;
    color: #222;
}

.selection-summary .num.orange[b-h4nx3av9an] {
    color: #d9832a;
}

.btn-block[b-h4nx3av9an] {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 0.65rem;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
.login-page[b-9ypriv6nbn] {
    max-width: 320px;
    margin: 3rem auto 0;
}

.forgot-password-hint[b-9ypriv6nbn] {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.forgot-password-form[b-9ypriv6nbn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.forgot-password-form label[b-9ypriv6nbn] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #666;
}

.login-page input[type="text"][b-9ypriv6nbn] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    color: #222;
}

.login-submit-button[b-9ypriv6nbn] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
    text-align: center;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-dj14eg5wqf] {
    max-width: 320px;
    margin: 3rem auto 0;
}

.login-page form[b-dj14eg5wqf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-page label[b-dj14eg5wqf] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #666;
}

/* 他の画面(会員登録・編集など)の入力欄と同じ見た目に揃える */
.login-page input[type="text"][b-dj14eg5wqf],
.login-page input[type="password"][b-dj14eg5wqf] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    color: #222;
}

.login-submit-button[b-dj14eg5wqf] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.forgot-password-link[b-dj14eg5wqf] {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #3d6cb0;
}

@media (max-width: 360px) {
    .login-page[b-dj14eg5wqf] {
        max-width: 100%;
    }
}
/* /Components/Pages/Members/MemberEdit.razor.rz.scp.css */
.member-photo-card[b-3e9jh5ut2r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 1.25rem;
    background: white;
    margin-bottom: 1.25rem;
}

.member-photo-hint[b-3e9jh5ut2r] {
    color: #999;
    font-size: 0.9rem;
}

/* 外側のコンテナはoverflow:visibleのままにして、右下のカメラバッジが円の外に少しはみ出せるようにする。
   円のクリッピング(写真・ファイル選択ボタンを丸く切り抜く)は、内側の.member-photo-clipだけで行う。
   こうしないと、ブラウザ(特にPC版Chrome)が<input type="file">の実サイズを縮めきれず、
   「ファイルを選択」ボタンや選択中のファイル名が円の外にはみ出して見える不具合が起きる。 */
.member-photo-avatar[b-3e9jh5ut2r] {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    overflow: visible;
}

.member-photo-clip[b-3e9jh5ut2r] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #cfe0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.member-photo-clip img[b-3e9jh5ut2r] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.member-photo-initial[b-3e9jh5ut2r] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #3d6cb0;
}

.member-photo-camera[b-3e9jh5ut2r] {
    position: absolute;
    right: -0.15rem;
    bottom: -0.15rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #3d6cb0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-photo-camera svg[b-3e9jh5ut2r] {
    width: 0.9rem;
    height: 0.9rem;
}

.member-form-grid[b-3e9jh5ut2r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.member-form-grid label[b-3e9jh5ut2r] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #666;
}

.member-form-grid input[b-3e9jh5ut2r],
.member-form-grid select[b-3e9jh5ut2r],
.member-form-grid textarea[b-3e9jh5ut2r] {
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    color: #222;
}

.required[b-3e9jh5ut2r] {
    color: #c00;
}

/* ラベルの説明文と必須マーク(*)を同じ行に並べるためのラッパー。
   .member-form-grid label が flex-direction:column のため、素のテキストと
   spanを直接並べるとそれぞれ別行の子要素として扱われてしまう(*が下段に落ちる)。
   このspanでひとまとめにすることで、label内では1個の子要素として1行に収まる。 */
.member-form-label-text[b-3e9jh5ut2r] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
}

.member-radio-group[b-3e9jh5ut2r] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    border: none;
    padding: 0;
    margin: 0;
}

.member-radio-group legend[b-3e9jh5ut2r] {
    font-size: 0.85rem;
    color: #666;
    padding: 0;
}

.member-radio-option[b-3e9jh5ut2r] {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 0.35rem;
    margin-right: 1.25rem;
    font-size: 0.95rem;
    color: #222;
}

.member-radio-option input[type="radio"][b-3e9jh5ut2r] {
    width: auto;
    padding: 0;
}

.member-checkbox-option[b-3e9jh5ut2r] {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 0.35rem;
    margin-right: 1.25rem;
    font-size: 0.95rem;
    color: #222;
}

.member-checkbox-option input[type="checkbox"][b-3e9jh5ut2r] {
    width: auto;
    padding: 0;
}

.referrer-autocomplete[b-3e9jh5ut2r] {
    position: relative;
}

.referrer-suggest-list[b-3e9jh5ut2r] {
    position: absolute;
    top: calc(100% + 0.2rem);
    left: 0;
    right: 0;
    z-index: 20;
    max-height: 14rem;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0.6rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
}

.referrer-suggest-list li[b-3e9jh5ut2r] {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.referrer-suggest-list li:hover[b-3e9jh5ut2r],
.referrer-suggest-list li:active[b-3e9jh5ut2r] {
    background: #f2f6fc;
}

.referrer-suggest-name[b-3e9jh5ut2r] {
    font-size: 0.95rem;
    color: #222;
}

.referrer-suggest-meta[b-3e9jh5ut2r] {
    font-size: 0.75rem;
    color: #888;
}

.member-linegroup-other-input[b-3e9jh5ut2r] {
    margin-top: 0.4rem;
    width: 100%;
}

.member-last-updated[b-3e9jh5ut2r] {
    margin-top: 1.25rem;
    color: #999;
    font-size: 0.8rem;
}

.member-line-card[b-3e9jh5ut2r] {
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 1.1rem;
    background: white;
    margin-bottom: 1.25rem;
}

.member-line-card-title-row[b-3e9jh5ut2r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.member-line-card-title[b-3e9jh5ut2r] {
    font-weight: 700;
    font-size: 0.92rem;
    color: #222;
}

.member-line-status[b-3e9jh5ut2r] {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 1rem;
    font-size: 0.75rem;
}

.member-line-status-linked[b-3e9jh5ut2r] {
    background: #d7f3df;
    color: #1e7e34;
}

.member-line-status-unlinked[b-3e9jh5ut2r] {
    background: #f2f2f2;
    color: #777;
}

.member-line-hint[b-3e9jh5ut2r] {
    font-size: 0.8rem;
    color: #888;
    margin: 0 0 0.6rem;
}

.member-line-code-box[b-3e9jh5ut2r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    background: #f7f7f5;
    border: 1px dashed #ddd;
    border-radius: 0.7rem;
    padding: 0.9rem 1rem;
}

.member-line-code-value[b-3e9jh5ut2r] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #222;
    font-variant-numeric: tabular-nums;
}

.member-line-code-caption[b-3e9jh5ut2r] {
    font-size: 0.72rem;
    color: #999;
    margin-top: 0.2rem;
}

.member-line-unlink-button[b-3e9jh5ut2r] {
    border: none;
    background: none;
    color: #3d6cb0;
    font-size: 0.8rem;
    padding: 0;
    cursor: pointer;
}

.member-form-actions[b-3e9jh5ut2r] {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.member-save-button[b-3e9jh5ut2r] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
}

.member-delete-button[b-3e9jh5ut2r] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
    margin-top: 0.75rem;
}

/* /Components/Pages/Members/MemberList.razor.rz.scp.css */
.member-search-bar[b-a0iy8exe01] {
    position: relative;
    margin-bottom: 1rem;
}

.member-search-bar input[b-a0iy8exe01] {
    width: 100%;
    padding-right: 2.5rem;
    border-radius: 0.6rem;
}

.member-search-icon[b-a0iy8exe01] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 1.1rem;
    color: #999;
    pointer-events: none;
}

.member-filter-toggle[b-a0iy8exe01] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.4rem 0.9rem;
    font-size: 0.85rem;
}

.member-filter-badge[b-a0iy8exe01] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.3rem;
    border-radius: 1rem;
    background: #3d6cb0;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
}

.member-filter-chevron[b-a0iy8exe01] {
    display: inline-block;
    transition: transform 0.15s ease;
}

.member-filter-chevron-open[b-a0iy8exe01] {
    transform: rotate(180deg);
}

.member-filter-panel[b-a0iy8exe01] {
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 1rem;
    background: white;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.member-filter-grid[b-a0iy8exe01] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.member-filter-grid label[b-a0iy8exe01] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #666;
}

.member-filter-grid select[b-a0iy8exe01] {
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    padding: 0.55rem 0.7rem;
    font-size: 0.95rem;
    color: #222;
}

.member-filter-linegroup[b-a0iy8exe01] {
    border: none;
    padding: 0;
    margin: 1rem 0 0;
}

.member-filter-linegroup legend[b-a0iy8exe01] {
    font-size: 0.85rem;
    color: #666;
    padding: 0;
    margin-bottom: 0.4rem;
}

.member-checkbox-option[b-a0iy8exe01] {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 0.35rem;
    margin-right: 1.25rem;
    font-size: 0.95rem;
    color: #222;
}

.member-checkbox-option input[type="checkbox"][b-a0iy8exe01] {
    width: auto;
    padding: 0;
}

.member-filter-clear[b-a0iy8exe01] {
    margin-top: 0.75rem;
    padding: 0;
    font-size: 0.85rem;
}

.member-card-list[b-a0iy8exe01] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.member-card[b-a0iy8exe01] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid #eee;
    border-radius: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.member-card-info[b-a0iy8exe01] {
    flex: 1;
    min-width: 0;
}

.member-card-name[b-a0iy8exe01] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
}

.member-card-sub[b-a0iy8exe01] {
    color: #888;
    font-size: 0.82rem;
    margin-top: 0.15rem;
}

.motivation-badge[b-a0iy8exe01] {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.15rem 0.6rem;
    border-radius: 1rem;
    font-size: 0.75rem;
}

.motivation-high[b-a0iy8exe01] {
    background: #fbdcdc;
    color: #c0392b;
}

.motivation-medium[b-a0iy8exe01] {
    background: #fbe4c6;
    color: #b9770e;
}

.motivation-low[b-a0iy8exe01] {
    background: #f2f2f2;
    color: #777;
}

.motivation-none[b-a0iy8exe01] {
    background: #f2f2f2;
    color: #999;
}

/* 写真は一覧カードの右側に大きめに表示する(設計まとめ4章 画面1の指定) */
.member-card-photo[b-a0iy8exe01] {
    flex-shrink: 0;
    width: 3.4rem;
    height: 3.4rem;
}

.member-card-photo img[b-a0iy8exe01] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.member-card-photo-placeholder[b-a0iy8exe01] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #cfe0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #3d6cb0;
}

.member-load-more[b-a0iy8exe01] {
    margin-top: 1rem;
    width: 100%;
}
/* /Components/Pages/Organization/OrganizationTree.razor.rz.scp.css */
.org-hint[b-vtd7r1qs53] {
    color: #aaa;
    font-size: 0.8rem;
    text-align: center;
}

.org-scroll[b-vtd7r1qs53] {
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

/* 箱+接続線のグラフィカルな組織図。よく知られた「pure CSS org chart」パターン。 */
.org-tree[b-vtd7r1qs53], .org-tree[b-vtd7r1qs53]  ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.org-tree[b-vtd7r1qs53] {
    flex-direction: column;
    align-items: center;
    /* display:flexの.org-treeは、何もしないと親(.org-scroll)の幅いっぱいに広がった
       「箱」とみなされ、align-items:centerはその箱の中央に子要素を揃えようとする。
       配下を展開して中身が箱の幅より広くなると、はみ出した分が左右に均等に広がり、
       左側は0より手前(マイナス方向)に描画されてしまう。ブラウザはその「左側のはみ出し」を
       スクロール可能範囲に含めてくれないため、スクロールしても永久に見えない状態になる
       (ユーザー報告:「スクロールが左端にある状態で左側のツリーを開くと左側が切れている」)。
       width: fit-contentにすることで、箱自体を常に中身の実際の幅に合わせて伸縮させ、
       この「見えなくなるマイナス方向のはみ出し」自体が起きないようにする。
       中身が画面より狭いときに箱が縮みすぎないよう、min-widthで最低でも表示領域いっぱいは確保する。 */
    width: fit-content;
    min-width: 100%;
}

.org-tree[b-vtd7r1qs53]  ul {
    padding-top: 1.5rem;
    position: relative;
}

.org-tree[b-vtd7r1qs53]  li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.6rem;
    position: relative;
}

/* 兄弟ノード同士・親からの接続線。
   「ul li」(ネストしたul配下のli)だけに絞ることで、TOP(ルート)会員には
   接続線を出さないようにしている(ルートのliは.org-tree直下の子であって、
   ネストしたulの中にはいないため、このセレクタにはマッチしない)。
   縦線部分(border-left/border-right)の高さは、.org-nodeのmargin-topと
   同じ値(0.5rem)にしておくこと。ここが箱のmargin-topより長いと、
   縦線が箱(アバターの丸)の中まで伸びて突き抜けて見えてしまう。 */
.org-tree[b-vtd7r1qs53]  ul li::before,
.org-tree[b-vtd7r1qs53]  ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 0.5rem;
    border-top: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  ul li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  ul li:only-child::before,
.org-tree[b-vtd7r1qs53]  ul li:only-child::after {
    display: none;
}

.org-tree[b-vtd7r1qs53]  ul li:first-child::before,
.org-tree[b-vtd7r1qs53]  ul li:last-child::after {
    border: 0 none;
}

.org-tree[b-vtd7r1qs53]  ul li:last-child::before {
    border-right: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  ul li:first-child::after {
    border-left: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 1.5rem;
    border-left: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  .org-node {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 1.5rem;
    border: 1px solid #cfe0f5;
    background: #f5f9ff;
    white-space: nowrap;
    /* 接続線(li::before/::after)は箱のすぐ上(liの上端)に描かれるため、
       箱を少し下にずらして接続線と重ならないようにする */
    margin-top: 0.5rem;
}

.org-tree[b-vtd7r1qs53]  .org-node-clickable {
    cursor: pointer;
}

.org-tree[b-vtd7r1qs53]  .org-node-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #cfe0f5;
    color: #3d6cb0;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.org-tree[b-vtd7r1qs53]  .org-node-name {
    font-size: 0.85rem;
    color: #333;
}

.org-tree[b-vtd7r1qs53]  .org-node-expand-hint {
    margin-top: 0.4rem;
    border: none;
    background: none;
    color: #d9832a;
    font-size: 0.7rem;
}

/* /Components/Pages/ResetPassword.razor.rz.scp.css */
.login-page[b-smdtetcy22] {
    max-width: 320px;
    margin: 3rem auto 0;
}

.forgot-password-form[b-smdtetcy22] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.forgot-password-form label[b-smdtetcy22] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #666;
}

.login-page input[type="password"][b-smdtetcy22] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    color: #222;
}

.login-submit-button[b-smdtetcy22] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
    text-align: center;
}
