/* Harbor Economic Impact Model — Account Panel Styles v1.5.0 */

.heim-account-panel {
  font-family: 'Manrope', Arial, sans-serif;
  margin-bottom: 18px;
  border: 1px solid #d0ddd0;
  border-radius: 8px;
  background: #f8fbf7;
}

.heim-account-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
}

.heim-account-status {
  font-size: 12px;
  color: #2d5a27;
  font-weight: 600;
}

.heim-account-body {
  padding: 4px 18px 18px;
  border-top: 1px solid #e0e8dd;
}

.heim-account-tabs {
  display: flex;
  gap: 6px;
  margin: 12px 0 14px;
  flex-wrap: wrap;
}

.heim-account-tab {
  background: #eef4ec;
  border: 1px solid #cfdccb;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12.5px;
  cursor: pointer;
  color: #444;
}

.heim-account-tab.active {
  background: #2d5a27;
  border-color: #2d5a27;
  color: #fff;
}

.heim-account-tab-panel { display: none; max-width: 420px; }
.heim-account-tab-panel.active { display: block; }

.heim-account-msg {
  display: inline-block;
  margin-left: 10px;
  font-size: 12.5px;
  color: #2d5a27;
}
.heim-account-msg.heim-msg-error { color: #b3261e; }

.heim-account-member-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.heim-account-entries-section h4 {
  margin: 4px 0 8px;
  color: #2d5a27;
  font-family: 'Literata', Georgia, serif;
}

.heim-entries-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 12px;
}
.heim-entries-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #e4ebe3;
  vertical-align: middle;
}
.heim-entry-name { font-weight: 600; color: #1a1a1a; }
.heim-entry-date { color: #777; font-size: 11.5px; white-space: nowrap; }
.heim-entry-actions { text-align: right; white-space: nowrap; }

.heim-save-current-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.heim-save-current-row input[type="text"] {
  flex: 1;
  min-width: 200px;
  padding: 6px 10px;
  border: 1px solid #cfdccb;
  border-radius: 5px;
}

.heim-upload-row { margin-bottom: 6px; }
.heim-upload-label { display: inline-block; cursor: pointer; }

.heim-btn-danger {
  background: #fdecea;
  color: #b3261e;
  border: 1px solid #f3c2bd;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  cursor: pointer;
}
.heim-btn-danger:hover { background: #fbd9d5; }

.heim-assumptions-block {
  margin: 14px 0;
  padding: 10px 14px;
  border: 1px dashed #c8d8c4;
  border-radius: 6px;
  background: #fbfdfa;
}
.heim-assumptions-block summary {
  cursor: pointer;
  font-weight: 600;
  color: #2d5a27;
}
