/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
/* Manage 系ページ全体で文字サイズを 1rem に統一 */
.manage-body[b-vcizgx4y3v]  h1,
.manage-body[b-vcizgx4y3v]  h2,
.manage-body[b-vcizgx4y3v]  h3,
.manage-body[b-vcizgx4y3v]  h4,
.manage-body[b-vcizgx4y3v]  h5,
.manage-body[b-vcizgx4y3v]  h6 {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 0.75rem;
}

.manage-body[b-vcizgx4y3v]  p,
.manage-body[b-vcizgx4y3v]  label,
.manage-body[b-vcizgx4y3v]  .form-label,
.manage-body[b-vcizgx4y3v]  .form-check-label,
.manage-body[b-vcizgx4y3v]  .form-control,
.manage-body[b-vcizgx4y3v]  input,
.manage-body[b-vcizgx4y3v]  textarea,
.manage-body[b-vcizgx4y3v]  select,
.manage-body[b-vcizgx4y3v]  .btn,
.manage-body[b-vcizgx4y3v]  button,
.manage-body[b-vcizgx4y3v]  a {
    font-size: 1rem;
}

.manage-body[b-vcizgx4y3v]  hr {
    margin: 0.5rem 0 1rem 0;
    opacity: 0.15;
}

/* 左側ナビ（プロフィール / メールアドレス …）も同じ文字サイズに */
.manage-nav[b-vcizgx4y3v]  .nav-link {
    font-size: 1rem;
}
/* /Components/Admin/Users.razor.rz.scp.css */
/* ユーザー管理ページ限定の装飾（共通レイアウトには触れない） */

.users-head h2[b-frrbh3gje5] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.users-head p[b-frrbh3gje5] {
    color: #78745f;
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
}

.users-stats[b-frrbh3gje5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 260px));
    gap: 14px;
    margin-bottom: 20px;
}

.users-stat[b-frrbh3gje5] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #E8E5DF;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 1px 3px rgba(61, 57, 41, 0.05);
}

.users-stat-icon[b-frrbh3gje5] {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #E9F3F1;
    color: #0B4F49;
    display: flex;
    align-items: center;
    justify-content: center;
}

.users-stat-icon svg[b-frrbh3gje5] { width: 22px; height: 22px; }

.users-stat-label[b-frrbh3gje5] {
    display: block;
    font-size: 0.75rem;
    color: #78745f;
}

.users-stat-value[b-frrbh3gje5] {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}

