:root {
  --paper: #eef1f0;
  --surface: #ffffff;
  --surface-2: #f7f9f8;
  --ink: #1b2430;
  --ink-soft: #3b4650;
  --muted: #64737a;
  --border: rgba(27, 36, 48, 0.12);
  --border-strong: rgba(27, 36, 48, 0.22);
  --accent: #1e5b6e;
  --accent-ink: #ffffff;
  --accent-soft: #dceaec;
  --warn: #c1442e;
  --warn-soft: #f5ded9;
  --status-active: #b8863a;
  --status-active-soft: #f5e9d4;
  --status-won: #2e7d5b;
  --status-won-soft: #dceee4;
  --status-lost: #8c4a3d;
  --status-lost-soft: #f1e0dc;
  --cat-koji: #35607a;       --cat-koji-soft: #dbe6ec;
  --cat-sekkei: #6e5a96;     --cat-sekkei-soft: #e6e1f0;
  --cat-kenzai: #93702f;     --cat-kenzai-soft: #f0e6d2;
  --cat-saiseki: #675f52;    --cat-saiseki-soft: #e8e5dd;
  --cat-fudousan: #4a6f80;   --cat-fudousan-soft: #dde8ec;
  --cat-shiken: #3d7f83;     --cat-shiken-soft: #dbebec;
  --cat-ict: #4c56a8;        --cat-ict-soft: #e1e3f2;
  --priority-b: #b3661f;     --priority-b-soft: #f4e3cd;
  --shadow: 0 12px 32px rgba(20, 28, 34, 0.14);
  --radius: 10px;
  --font: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium",
    "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #12171a;
    --surface: #1b2226;
    --surface-2: #212a2f;
    --ink: #e7edec;
    --ink-soft: #c7d1d0;
    --muted: #8fa0a4;
    --border: rgba(231, 237, 236, 0.13);
    --border-strong: rgba(231, 237, 236, 0.24);
    --accent: #57aac1;
    --accent-ink: #0d2027;
    --accent-soft: #1f3a42;
    --warn: #e2836a;
    --warn-soft: #3a241d;
    --status-active: #d9a857;
    --status-active-soft: #3a2e17;
    --status-won: #63c096;
    --status-won-soft: #163326;
    --status-lost: #d08e80;
    --status-lost-soft: #3a211c;
    --cat-koji: #7fa8c2;       --cat-koji-soft: #23343e;
    --cat-sekkei: #b3a0d6;     --cat-sekkei-soft: #2f2a3e;
    --cat-kenzai: #d4b06b;     --cat-kenzai-soft: #3a2f18;
    --cat-saiseki: #b1a894;    --cat-saiseki-soft: #33302a;
    --cat-fudousan: #8fb6c7;   --cat-fudousan-soft: #223038;
    --cat-shiken: #7fc4c8;     --cat-shiken-soft: #1e3536;
    --cat-ict: #a3aae2;        --cat-ict-soft: #2a2d47;
    --priority-b: #dba15c;     --priority-b-soft: #3a2b16;
    --shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  }
}

