/* Surface Utilities - Terminal Aesthetic */

.surface {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border-default);
  border-radius: 0;
}

.surface-elevated {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border-default);
  border-radius: 0;
}

/* Smooth Transitions */
.transition-smooth {
  transition: all 0.1s ease;
}

.transition-fast {
  transition: all 0.1s ease;
}