.users-stat-value small[b-frrbh3gje5] { font-size: 0.8rem; font-weight: 500; color: #78745f; }

.users-table-card[b-frrbh3gje5] {
    background: #ffffff;
    border: 1px solid #E8E5DF;
    border-radius: 14px;
    padding: 8px 16px;
    box-shadow: 0 1px 3px rgba(61, 57, 41, 0.05);
}

.users-table-card[b-frrbh3gje5]  table { margin-bottom: 8px; }

.users-table-card[b-frrbh3gje5]  thead th {
    font-size: 0.78rem;
    color: #78745f;
    font-weight: 600;
    border-bottom-color: #E8E5DF;
}
/* /Components/Layout/BlankLayout.razor.rz.scp.css */
.blank-layout[b-kqyz2hahhd] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* ビューポート上部から 18% の位置に貼り付け（画面高さに追従） */
    padding: 18vh 1rem 1rem 1rem;
    background: linear-gradient(180deg, #f5f7fb 0%, #e9edf5 100%);
}

.blank-brand[b-kqyz2hahhd] {
    text-align: center;
    padding: 0 0 1rem 0;
}

/* MainLayout の app-brand と同一仕様（1.25rem、500、黒、ロゴ + 下端揃え） */
.brand-link[b-kqyz2hahhd] {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.6rem;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

.brand-link:hover[b-kqyz2hahhd] {
    opacity: 0.85;
}

.brand-logo[b-kqyz2hahhd] {
    height: 2rem;
    width: auto;
    display: block;
}

.brand-text[b-kqyz2hahhd] {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

.blank-main[b-kqyz2hahhd] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blank-card[b-kqyz2hahhd] {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
}

/* @Body 経由でレンダされる子コンポーネントの要素にスタイルを届けるため ::deep が必要
   （Blazor の scoped CSS は既定で子コンポーネントに attribute が付かないため直接一致しない） */
.blank-card[b-kqyz2hahhd]  h1,
.blank-card[b-kqyz2hahhd]  h2 {
    /* form-check-label と同じサイズ（1rem、標準ウェイト・色）*/
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0 0 0.75rem 0;
    color: inherit;
}

.blank-card[b-kqyz2hahhd]  hr {
    margin: 0.75rem 0;
    opacity: 0.15;
}

.blank-card[b-kqyz2hahhd]  .form-floating > label {
    color: #6c757d;
}

.blank-card[b-kqyz2hahhd]  p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

@media (max-width: 480px) {
    .blank-card[b-kqyz2hahhd] {
        padding: 1.25rem 1rem;
    }
    .brand-text[b-kqyz2hahhd] {
        font-size: 1.1rem;
    }
    .brand-logo[b-kqyz2hahhd] {
        height: 1.75rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-35vgxid374] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* 横に広い表を持つ蓄電所請求ページだけ、紺色バーが横スクロールの先まで伸びるようにする
   （バーの右に表がはみ出して見える問題の対策）。
   ★全ページに min-width: max-content を掛けてはいけない：幅100%のRadzenグリッド
   （顧客情報・蓄電所・保安管理費）が Chromium の表幅上限=100万px まで引き伸ばされ、
   列も文字も見えなくなる実障害が起きた（2026-07-14） */
.app-shell:has(.billing-form)[b-35vgxid374] {
    min-width: max-content;
}

.app-top-row[b-35vgxid374] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    background-color: #052767; /* 紺色 */
    /* 境界線なし：選択中タブ（メイン背景と同色）がページと途切れずつながるように */
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Bootstrap の navbar-brand 相当（1.25rem）。紺背景で読みやすいよう白 */
.app-brand[b-35vgxid374] {
    display: inline-flex;
    align-items: flex-end; /* ロゴと文字の下ずらを揃える */
    gap: 0.6rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2.5rem;
    line-height: 1;
}

/* トップバーのタブ（ホーム／経理／管理）：書類フォルダ風。
   選択中のタブはメイン背景と同じ色にして、下のページと「つながって」見せる。 */
.app-top-tabs[b-35vgxid374] {
    display: flex;
    align-items: flex-end;
    align-self: flex-end; /* タブをバーの下端に密着させる */
    gap: 6px;
    margin-right: auto;
    height: 100%;
    padding-top: 10px;
}

    .app-top-tabs[b-35vgxid374]  .app-top-tab {
        display: flex;
        align-items: center;
        padding: 0.45rem 1.6rem;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.28);
        border-radius: 10px 10px 0 0;
        text-decoration: none;
        font-size: 0.95rem;
        white-space: nowrap;
    }

    .app-top-tabs[b-35vgxid374]  .app-top-tab:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.42);
    }

    .app-top-tabs[b-35vgxid374]  .app-top-tab.active {
        background-color: #faf9f5; /* メイン背景と同色 */
        color: #1f1d15;
        font-weight: 500;
    }

.app-brand-logo[b-35vgxid374] {
    height: 2rem;
    width: auto;
    display: block;
}

.app-brand:hover[b-35vgxid374] {
    color: #fff;
    opacity: 0.85;
}

.app-top-links[b-35vgxid374] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    .app-top-links[b-35vgxid374]  a,
    .app-top-links[b-35vgxid374]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
        font-size: 0.85rem;
        color: #e8ecf5; /* 紺背景で読みやすい薄い白 */
        padding: 0;
        border: 0;
        background: transparent;
    }

    .app-top-links[b-35vgxid374]  a:hover,
    .app-top-links[b-35vgxid374]  .btn-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.app-body[b-35vgxid374] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.app-sidebar[b-35vgxid374] {
    width: 170px;
    flex-shrink: 0;
    background-color: #f0eee6; /* Claude デスクトップのサイドバー（ベージュ） */
    border-right: 1px solid #e3dfd3;
}

.app-main[b-35vgxid374] {
    flex: 1;
    min-width: 0;
    padding: 1.5rem 0;
    background-color: #faf9f5; /* Claude デスクトップのメイン（クリーム） */
}

