/* AI-office dashboard — warm, soft, minimal (AI Room Club aesthetic). */

* { -webkit-tap-highlight-color: transparent; }
body { text-rendering: optimizeLegibility; }

.section-title {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8A8175;
  margin-bottom: 0.7rem;
}

.card {
  background: #FFFFFF;
  border: 1px solid #EFE7DA;
  border-radius: 1.25rem;
  box-shadow: 0 1px 2px rgba(42, 37, 32, 0.04), 0 8px 24px rgba(42, 37, 32, 0.03);
}

.stat {
  background: #FFFFFF;
  border: 1px solid #EFE7DA;
  border-radius: 1.25rem;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 1px 2px rgba(42, 37, 32, 0.04);
}
.stat-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}
.stat-label { margin-top: 0.4rem; font-size: 0.8rem; color: #8A8175; }

/* agent row */
.agent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #EFE7DA;
  border-radius: 1.25rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 1px 2px rgba(42, 37, 32, 0.04);
}
.agent-name { font-weight: 600; }
.agent-role { font-size: 0.8rem; color: #8A8175; margin-top: 0.15rem; }
.badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.75rem; padding: 0.3rem 0.7rem; border-radius: 999px;
  background: #FFE7D6; color: #B2480F;
}
.badge.idle { background: #EEF2EC; color: #5C6B57; }

.dot { width: 0.5rem; height: 0.5rem; border-radius: 999px; display: inline-block; }
.dot-ok { background: #4Fae6f; box-shadow: 0 0 0 3px rgba(79, 174, 111, 0.18); }
.dot-busy { background: #F2671F; box-shadow: 0 0 0 3px rgba(242, 103, 31, 0.18); }

/* process rows */
.proc { padding: 0.85rem 1.1rem; }
.proc-flow { font-size: 0.9rem; font-weight: 500; }
.proc-arrow { color: #F2671F; margin: 0 0.35rem; }
.proc-meta { margin-top: 0.2rem; font-size: 0.74rem; color: #8A8175; }
.proc-empty { padding: 1.4rem; text-align: center; color: #8A8175; font-size: 0.85rem; }

/* weekly chart */
.bar { fill: #F2671F; }
.bar-bg { fill: #F0EADF; }
