::-webkit-scrollbar { height: 8px; width: 8px; }
::-webkit-scrollbar-thumb { background: #b7d9c9; border-radius: 4px; }

body { letter-spacing: 0.005em; }

input, select, textarea { transition: box-shadow 0.15s ease, border-color 0.15s ease; }
input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(11,110,79,0.15);
  border-color: #0b6e4f;
}

table th { white-space: nowrap; }

.card-elegant {
  background: #ffffff;
  border: 1px solid rgba(11,110,79,0.10);
  box-shadow: 0 1px 2px rgba(5,59,44,0.04), 0 8px 24px -12px rgba(5,59,44,0.10);
}

a, button { transition: all 0.15s ease; }