@media (max-width: 640.98px) {
    .app-sidebar[b-35vgxid374] {
        width: 100%;
    }
    .app-body[b-35vgxid374] {
        flex-direction: column;
    }
}

#blazor-error-ui[b-35vgxid374] {
    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-35vgxid374] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8p6ggzvxtw] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8p6ggzvxtw] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8p6ggzvxtw] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8p6ggzvxtw] {
    font-size: 1.1rem;
}

.bi[b-8p6ggzvxtw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-lightning-fill-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-lightning-fill' viewBox='0 0 16 16'%3E%3Cpath d='M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5z'/%3E%3C/svg%3E");
}

.bi-pencil-square-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-8p6ggzvxtw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8p6ggzvxtw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8p6ggzvxtw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8p6ggzvxtw]  .nav-link {
        color: #3d3929;
        background: none;
        border: none;
        border-radius: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        /* 「入力支援の連携」など7文字メニューを1行に収める（幅170pxのため余白を詰める） */
        white-space: nowrap;
        padding-left: 0.65rem;
        padding-right: 0.4rem;
    }

.nav-item[b-8p6ggzvxtw]  a.active {
    background-color: rgba(61, 57, 41, 0.09); /* Claude 風の温色ハイライト */
    color: #1f1d15;
}

.nav-item[b-8p6ggzvxtw]  .nav-link:hover {
    background-color: rgba(61, 57, 41, 0.05);
    color: #1f1d15;
}

/* アイコン SVG は fill='white' で埋め込まれているので、薄背景では反転して黒にする */
.bi[b-8p6ggzvxtw] {
    filter: brightness(0);
}

.nav-scrollable[b-8p6ggzvxtw] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8p6ggzvxtw] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8p6ggzvxtw] {
        display: none;
    }

    .nav-scrollable[b-8p6ggzvxtw] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.bi-display-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-display' viewBox='0 0 16 16'%3E%3Cpath d='M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4c0 .667.083 1.167.25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75c.167-.333.25-.833.25-1.5H2s-2 0-2-2V4zm1.398-.855a.758.758 0 0 0-.254.302A1.46 1.46 0 0 0 1 4.01V10c0 .325.078.502.145.602.07.105.17.188.302.254a1.464 1.464 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.758.758 0 0 0 .254-.302 1.464 1.464 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.757.757 0 0 0-.302-.254A1.46 1.46 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145z'/%3E%3C/svg%3E");
}

.nav-group-label[b-8p6ggzvxtw] {
    padding: 0.9rem 1rem 0.2rem;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #8a94a3;
    user-select: none;
}

/* データベースのアイコン（Bootstrap Icons bi-database。他のアイコンと同じ埋め込み方式） */
.bi-database-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-database' viewBox='0 0 16 16'%3E%3Cpath d='M4.318 2.687C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4c0-.374.356-.875 1.318-1.313ZM13 5.698V7c0 .374-.356.875-1.318 1.313C10.766 8.729 9.464 9 8 9s-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777A4.92 4.92 0 0 0 13 5.698ZM14 4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16s3.022-.289 4.096-.777C13.125 14.755 14 14.007 14 13V4Zm-1 4.698V10c0 .374-.356.875-1.318 1.313C10.766 11.729 9.464 12 8 12s-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10s3.022-.289 4.096-.777A4.92 4.92 0 0 0 13 8.698Zm0 3V13c0 .374-.356.875-1.318 1.313C10.766 14.729 9.464 15 8 15s-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13s3.022-.289 4.096-.777c.324-.147.633-.323.904-.525Z'/%3E%3C/svg%3E");
}

/* 書類置き場のアイコン（Bootstrap Icons bi-folder-fill） */
.bi-folder-fill-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-folder-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z'/%3E%3C/svg%3E");
}

/* メール管理のアイコン（Bootstrap Icons bi-envelope-fill） */
.bi-envelope-fill-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
}

/* 経費精算のアイコン（Bootstrap Icons bi-journal-check） */
.bi-journal-check-nav-menu[b-8p6ggzvxtw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z'/%3E%3C/svg%3E");
}