/* 手動テーマ切り替え（OS設定より優先） */
:root[data-theme="dark"] {
  --paper: #12171a;
  --surface: #1b2226;
  --surface-2: #212a2f;
  --ink: #e7edec;
  --ink-soft: #c7d1d0;
  --muted: #8fa0a4;
  --border: rgba(231, 237, 236, 0.13);
  --border-strong: rgba(231, 237, 236, 0.24);
  --accent: #57aac1;
  --accent-ink: #0d2027;
  --accent-soft: #1f3a42;
  --warn: #e2836a;
  --warn-soft: #3a241d;
  --status-active: #d9a857;
  --status-active-soft: #3a2e17;
  --status-won: #63c096;
  --status-won-soft: #163326;
  --status-lost: #d08e80;
  --status-lost-soft: #3a211c;
  --cat-koji: #7fa8c2;       --cat-koji-soft: #23343e;
  --cat-sekkei: #b3a0d6;     --cat-sekkei-soft: #2f2a3e;
  --cat-kenzai: #d4b06b;     --cat-kenzai-soft: #3a2f18;
  --cat-saiseki: #b1a894;    --cat-saiseki-soft: #33302a;
  --cat-fudousan: #8fb6c7;   --cat-fudousan-soft: #223038;
  --cat-shiken: #7fc4c8;     --cat-shiken-soft: #1e3536;
  --cat-ict: #a3aae2;        --cat-ict-soft: #2a2d47;
  --priority-b: #dba15c;     --priority-b-soft: #3a2b16;
  --shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
:root[data-theme="light"] {
  --paper: #eef1f0;
  --surface: #ffffff;
  --surface-2: #f7f9f8;
  --ink: #1b2430;
  --ink-soft: #3b4650;
  --muted: #64737a;
  --border: rgba(27, 36, 48, 0.12);
  --border-strong: rgba(27, 36, 48, 0.22);
  --accent: #1e5b6e;
  --accent-ink: #ffffff;
  --accent-soft: #dceaec;
  --warn: #c1442e;
  --warn-soft: #f5ded9;
  --status-active: #b8863a;
  --status-active-soft: #f5e9d4;
  --status-won: #2e7d5b;
  --status-won-soft: #dceee4;
  --status-lost: #8c4a3d;
  --status-lost-soft: #f1e0dc;
  --cat-koji: #35607a;       --cat-koji-soft: #dbe6ec;
  --cat-sekkei: #6e5a96;     --cat-sekkei-soft: #e6e1f0;
  --cat-kenzai: #93702f;     --cat-kenzai-soft: #f0e6d2;
  --cat-saiseki: #675f52;    --cat-saiseki-soft: #e8e5dd;
  --cat-fudousan: #4a6f80;   --cat-fudousan-soft: #dde8ec;
  --cat-shiken: #3d7f83;     --cat-shiken-soft: #dbebec;
  --cat-ict: #4c56a8;        --cat-ict-soft: #e1e3f2;
  --priority-b: #b3661f;     --priority-b-soft: #f4e3cd;
  --shadow: 0 12px 32px rgba(20, 28, 34, 0.14);
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.num { font-variant-numeric: tabular-nums; }
a { color: var(--accent); }

.app {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ---- header ---- */
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 9px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  flex: none;
}
.brand-mark svg { width: 22px; height: 22px; stroke: var(--accent-ink); }
.brand-text h1 { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: 0.01em; }
.brand-text p { margin: 0; font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.topbar-actions { display: flex; align-items: center; gap: 8px; }
.user-chip { font-size: 12.5px; color: var(--muted); margin-right: 4px; text-align: right; line-height: 1.4; }
.user-chip strong { color: var(--ink); font-weight: 700; }

.btn {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--ink);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s, border-color 0.15s;
}
.btn:hover { background: var(--surface-2); }
.btn-ghost { border-color: transparent; background: transparent; color: var(--muted); }
.btn-ghost:hover { background: var(--surface-2); color: var(--ink); }
.btn-primary { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-danger { color: var(--status-lost); border-color: var(--status-lost); background: transparent; }
.btn-danger:hover { background: var(--status-lost-soft); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }

/* ---- kpis ---- */
.kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.kpi { background: var(--surface); padding: 16px 18px; display: flex; flex-direction: column; gap: 5px; }
.kpi-label { font-size: 11px; color: var(--muted); letter-spacing: 0.06em; display: flex; align-items: center; gap: 6px; }
.kpi-dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.kpi-value { font-size: 28px; font-weight: 700; line-height: 1.2; }
.kpi-sub { font-size: 13px; color: var(--muted); }

/* ---- toolbar ---- */
.toolbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.segmented { display: inline-flex; background: var(--surface); border: 1px solid var(--border-strong); border-radius: 8px; padding: 3px; gap: 2px; }
.segmented button { border: none; background: transparent; padding: 6px 12px; border-radius: 6px; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.segmented button.active { background: var(--accent); color: var(--accent-ink); }
.search-input { flex: 1; min-width: 180px; border: 1px solid var(--border-strong); background: var(--surface); border-radius: 8px; padding: 8px 12px; }
.search-input::placeholder { color: var(--muted); }
.sort-select, .owner-select { border: 1px solid var(--border-strong); background: var(--surface); border-radius: 8px; padding: 8px 10px; }

/* ---- table ---- */
.table-wrap { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 960px; }
thead th {
  text-align: left; font-size: 11.5px; color: var(--muted); letter-spacing: 0.05em; font-weight: 600;
  padding: 10px 14px; border-bottom: 1px solid var(--border); background: var(--surface-2); white-space: nowrap;
}
tbody td { padding: 12px 14px; border-bottom: 1px solid var(--border); vertical-align: top; font-size: 13px; }
tbody tr:last-child td { border-bottom: none; }
tbody tr { border-left: 4px solid transparent; transition: background 0.12s; }
tbody tr:hover { background: var(--surface-2); }
tbody tr.st-active { border-left-color: var(--status-active); }
tbody tr.st-won { border-left-color: var(--status-won); }
tbody tr.st-lost { border-left-color: var(--status-lost); }

.pill { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; }
.pill-active { background: var(--status-active-soft); color: var(--status-active); }
.pill-won { background: var(--status-won-soft); color: var(--status-won); }
.pill-lost { background: var(--status-lost-soft); color: var(--status-lost); }

.cat-pill { display: inline-flex; align-items: center; padding: 3px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.01em; white-space: nowrap; }
.cat-pill.cat-koji { background: var(--cat-koji-soft); color: var(--cat-koji); }
.cat-pill.cat-sekkei { background: var(--cat-sekkei-soft); color: var(--cat-sekkei); }
.cat-pill.cat-kenzai { background: var(--cat-kenzai-soft); color: var(--cat-kenzai); }
.cat-pill.cat-saiseki { background: var(--cat-saiseki-soft); color: var(--cat-saiseki); }
.cat-pill.cat-fudousan { background: var(--cat-fudousan-soft); color: var(--cat-fudousan); }
.cat-pill.cat-shiken { background: var(--cat-shiken-soft); color: var(--cat-shiken); }
.cat-pill.cat-ict { background: var(--cat-ict-soft); color: var(--cat-ict); }
.cat-pill.cat-none { background: var(--surface-2); color: var(--muted); }

.priority-badge { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; font-size: 12px; font-weight: 800; flex: none; }
.priority-badge.priority-a { background: var(--warn-soft); color: var(--warn); }
.priority-badge.priority-b { background: var(--priority-b-soft); color: var(--priority-b); }
.priority-badge.priority-c { background: var(--surface-2); color: var(--muted); border: 1px solid var(--border-strong); }

.cell-deal { max-width: 240px; }
.cell-deal .project { font-weight: 700; color: var(--ink); text-decoration: none; display: block; }
.cell-deal .project:hover { color: var(--accent); text-decoration: underline; }
.cell-deal .client { color: var(--muted); font-size: 12px; margin-top: 2px; }
.cell-deal .location { color: var(--muted); font-size: 12px; margin-top: 4px; display: flex; align-items: center; gap: 5px; }
.cell-deal .location .map-inline { border: none; background: transparent; color: var(--accent); font-size: 13px; padding: 0; width: auto; height: auto; }
.cell-deal .location .map-inline:hover { text-decoration: underline; }
.location-row { display: flex; gap: 8px; }
.location-row input { flex: 1; }
.location-row .icon-btn { flex: none; width: 40px; height: 40px; font-size: 16px; }
.cell-owner { color: var(--muted); font-size: 12.5px; white-space: nowrap; }
.cell-amount { font-weight: 700; text-align: right; white-space: nowrap; }
.cell-text { max-width: 220px; color: var(--ink-soft); }
.clip { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prob-wrap { display: flex; align-items: center; gap: 8px; min-width: 96px; }
.prob-track { flex: 1; height: 6px; border-radius: 999px; background: var(--border); overflow: hidden; }
.prob-fill { height: 100%; background: var(--accent); border-radius: 999px; }
.prob-num { font-size: 12px; font-weight: 700; width: 32px; text-align: right; }

.due-wrap { display: flex; flex-direction: column; gap: 2px; }
.due-overdue { color: var(--warn); font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 4px; }
.due-overdue::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--warn); }

.row-actions { display: flex; gap: 6px; justify-content: flex-end; }
.icon-btn { border: 1px solid var(--border-strong); background: var(--surface); width: 28px; height: 28px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; color: var(--muted); }
.icon-btn.theme-toggle { width: 36px; height: 36px; font-size: 16px; flex: none; }
.icon-btn:hover { background: var(--surface-2); color: var(--ink); }
.icon-btn.win:hover { color: var(--status-won); border-color: var(--status-won); }
.icon-btn.lose:hover { color: var(--status-lost); border-color: var(--status-lost); }

.empty-state { padding: 64px 24px; text-align: center; color: var(--muted); }
.empty-state.hidden, .hidden { display: none !important; }
.empty-state p { margin: 0 0 14px; }

/* ---- panel ---- */
.backdrop { position: fixed; inset: 0; background: rgba(10, 14, 16, 0.4); z-index: 40; opacity: 0; transition: opacity 0.18s; }
.backdrop.open { opacity: 1; }
.panel {
  position: fixed; top: 0; right: 0; height: 100%; width: min(440px, 100%);
  background: var(--surface); box-shadow: var(--shadow); z-index: 50;
  transform: translateX(100%); transition: transform 0.2s ease;
  display: flex; flex-direction: column;
}
.panel.open { transform: translateX(0); }
.panel > form { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--border); flex: none; }
.panel-head h2 { margin: 0; font-size: 16px; }
.panel-body { padding: 18px 20px; overflow-y: auto; flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 16px; }
.panel-foot { padding: 16px 20px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 10px; flex: none; }

.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.02em; }
.field .hint { font-size: 11.5px; color: var(--muted); }
.field input[type="text"], .field input[type="number"], .field input[type="date"], .field textarea, .field select {
  border: 1px solid var(--border-strong); background: var(--surface); border-radius: 8px; padding: 9px 11px; width: 100%;
}
.field textarea { resize: vertical; min-height: 56px; line-height: 1.5; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.amount-live { font-size: 12px; color: var(--accent); font-weight: 700; }
.status-picker { display: flex; gap: 8px; }
.status-picker button { flex: 1; border: 1px solid var(--border-strong); background: var(--surface); border-radius: 8px; padding: 8px 6px; font-size: 12.5px; font-weight: 700; }
.status-picker button[data-s="active"].active { background: var(--status-active-soft); color: var(--status-active); border-color: var(--status-active); }
.status-picker button[data-s="won"].active { background: var(--status-won-soft); color: var(--status-won); border-color: var(--status-won); }
.status-picker button[data-s="lost"].active { background: var(--status-lost-soft); color: var(--status-lost); border-color: var(--status-lost); }

.priority-picker { display: flex; gap: 8px; }
.priority-picker button { flex: 1; border: 1px solid var(--border-strong); background: var(--surface); border-radius: 8px; padding: 8px 6px; font-size: 12.5px; font-weight: 700; text-align: left; }
.priority-picker button .priority-badge { margin-right: 6px; }
.priority-picker button[data-p="A"].active { background: var(--warn-soft); color: var(--warn); border-color: var(--warn); }
.priority-picker button[data-p="B"].active { background: var(--priority-b-soft); color: var(--priority-b); border-color: var(--priority-b); }
.priority-picker button[data-p="C"].active { background: var(--surface-2); color: var(--ink); border-color: var(--border-strong); }

.range-row { display: flex; align-items: center; gap: 10px; }
.range-row input[type="range"] { flex: 1; accent-color: var(--accent); }
.range-num { width: 44px; text-align: right; font-weight: 700; }

.toast {
  position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: var(--paper);
  padding: 10px 18px; border-radius: 8px; font-size: 13px; font-weight: 600;
  box-shadow: var(--shadow); z-index: 60;
  opacity: 0; transition: opacity 0.2s, transform 0.2s;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(-4px); }

/* ---- login page ---- */
.login-wrap { min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 24px; }
.login-card { width: 100%; max-width: 360px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px 28px; }
.login-card .brand { justify-content: center; margin-bottom: 6px; }
.login-card .brand-text { text-align: left; }
.login-card h1 { text-align: center; font-size: 18px; margin: 18px 0 2px; }
.login-card p.sub { text-align: center; color: var(--muted); font-size: 12.5px; margin: 0 0 22px; }
.login-form { display: flex; flex-direction: column; gap: 14px; }
.login-form input { border: 1px solid var(--border-strong); background: var(--surface); border-radius: 8px; padding: 11px 13px; width: 100%; }
.login-form .btn-primary { justify-content: center; padding: 11px 14px; margin-top: 4px; }
.login-error { color: var(--warn); font-size: 12.5px; text-align: center; min-height: 16px; }
.login-hint { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 11.5px; color: var(--muted); line-height: 1.7; }

/* ---- simple table page (admin users) ---- */
.plain-table th, .plain-table td { padding: 10px 12px; }
.role-badge { font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.role-admin { background: var(--status-lost-soft); color: var(--status-lost); }
.role-manager { background: var(--status-active-soft); color: var(--status-active); }
.role-sales { background: var(--accent-soft); color: var(--accent); }

/* ---- detail page ---- */
.detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 20px; align-items: start; }
.detail-main { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.detail-side { min-width: 0; }
.detail-summary, .detail-log, .customer-card { padding: 20px 22px; }
.detail-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.detail-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.detail-badges .cell-owner { font-size: 12px; color: var(--muted); }
.detail-quick { display: flex; gap: 8px; flex-wrap: wrap; }
.detail-title { margin: 14px 0 2px; font-size: 22px; text-wrap: balance; }
.detail-client { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.detail-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 18px; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.detail-stat { display: flex; flex-direction: column; gap: 6px; }
.detail-stat .kpi-value { font-size: 18px; }
.detail-location { margin-top: 16px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }

.detail-section-title { margin: 0 0 16px; font-size: 15px; font-weight: 700; }
.log-form { display: flex; flex-direction: column; gap: 14px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--border); }
.field-row-3 { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 220px; }

.timeline { display: flex; flex-direction: column; gap: 14px; }
.timeline-item { padding: 14px 16px; background: var(--surface-2); border-radius: 8px; border: 1px solid var(--border); }
.timeline-head { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.timeline-head .num { font-weight: 700; color: var(--ink); }
.timeline-author { flex: 1; }
.timeline-del { flex: none; width: 24px; height: 24px; font-size: 12px; }
.log-note { font-size: 13.5px; white-space: pre-wrap; line-height: 1.6; margin-bottom: 6px; }
.log-field { font-size: 12.5px; color: var(--ink-soft); }
.log-field strong { color: var(--muted); font-weight: 700; }

.customer-list { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.customer-list > div { display: flex; flex-direction: column; gap: 2px; }
.customer-list dt { font-size: 11px; color: var(--muted); letter-spacing: 0.04em; }
.customer-list dd { margin: 0; font-size: 13.5px; }
.customer-list dd a { color: var(--accent); }
.customer-list .map-inline { border: none; background: transparent; color: var(--accent); font-size: 13px; padding: 0; width: auto; height: auto; word-break: break-all; text-align: left; }
.customer-list .map-inline:hover { text-decoration: underline; }
.customer-note { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--border); font-size: 13px; color: var(--ink-soft); white-space: pre-wrap; line-height: 1.6; }

@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .app { padding: 18px 14px 48px; }
  .field-row { grid-template-columns: 1fr; }
  .field-row-3 { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
