/* /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-title[b-l1ticwo5iw] {
    font-weight: 700;
    font-size: 1.15rem;
    color: #222;
}

.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;
}
/* /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/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;
}

@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;
}

.member-photo-avatar[b-3e9jh5ut2r] {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: #cfe0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}

.member-photo-input[b-3e9jh5ut2r] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.member-photo-avatar 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-last-updated[b-3e9jh5ut2r] {
    margin-top: 1.25rem;
    color: #999;
    font-size: 0.8rem;
}

.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;
}

/* /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-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-tabs[b-vtd7r1qs53] {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.org-tab[b-vtd7r1qs53] {
    flex: 1;
    padding: 0.5rem;
    border-radius: 0.6rem;
    border: 1px solid #ddd;
    background: white;
    color: #555;
}

.org-tab.active[b-vtd7r1qs53] {
    border-color: #d9832a;
    color: #d9832a;
}

.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;
}

.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;
}

/* 兄弟ノード同士・親からの接続線 */
.org-tree[b-vtd7r1qs53]  li::before,
.org-tree[b-vtd7r1qs53]  li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 1.5rem;
    border-top: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  li:only-child::before,
.org-tree[b-vtd7r1qs53]  li:only-child::after {
    display: none;
}

.org-tree[b-vtd7r1qs53]  li:first-child::before,
.org-tree[b-vtd7r1qs53]  li:last-child::after {
    border: 0 none;
}

.org-tree[b-vtd7r1qs53]  li:last-child::before {
    border-right: 1px solid #ccc;
}

.org-tree[b-vtd7r1qs53]  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;
}

.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;
}

.binary-root-picker[b-vtd7r1qs53] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.binary-place-details[b-vtd7r1qs53] {
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.binary-place-details summary[b-vtd7r1qs53] {
    cursor: pointer;
    color: #555;
    margin-bottom: 0.75rem;
}

.place-form[b-vtd7r1qs53] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.place-form label[b-vtd7r1qs53] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: #666;
}
/* /Components/Pages/Reminders/RemindersList.razor.rz.scp.css */
.reminder-card-list[b-tcp9f1sm74] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reminder-card[b-tcp9f1sm74] {
    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-tcp9f1sm74] {
    font-weight: 700;
    color: #222;
}

.reminder-card-date[b-tcp9f1sm74] {
    color: #888;
    font-size: 0.82rem;
    margin-top: 0.1rem;
}

.reminder-badge[b-tcp9f1sm74] {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.15rem 0.6rem;
    border-radius: 1rem;
    font-size: 0.75rem;
}

.reminder-status-scheduled[b-tcp9f1sm74] {
    background: #fbe4c6;
    color: #b9770e;
}

.reminder-status-sent[b-tcp9f1sm74] {
    background: #d7f3df;
    color: #1e7e34;
}

.reminder-status-notsent[b-tcp9f1sm74] {
    background: #f2f2f2;
    color: #777;
}

.reminder-mark-sent[b-tcp9f1sm74] {
    display: block;
    margin-top: 0.4rem;
    border: none;
    background: none;
    color: #3d6cb0;
    font-size: 0.75rem;
    padding: 0;
}

.reminder-card-avatar[b-tcp9f1sm74] {
    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-tcp9f1sm74] {
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.reminder-new-details summary[b-tcp9f1sm74] {
    cursor: pointer;
    color: #555;
    margin-bottom: 0.75rem;
}

.reminder-new-form[b-tcp9f1sm74] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reminder-new-form label[b-tcp9f1sm74] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: #666;
}
