/* 墨綠＋米白：全站主題覆寫檔 */
:root {
  --bg: #f4efe4 !important;
  --panel: #fffaf0 !important;
  --panel2: #e7efe5 !important;
  --text: #183d2d !important;
  --muted: #637566 !important;
  --line: #b9c9b9 !important;
  --accent: #2f6b4f !important;
  --good: #2f7d57 !important;
  --ok: #2f7d57 !important;
  --bad: #b84c4c !important;
  --danger: #b84c4c !important;
  --warn: #a9772b !important;
  --blue: #3f7e72 !important;
  --cream: #fffaf0 !important;
}

html, body {
  background: linear-gradient(145deg, #f7f2e8 0%, #e5eee3 52%, #f5eddf 100%) !important;
  color: #183d2d !important;
}
body {
  background-attachment: fixed !important;
}

.top, .navbar, header, .header, .hero, .card, .kpi, .panel, .modal-content,
.table-wrap, .grid > div, .content-card, .form-card, section, .msg {
  border-color: rgba(47, 107, 79, .24) !important;
}

.top, .navbar, header, .header {
  background: rgba(255, 250, 240, .88) !important;
  color: #183d2d !important;
  box-shadow: 0 8px 24px rgba(25, 68, 47, .10) !important;
}

.hero, .card, .kpi, .panel, .content-card, .form-card, .table-wrap, section {
  background: rgba(255, 250, 240, .82) !important;
  box-shadow: 0 12px 30px rgba(25, 68, 47, .10) !important;
}

button, .btn, input[type="button"], input[type="submit"] {
  background: #2f6b4f !important;
  color: #fffaf0 !important;
  border-color: #285b43 !important;
}
button:hover, .btn:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background: #214f3a !important;
}

input, select, textarea {
  background: #fffdf7 !important;
  color: #183d2d !important;
  border-color: #a9bda9 !important;
}

table, th, td {
  border-color: #c6d3c5 !important;
  color: #183d2d !important;
}
th {
  background: #dce9da !important;
}
tr:hover td {
  background: #f0f6ed !important;
}

a { color: #245f45 !important; }
.muted, .sub, .hint { color: #637566 !important; }
.neg, .bad, .danger { color: #b84c4c !important; }
.pos, .ok, .good { color: #2f7d57 !important; }