/* ---- 横に飛び出すポップアップ（BUILDY NOTE 風）。表示のON/OFFと位置は nav-flyout.js ---- */
.nav-flyout[b-8p6ggzvxtw]  .nav-flyout-trigger { cursor: pointer; }

.nav-flyout .flyout-arrow[b-8p6ggzvxtw],
.nav-flyout[b-8p6ggzvxtw]  .flyout-arrow {
    margin-left: auto;
    font-size: 0.8rem;
    color: #8a8672;
}

.nav-flyout-panel[b-8p6ggzvxtw] {
    display: none;
    position: fixed;
    z-index: 2000;
    min-width: 200px;
    padding: 0.4rem;
    background: #fff;
    border: 1px solid #e2e0d8;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
}

    .nav-flyout-panel.open[b-8p6ggzvxtw] { display: block; }

    .nav-flyout-panel .nav-item[b-8p6ggzvxtw]  .nav-link {
        height: 2.6rem;
        line-height: 2.6rem;
    }

/* sidebar link text slightly smaller (NavLink renders its own <a>, so ::deep is required) */
.nav-scrollable[b-8p6ggzvxtw]  .nav-link {
    font-size: 0.875rem;
}

/* 子メニューの中の区切り見出し（例：蓄電所請求 ▸ の中の「データベース」）。
   パネルの背景は白なので、線と文字は濃いめの灰色にする。
   2026-09-03 オーナー指示でマスターデータを蓄電所請求の中へ移したときに追加 */
.nav-flyout-panel .nav-flyout-sep[b-8p6ggzvxtw] {
    margin: 0.4rem 0.6rem 0.2rem;
    padding-top: 0.4rem;
    border-top: 1px solid #e2e0d8;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #8a8578;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u6uibs6hn9],
.components-reconnect-repeated-attempt-visible[b-u6uibs6hn9],
.components-reconnect-failed-visible[b-u6uibs6hn9],
.components-pause-visible[b-u6uibs6hn9],
.components-resume-failed-visible[b-u6uibs6hn9],
.components-rejoining-animation[b-u6uibs6hn9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-retrying[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-failed[b-u6uibs6hn9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u6uibs6hn9] {
    display: block;
}


#components-reconnect-modal[b-u6uibs6hn9] {
    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-u6uibs6hn9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u6uibs6hn9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u6uibs6hn9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u6uibs6hn9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u6uibs6hn9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u6uibs6hn9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u6uibs6hn9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u6uibs6hn9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u6uibs6hn9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u6uibs6hn9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u6uibs6hn9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u6uibs6hn9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u6uibs6hn9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u6uibs6hn9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u6uibs6hn9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u6uibs6hn9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u6uibs6hn9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u6uibs6hn9 {
    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/Home.razor.rz.scp.css */
/* ホームのダッシュボード（このページ限定・共通レイアウトには触れない） */

/* 幅は経理トップと同じ 1200px に揃える（2026-08-07 ページ幅の統一）。
   カードだけの入口ページなので、表のページのように画面いっぱいには広げない */
.dash[b-ooni15wc4d] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1200px;
}

/* ---- ヒーロー ---- */
.hero-card[b-ooni15wc4d] {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #E8E5DF;
    border-radius: 14px;
    padding: 28px 32px;
    box-shadow: 0 1px 3px rgba(61, 57, 41, 0.05);
}

.hero-text[b-ooni15wc4d] {
    flex: 1 1 auto;
    min-width: 0;
}

.hero-card h1[b-ooni15wc4d] {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.hero-lead[b-ooni15wc4d] {
    color: #5d594e;
    margin-bottom: 0.9rem;
}

.hero-user[b-ooni15wc4d] {
    color: #0B4F49;
    margin-bottom: 0.4rem;
}

.hero-note[b-ooni15wc4d] {
    color: #78745f;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.hero-art[b-ooni15wc4d] {
    flex: 0 1 380px;
    min-width: 0;
}

.hero-art svg[b-ooni15wc4d] {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- 機能カード ---- */
.quick-cards[b-ooni15wc4d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.quick-card[b-ooni15wc4d] {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #E8E5DF;
    border-radius: 14px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(61, 57, 41, 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.quick-card:hover[b-ooni15wc4d] {
    border-color: #43948C;
    box-shadow: 0 3px 10px rgba(11, 79, 73, 0.10);
    color: inherit;
}

.quick-icon[b-ooni15wc4d] {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #E9F3F1;
    color: #0B4F49;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-icon svg[b-ooni15wc4d] {
    width: 24px;
    height: 24px;
}

.quick-body[b-ooni15wc4d] {
    flex: 1 1 auto;
    min-width: 0;
}

.quick-title[b-ooni15wc4d] {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
}

.quick-desc[b-ooni15wc4d] {
    display: block;
    font-size: 0.8rem;
    color: #78745f;
}

.quick-arrow[b-ooni15wc4d] {
    flex: 0 0 auto;
    color: #0B4F49;
    font-size: 1.1rem;
}

/* ---- システムステータス ---- */
.status-card[b-ooni15wc4d] {
    background: #ffffff;
    border: 1px solid #E8E5DF;
    border-radius: 14px;
    padding: 20px 24px;
    max-width: 480px;
    box-shadow: 0 1px 3px rgba(61, 57, 41, 0.05);
}

.status-card h2[b-ooni15wc4d] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.status-list[b-ooni15wc4d] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.status-list li[b-ooni15wc4d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #F0EEE8;
    font-size: 0.9rem;
}

.status-name[b-ooni15wc4d] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3D3929;
}

.status-name svg[b-ooni15wc4d] {
    width: 18px;
    height: 18px;
    color: #0B4F49;
}

.status-value.ok[b-ooni15wc4d] { color: #0a7a0a; }
.status-value.bad[b-ooni15wc4d] { color: #c22f2f; font-weight: 600; }
.status-value.muted[b-ooni15wc4d] { color: #78745f; }

/* 狭い画面ではイラストを隠す */
@media (max-width: 800px) {
    .hero-art[b-ooni15wc4d] { display: none; }
}
/* /Components/Pages/Keiri.razor.rz.scp.css */
/* 経理トップのダッシュボード（このページ限定・共通レイアウトには触れない） */

/* 幅はホームと同じ 1200px に揃える（2026-08-07 ページ幅の統一）。
   カードだけの入口ページなので、表のページのように画面いっぱいには広げない */
.dash[b-yg84e0ekv5] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 1200px;
}

.dash-head h1[b-yg84e0ekv5] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.dash-head p[b-yg84e0ekv5] {
    color: #78745f;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ---- 機能カード列 ---- */
.feature-row[b-yg84e0ekv5] {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    align-items: stretch;
}

.feature-card[b-yg84e0ekv5] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #ffffff;
    border: 1.5px solid #43948C;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(11, 79, 73, 0.08);
}

.feature-icon[b-yg84e0ekv5] {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #0B4F49;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg[b-yg84e0ekv5] { width: 28px; height: 28px; }

.feature-title[b-yg84e0ekv5] {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.feature-desc[b-yg84e0ekv5] {
    display: block;
    font-size: 0.82rem;
    color: #78745f;
    margin-bottom: 12px;
}

.feature-btn[b-yg84e0ekv5] {
    display: inline-block;
    background: #0B4F49;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.85rem;
    text-decoration: none;
}

.feature-btn:hover[b-yg84e0ekv5] { background: #0d5f58; color: #ffffff; }

.menu-card[b-yg84e0ekv5] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #E8E5DF;
    border-radius: 14px;
    padding: 18px 14px 30px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(61, 57, 41, 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.menu-card:hover[b-yg84e0ekv5] {
    border-color: #43948C;
    box-shadow: 0 3px 10px rgba(11, 79, 73, 0.10);
    color: inherit;
}

.menu-icon[b-yg84e0ekv5] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #E9F3F1;
    color: #0B4F49;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-icon svg[b-yg84e0ekv5] { width: 22px; height: 22px; }

.menu-title[b-yg84e0ekv5] { font-weight: 600; font-size: 0.9rem; }

.menu-desc[b-yg84e0ekv5] { font-size: 0.75rem; color: #78745f; }

.menu-arrow[b-yg84e0ekv5] {
    position: absolute;
    right: 14px;
    bottom: 10px;
    color: #0B4F49;
}

/* ---- 下段 2カラム ---- */
.dash-columns[b-yg84e0ekv5] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.panel[b-yg84e0ekv5] {
    background: #ffffff;
    border: 1px solid #E8E5DF;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 1px 3px rgba(61, 57, 41, 0.05);
}

.panel-head[b-yg84e0ekv5] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.panel-head h2[b-yg84e0ekv5] { font-size: 1rem; font-weight: 600; margin: 0; }

.panel-sub[b-yg84e0ekv5] { font-size: 0.75rem; color: #78745f; }

.panel-link[b-yg84e0ekv5] { font-size: 0.8rem; color: #0B4F49; text-decoration: none; }
.panel-link:hover[b-yg84e0ekv5] { text-decoration: underline; }

/* ---- 統計タイル ---- */
.stat-tiles[b-yg84e0ekv5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.stat-tile[b-yg84e0ekv5] {
    border: 1px solid #F0EEE8;
    border-radius: 10px;
    padding: 12px 14px;
    background: #FCFBF9;
}

.stat-label[b-yg84e0ekv5] {
    display: block;
    font-size: 0.72rem;
    color: #78745f;
    margin-bottom: 6px;
}

.stat-value[b-yg84e0ekv5] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-value small[b-yg84e0ekv5] { font-size: 0.75rem; font-weight: 500; color: #78745f; }

.stat-value.muted[b-yg84e0ekv5] { color: #b5b0a1; }

.stat-note[b-yg84e0ekv5] {
    display: block;
    font-size: 0.7rem;
    color: #78745f;
    margin-top: 2px;
}

/* ---- 棒グラフ（実データ・単色系） ---- */
.chart-title[b-yg84e0ekv5] {
    font-size: 0.82rem;
    color: #3D3929;
    margin-bottom: 10px;
}

.chart-unit[b-yg84e0ekv5] { font-size: 0.72rem; color: #78745f; margin-left: 6px; }

.chart-bars[b-yg84e0ekv5] {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    height: 150px;
    padding-top: 18px;
    border-bottom: 1px solid #E8E5DF;
}

.chart-col[b-yg84e0ekv5] {
    flex: 1 1 0;
    max-width: 64px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.chart-num[b-yg84e0ekv5] {
    font-size: 0.7rem;
    color: #78745f;
    font-variant-numeric: tabular-nums;
}

.chart-bar[b-yg84e0ekv5] {
    width: 100%;
    max-width: 36px;
    background: #43948C;
    border-radius: 4px 4px 0 0;
    min-height: 3px;
}

.chart-bar.current[b-yg84e0ekv5] { background: #0B4F49; }

.chart-month[b-yg84e0ekv5] {
    font-size: 0.72rem;
    color: #78745f;
    margin-bottom: -22px;
    padding-top: 6px;
}

.chart-bars[b-yg84e0ekv5] { margin-bottom: 26px; }

/* ---- アクティビティ ---- */
.activity-list[b-yg84e0ekv5] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.activity-list li[b-yg84e0ekv5] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #F0EEE8;
}

.activity-list li:first-child[b-yg84e0ekv5] { border-top: none; }

.activity-badge[b-yg84e0ekv5] {
    flex: 0 0 auto;
    font-size: 0.72rem;
    background: #E9F3F1;
    color: #0B4F49;
    border-radius: 999px;
    padding: 3px 10px;
    white-space: nowrap;
}

.activity-body[b-yg84e0ekv5] { flex: 1 1 auto; min-width: 0; }

.activity-detail[b-yg84e0ekv5] {
    display: block;
    font-size: 0.82rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-meta[b-yg84e0ekv5] {
    display: block;
    font-size: 0.72rem;
    color: #78745f;
}

.activity-time[b-yg84e0ekv5] {
    flex: 0 0 auto;
    font-size: 0.72rem;
    color: #78745f;
    white-space: nowrap;
}

.empty-note[b-yg84e0ekv5] { color: #78745f; font-size: 0.85rem; margin: 0; }

@media (max-width: 900px) {
    .dash-columns[b-yg84e0ekv5] { grid-template-columns: 1fr; }
}
